Catalog footprint

What is connected

87works
29topics
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

87 published item(s)

preprint2026arXiv

A Mutual-Structure Weighted Sub-Pixel Multimodal Optical Remote Sensing Image Matching Method

Sub-pixel matching of multimodal optical images is a critical step in combined application of multiple sensors. However structural noise and inconsistencies arising from variations in multimodal image responses usually limit the accuracy of matching. Phase congruency mutual-structure weighted least absolute deviation (PCWLAD) is developed as a coarse-to-fine framework. In the coarse matching stage, we preserve the complete structure and use an enhanced cross-modal similarity criterion to mitigate structural information loss by PC noise filtering. In the fine matching stage, a mutual-structure filtering and weighted least absolute deviation-based is introduced to enhance inter-modal structural consistency and accurately estimate sub-pixel displacements adaptively. Experiments on three multimodal datasets-Landsat visible-infrared, short-range visible-near-infrared, and UAV optical image pairs demonstrate that PCWLAD consistently outperforms eight state-of-the-art methods, achieving an average matching accuracy of approximately 0.4 pixels. The software and datasets are publicly available at https://github.com/huangtaocsu/PCWLAD.

preprint2026arXiv

AFFormer: Adaptive Feature Fusion Transformer for V2X Cooperative Perception under Channel Impairments

Accurate 3D object detection is essential for ensuring the safety of autonomous vehicles. Cooperative perception, which leverages vehicle-to-everything (V2X) communication to share perceptual data, enhances detection but is vulnerable to channel impairments, such as noise, fading, and interference. To strengthen the reliability of intelligent transportation systems, this work improves the robustness of V2X cooperative perception under communication conditions that reflect common channel impairments. This paper proposes an Adaptive Feature Fusion Transformer (AFFormer), a Transformer-based framework that mitigates the adverse effects of corrupted features by modeling temporal, inter-agent, and spatial correlations. AFFormer introduces three key modules: Multi-Agent and Temporal Aggregation for context-aware fusion across agents and over time, Dual Spatial Attention for efficient modeling of spatial dependencies, and Uncertainty-Guided Fusion for entropy-driven refinement of fused features. A teacher-student knowledge distillation strategy further enhances robustness by aligning fused features with reliable early-collaboration supervision. AFFormer is validated on the V2XSet and DAIR-V2X datasets, where it consistently outperforms existing methods under both ideal and impaired communication conditions, demonstrating improved robustness to communication-induced feature degradation while maintaining a competitive efficiency-accuracy trade-off.

preprint2026arXiv

DiffCap-Bench: A Comprehensive, Challenging, Robust Benchmark for Image Difference Captioning

Image Difference Captioning (IDC) generates natural language descriptions that precisely identify differences between two images, serving as a key benchmark for fine-grained change perception, cross-modal reasoning, and image editing data construction. However, existing benchmarks lack diversity and compositional complexity, and standard lexical-overlap metrics (e.g., BLEU, METEOR) fail to capture semantic consistency or penalize hallucinations, which together prevent a comprehensive and robust evaluation of multimodal large language models (MLLMs) on IDC. To address these gaps, we introduce DiffCap-Bench, a comprehensive IDC benchmark covering ten distinct difference categories to ensure diversity and compositional complexity. Furthermore, we propose an LLM-as-a-Judge evaluation protocol grounded in human-validated Difference Lists, enabling a robust assessment of models' ability to both capture and describe visual changes. Through extensive evaluation of state-of-the-art MLLMs, we reveal significant performance gaps between proprietary and open-source models, highlight the critical importance of reasoning capability, and identify clear limitations in model scaling. Our framework also demonstrates strong alignment with human expert judgments and strong correlation with downstream image editing data construction quality. These findings establish DiffCap-Bench as both a reliable IDC evaluation framework and a practical predictor of downstream utility. The benchmark and code will be made publicly available to support further research.

preprint2026arXiv

Do You Have Freestyle? Expressive Humanoid Locomotion via Audio Control

Humans intuitively move to sound, but current humanoid robots lack expressive improvisational capabilities, confined to predefined motions or sparse commands. Generating motion from audio and then retargeting it to robots relies on explicit motion reconstruction, leading to cascaded errors, high latency, and disjointed acoustic-actuation mapping. We propose RoboPerform, the first unified audio-to-locomotion framework that can directly generate music-driven dance and speech-driven co-speech gestures from audio. Guided by the core principle of "motion = content + style", the framework treats audio as implicit style signals and eliminates the need for explicit motion reconstruction. RoboPerform integrates a ResMoE teacher policy for adapting to diverse motion patterns and a diffusion-based student policy for audio style injection. This retargeting-free design ensures low latency and high fidelity. Experimental validation shows that RoboPerform achieves promising results in physical plausibility and audio alignment, successfully transforming robots into responsive performers capable of reacting to audio.

preprint2026arXiv

Echo-α: Large Agentic Multimodal Reasoning Model for Ultrasound Interpretation

Ultrasound interpretation requires both precise lesion localization and holistic clinical reasoning, yet existing methods typically excel at only one of these capabilities: specialized detectors offer strong localization but limited reasoning, whereas multimodal large language models (MLLMs) provide flexible reasoning but weak grounding in specialized medical domains. We present Echo-α, an agentic multimodal reasoning model for ultrasound interpretation that unifies these strengths within an invoke-and-reason framework. Echo-α is trained to coordinate organ-specific detector outputs, integrate them with global visual context, and convert the resulting evidence into grounded diagnostic decisions beyond detector-only inference. This behavior is established through a nine-task supervised curriculum and then refined by sequential reinforcement learning under different reward trade-offs, yielding Echo-α-Grounding for lesion anchoring and Echo-α-Diagnosis for final diagnosis. On multi-center renal and breast ultrasound benchmarks, Echo-α outperforms competitive baselines on both grounding and diagnosis. In particular, on cross-center test sets, Echo-α-Grounding attains 56.73%/43.78% F1@0.5 and Echo- α-Diagnosis reaches 74.90%/49.20% overall accuracy on renal/breast ultrasound. These results suggest that agentic multimodal reasoning can turn specialized detectors into verifiable clinical evidence, offering a practical route toward ultrasound AI systems that are more accurate, interpretable, and transferable. The repository is at https://github.com/MiliLab/Echo-Alpha.

preprint2026arXiv

Real-Time Neural Hair Denoising

We propose a lightweight real-time method for reconstructing strand-based hair G-Buffers from severely undersampled rasterized inputs. Our pipeline first applies neural spatial reconstruction and temporal accumulation to recover hair coverage, i.e., fractional hair visibility within a pixel, and tangent. It then uses a tangent-guided reconstruction step to complete the position, which is subsequently used for physically based deferred hair shading. We evaluate our method across a diverse set of hairstyles, including straight, wavy, afro, and ponytail styles, under both static and dynamic scenarios. Our method achieves higher hair reconstruction quality than existing hair-specific denoising techniques and general industrial neural reconstruction solutions such as DLSS and FSR.

preprint2026arXiv

Retrieval-Augmented Linguistic Calibration

Linguistic cues such as "I believe" and "probably" offer an intuitive interface for communicating confidence, yet a generalisable, principled calibration framework for linguistic confidence expressions remains underexplored. In particular, co-occurring linguistic cues, contextual variation, and subjective audience interpretation pose unique challenges. We therefore model linguistic confidence as a distribution over plausible perceived probability values that a statement is correct, capturing interpretation variability that scalar representations discard. Within this distributional framework, we introduce faithfulness as a complementary evaluation dimension and present Faithfulness Divergence (FD), an information-theoretic metric quantifying the surprise induced in audience beliefs upon truth revelation. Building on these foundations, we present Retrieval-Augmented Linguistic Calibration (RALC), a lightweight post-hoc pipeline that propagates calibrated confidence signals back into natural language via retrieval-augmented rewriting. Across three QA benchmarks and five LLM families, RALC improves in-domain faithfulness and calibration up to 66% and 58%, respectively, outperforming black-box and grey-box calibration baselines.

preprint2026arXiv

RoboMirror: Understand Before You Imitate for Video to Humanoid Locomotion

Humans learn locomotion through visual observation, interpreting visual content first before imitating actions. However, state-of-the-art humanoid locomotion systems rely on either curated motion capture trajectories or sparse text commands, leaving a critical gap between visual understanding and control. Text-to-motion methods suffer from semantic sparsity and staged pipeline errors, while video-based approaches only perform mechanical pose mimicry without genuine visual understanding. We propose RoboMirror, the first retargeting-free video-to-locomotion framework embodying "understand before you imitate". Leveraging VLMs, it distills raw egocentric/third-person videos into visual motion intents, which directly condition a diffusion-based policy to generate physically plausible, semantically aligned locomotion without explicit pose reconstruction or retargeting. Extensive experiments validate the effectiveness of RoboMirror, it enables telepresence via egocentric videos, drastically reduces third-person control latency by 80%, and achieves a 3.7% higher task success rate than baselines. By reframing humanoid control around video understanding, we bridge the visual understanding and action gap.

preprint2026arXiv

Seeing Realism from Simulation: Efficient Video Transfer for Vision-Language-Action Data Augmentation

Vision-language-action (VLA) models typically rely on large-scale real-world videos, whereas simulated data, despite being inexpensive and highly parallelizable to collect, often suffers from a substantial visual domain gap and limited environmental diversity, resulting in weak real-world generalization. We present an efficient video augmentation framework that converts simulated VLA videos into realistic training videos while preserving task semantics and action trajectories. Our pipeline extracts structured conditions from simulation via video semantic segmentation and video captioning, rewrites captions to diversify environments, and uses a conditional video transfer model to synthesize realistic videos. To make augmentation practical at scale, we introduce a diffusion feature-reuse mechanism that reuses video tokens across adjacent timesteps to accelerate generation, and a coreset sampling strategy that identifies a compact, non-redundant subset for augmentation under limited computation. Extensive experiments on Robotwin 2.0, LIBERO, LIBERO-Plus, and a real robotic platform demonstrate consistent improvements. For example, our method improves RDT-1B by 8% on Robotwin 2.0, and boosts $π_0$ by 5.1% on the more challenging LIBERO-Plus benchmark. Code is available at: https://github.com/nanfangxiansheng/Seeing-Realism-from-Simulation.

preprint2026arXiv

ShadowGS: Shadow-Aware 3D Gaussian Splatting for Satellite Imagery

3D Gaussian Splatting (3DGS) has emerged as a novel paradigm for 3D reconstruction from satellite imagery. However, in multi-temporal satellite images, prevalent shadows exhibit significant inconsistencies due to varying illumination conditions. To address this, we propose ShadowGS, a novel framework based on 3DGS. It leverages a physics-based rendering equation from remote sensing, combined with an efficient ray marching technique, to precisely model geometrically consistent shadows while maintaining efficient rendering. Additionally, it effectively disentangles different illumination components and apparent attributes in the scene. Furthermore, we introduce a shadow consistency constraint that significantly enhances the geometric accuracy of 3D reconstruction. We also incorporate a novel shadow map prior to improve performance with sparse-view inputs. Extensive experiments demonstrate that ShadowGS outperforms current state-of-the-art methods in shadow decoupling accuracy, 3D reconstruction precision, and novel view synthesis quality, with only a few minutes of training. ShadowGS exhibits robust performance across various settings, including RGB, pansharpened, and sparse-view satellite inputs.

preprint2026arXiv

Tactile-based Multimodal Fusion in Embodied Intelligence: A Survey of Vision, Language, and Contact-Driven Paradigms

Tactile sensing is a fundamental modality for embodied intelligence, offering unique and direct feedback on contact geometry, material properties, and interaction dynamics that remote sensors cannot replace. However, unimodal tactile perception is inherently limited by its sparse spatial coverage and lack of global semantic context. With the recent explosion in deep learning and large language models, integrating tactile with vision and language has become essential to bridge physical interaction with semantic reasoning, leading to the emergence of Multimodal Tactile Fusion. Despite rapid progress, the existing researches remain fragmented across disparate datasets, sensing modalities, and tasks, lacking a unified theoretical framework. To address this gap, this paper provides a comprehensive survey of multimodal tactile fusion research up to the first quarter of 2026. We propose a hierarchical taxonomy that organizes the field into two primary dimensions: multimodal datasets and multimodal methods. On the data side, we categorize resources ranging from Tactile-Vision datasets, Tactile-Language datasets, Tactile-Vision-Language datasets, and Tactile-Vision-Other datasets. On the method side, we structure prior work into three core pillars: (1) Multimodal Perception and Recognition, which focuses on object understanding and grasp prediction; (2) Cross-Modal Generation, focusing on bidirectional translation between tactile, vision, and text; and (3) Multimodal Interaction, emphasizing feedback control and language-guided manipulation. Furthermore, we summarize representative tactile sensing hardware, review commonly used evaluation metrics and benchmark settings, and discuss current challenges and promising future directions.

preprint2026arXiv

Wavelet-based Multi-View Fusion of 4D Radar Tensor and Camera for Robust 3D Object Detection

4D millimeter-wave (mmWave) radar has been widely adopted in autonomous driving and robot perception due to its low cost and all-weather robustness. However, point-cloud-based radar representations suffer from information loss due to multi-stage signal processing, while directly utilizing raw 4D radar tensors incurs prohibitive computational costs. To address these challenges, we propose WRCFormer, a novel 3D object detection framework that efficiently fuses raw 4D radar cubes with camera images via decoupled multi-view radar representations. Our approach introduces two key components: (1) A Wavelet Attention Module embedded in a wavelet-based Feature Pyramid Network (FPN), which enhances the representation of sparse radar signals and image data by capturing joint spatial-frequency features, thereby mitigating information loss while maintaining computational efficiency. (2) A Geometry-guided Progressive Fusion mechanism, a two-stage query-based fusion strategy that progressively aligns multi-view radar and visual features through geometric priors, enabling modality-agnostic and efficient integration without overwhelming computational overhead. Extensive experiments on the K-Radar benchmark show that WRCFormer achieves state-of-the-art performance, surpassing the best existing model by approximately 2.4% in all scenarios and 1.6% in sleet conditions, demonstrating strong robustness in adverse weather.

preprint2022arXiv

Accelerating Representation Learning with View-Consistent Dynamics in Data-Efficient Reinforcement Learning

Learning informative representations from image-based observations is of fundamental concern in deep Reinforcement Learning (RL). However, data-inefficiency remains a significant barrier to this objective. To overcome this obstacle, we propose to accelerate state representation learning by enforcing view-consistency on the dynamics. Firstly, we introduce a formalism of Multi-view Markov Decision Process (MMDP) that incorporates multiple views of the state. Following the structure of MMDP, our method, View-Consistent Dynamics (VCD), learns state representations by training a view-consistent dynamics model in the latent space, where views are generated by applying data augmentation to states. Empirical evaluation on DeepMind Control Suite and Atari-100k demonstrates VCD to be the SoTA data-efficient algorithm on visual control tasks.

preprint2022arXiv

Connection-oriented and Connectionless Quantum Internet Considering Quantum Repeaters

With the rapid development of quantum information and technology in recent years, the construction of quantum internet for interconnecting all kinds of quantum devices, such as quantum processors and sensors, will be the next trend for practical quantum applications. In this paper, we propose the protocols for construction of connection-oriented and connectionless quantum networks by considering the concrete quantum repeater (QR) nodes. Four classes of QRs networks are considered first and designed with two types of protocols in link layer, i.e. simultaneous and one-by-one link. Based on those two link models, the connection-oriented protocol is presented for all classes of QRs networks and the connectionless protocol is proposed for the first, second and third classes QRs networks by only one-by-one link. Furthermore, we introduce a new hybrid connection model of quantum networks combined with connection-oriented and connectionless for practical uses. Our work is a new attempt to study the model of the network layer for different kinds of QR networks and paves the way for developing the protocol stack of universal large-scale quantum internet.

preprint2022arXiv

DyRep: Bootstrapping Training with Dynamic Re-parameterization

Structural re-parameterization (Rep) methods achieve noticeable improvements on simple VGG-style networks. Despite the prevalence, current Rep methods simply re-parameterize all operations into an augmented network, including those that rarely contribute to the model's performance. As such, the price to pay is an expensive computational overhead to manipulate these unnecessary behaviors. To eliminate the above caveats, we aim to bootstrap the training with minimal cost by devising a dynamic re-parameterization (DyRep) method, which encodes Rep technique into the training process that dynamically evolves the network structures. Concretely, our proposal adaptively finds the operations which contribute most to the loss in the network, and applies Rep to enhance their representational capacity. Besides, to suppress the noisy and redundant operations introduced by Rep, we devise a de-parameterization technique for a more compact re-parameterization. With this regard, DyRep is more efficient than Rep since it smoothly evolves the given network instead of constructing an over-parameterized network. Experimental results demonstrate our effectiveness, e.g., DyRep improves the accuracy of ResNet-18 by $2.04\%$ on ImageNet and reduces $22\%$ runtime over the baseline. Code is available at: https://github.com/hunto/DyRep.

preprint2022arXiv

Efficient Trajectory Planning and Control for USV with Vessel Dynamics and Differential Flatness

Unmanned surface vessels (USVs) are widely used in ocean exploration and environmental protection fields. To ensure that USV can successfully perform its mission, trajectory planning and motion tracking are the two most critical technologies. In this paper, we propose a novel trajectory generation and tracking method for USV based on optimization theory. Specifically, the USV dynamic model is described with differential flatness, so that the trajectory can be generated by dynamic RRT* in a linear invariant system expression form under the objective of optimal boundary value. To reduce the sample number and improve efficiency, we adjust the trajectory through local optimization. The dynamic constraints are considered in the optimization process so that the generated trajectory conforms to the kinematic characteristics of the under-actuated hull, and makes it easier to be tracked. Finally, motion tracking is added with model predictive control under a sequential quadratic programming problem. Experimental results show the planned trajectory is more in line with the kinematic characteristics of USV, and the tracking accuracy remains a higher level.

preprint2022arXiv

Electrokinetic Janus micromotors moving on topographically flat chemical patterns

Ionic and molecular selectivity is considered unique for the nanoscale and not realizable in microfluidics. This is due to the scale-matching problem -- a difficulty to match the dimensions of ions and electrostatic potential screening lengths with the micron-sized confinements. Here, we demonstrate a microscale realization of the ionic transport processes closely resembling those specific to ionic channels or in nanofluidic junctions, including selectivity, guidance through complex geometries and flow focusing. As a model system, we explore electrokinetic spherical Janus micromotors moving over charged surfaces with a complex spatial charge distribution and without any topographical wall. We discuss peculiarities of the long-range electrostatic interaction on the behavior of the system including interface crossing and reflection of positively charged particles from negatively charged interfaces. These results are crucial for understanding the electrokinetic transport of biochemical species under confinement, have the potential to increase the precision of lab-on-chip-based assays, as well as broadening use cases and control strategies of nano-/micromachinery.

preprint2022arXiv

GreedyNASv2: Greedier Search with a Greedy Path Filter

Training a good supernet in one-shot NAS methods is difficult since the search space is usually considerably huge (e.g., $13^{21}$). In order to enhance the supernet's evaluation ability, one greedy strategy is to sample good paths, and let the supernet lean towards the good ones and ease its evaluation burden as a result. However, in practice the search can be still quite inefficient since the identification of good paths is not accurate enough and sampled paths still scatter around the whole search space. In this paper, we leverage an explicit path filter to capture the characteristics of paths and directly filter those weak ones, so that the search can be thus implemented on the shrunk space more greedily and efficiently. Concretely, based on the fact that good paths are much less than the weak ones in the space, we argue that the label of "weak paths" will be more confident and reliable than that of "good paths" in multi-path sampling. In this way, we thus cast the training of path filter in the positive and unlabeled (PU) learning paradigm, and also encourage a \textit{path embedding} as better path/operation representation to enhance the identification capacity of the learned filter. By dint of this embedding, we can further shrink the search space by aggregating similar operations with similar embeddings, and the search can be more efficient and accurate. Extensive experiments validate the effectiveness of the proposed method GreedyNASv2. For example, our obtained GreedyNASv2-L achieves $81.1\%$ Top-1 accuracy on ImageNet dataset, significantly outperforming the ResNet-50 strong baselines.

preprint2022arXiv

Internet of Intelligence: A Survey on the Enabling Technologies, Applications, and Challenges

The Internet of intelligence is conceived as an emerging networking paradigm, which will make intelligence as easy to obtain as information. This paper provides an overview of the Internet of intelligence, focusing on motivations, architecture, enabling technologies, applications, and existing challenges. This can provide a good foundation for those who are interested to gain insights into the concept of the Internet of intelligence and the key enablers of this emerging networking paradigm. Specifically, this paper starts by investigating the evolution of networking paradigms and artificial intelligence (AI), based on which we present the motivations of the Internet of intelligence by demonstrating that networking needs intelligence and intelligence needs networking. We then present the layered architecture to characterize the Internet of intelligence systems and discuss the enabling technologies of each layer. Moreover, we discuss the critical applications and their integration with the Internet of intelligence paradigm. Finally, some technical challenges and open issues are summarized to fully exploit the benefits of the Internet of intelligence.

preprint2022arXiv

Large-scale Deterministic Transmission among IEEE 802.1Qbv Time-Sensitive Networks

IEEE 802.1Qbv (TAS) is the most widely used technique in Time-Sensitive Networking (TSN) which aims to provide bounded transmission delays and ultra-low jitters in industrial local area networks. With the development of emerging technologies (e.g., cloud computing), many wide-range time-sensitive network services emerge, such as factory automation, connected vehicles, and smart grids. Nevertheless, TAS is a Layer 2 technique for local networks, and cannot provide large-scale deterministic transmission. To tackle this problem, this paper proposes a hierarchical network containing access networks and a core network. Access networks perform TAS to aggregate time-sensitive traffic. In the core network, we exploit DIP (a well-known deterministic networking mechanism for backbone networks) to achieve long-distance deterministic transmission. Due to the differences between TAS and DIP, we design cross-domain transmission mechanisms at the edge of access networks and the core network to achieve seamless deterministic transmission. We also formulate the end-to-end scheduling to maximize the amount of accepted time-sensitive traffic. Experimental simulations show that the proposed network can achieve end-to-end deterministic transmission even in high-loaded scenarios.

preprint2022arXiv

LightViT: Towards Light-Weight Convolution-Free Vision Transformers

Vision transformers (ViTs) are usually considered to be less light-weight than convolutional neural networks (CNNs) due to the lack of inductive bias. Recent works thus resort to convolutions as a plug-and-play module and embed them in various ViT counterparts. In this paper, we argue that the convolutional kernels perform information aggregation to connect all tokens; however, they would be actually unnecessary for light-weight ViTs if this explicit aggregation could function in a more homogeneous way. Inspired by this, we present LightViT as a new family of light-weight ViTs to achieve better accuracy-efficiency balance upon the pure transformer blocks without convolution. Concretely, we introduce a global yet efficient aggregation scheme into both self-attention and feed-forward network (FFN) of ViTs, where additional learnable tokens are introduced to capture global dependencies; and bi-dimensional channel and spatial attentions are imposed over token embeddings. Experiments show that our model achieves significant improvements on image classification, object detection, and semantic segmentation tasks. For example, our LightViT-T achieves 78.7% accuracy on ImageNet with only 0.7G FLOPs, outperforming PVTv2-B0 by 8.2% while 11% faster on GPU. Code is available at https://github.com/hunto/LightViT.

preprint2022arXiv

On singularities of Ericksen-Leslie system in dimension three

In this paper, we consider the initial and boundary value problem of Ericksen-Leslie system modeling nematic liquid crystal flows in dimension three. Two examples of singularity at finite time are constructed. The first example is constructed in a special axisymmetric class with suitable axisymmetric initial and boundary data, while the second example is constructed for an initial data with small energy but nontrivial topology. A counter example of maximum principle to the system is constructed by utilizing the Poiseuille flow in dimension one.

preprint2022arXiv

Quantum circuit architecture search for variational quantum algorithms

Variational quantum algorithms (VQAs) are expected to be a path to quantum advantages on noisy intermediate-scale quantum devices. However, both empirical and theoretical results exhibit that the deployed ansatz heavily affects the performance of VQAs such that an ansatz with a larger number of quantum gates enables a stronger expressivity, while the accumulated noise may render a poor trainability. To maximally improve the robustness and trainability of VQAs, here we devise a resource and runtime efficient scheme termed quantum architecture search (QAS). In particular, given a learning task, QAS automatically seeks a near-optimal ansatz (i.e., circuit architecture) to balance benefits and side-effects brought by adding more noisy quantum gates to achieve a good performance. We implement QAS on both the numerical simulator and real quantum hardware, via the IBM cloud, to accomplish data classification and quantum chemistry tasks. In the problems studied, numerical and experimental results show that QAS can not only alleviate the influence of quantum noise and barren plateaus, but also outperforms VQAs with pre-selected ansatze.

preprint2022arXiv

Relational Surrogate Loss Learning

Evaluation metrics in machine learning are often hardly taken as loss functions, as they could be non-differentiable and non-decomposable, e.g., average precision and F1 score. This paper aims to address this problem by revisiting the surrogate loss learning, where a deep neural network is employed to approximate the evaluation metrics. Instead of pursuing an exact recovery of the evaluation metric through a deep neural network, we are reminded of the purpose of the existence of these evaluation metrics, which is to distinguish whether one model is better or worse than another. In this paper, we show that directly maintaining the relation of models between surrogate losses and metrics suffices, and propose a rank correlation-based optimization method to maximize this relation and learn surrogate losses. Compared to previous works, our method is much easier to optimize and enjoys significant efficiency and performance gains. Extensive experiments show that our method achieves improvements on various tasks including image classification and neural machine translation, and even outperforms state-of-the-art methods on human pose estimation and machine reading comprehension tasks. Code is available at: https://github.com/hunto/ReLoss.

preprint2022arXiv

Stretchable Cells Help DARTS Search Better

Differentiable neural architecture search (DARTS) has gained much success in discovering flexible and diverse cell types. To reduce the evaluation gap, the supernet is expected to have identical layers with the target network. However, even for this consistent search, the searched cells often suffer from poor performance, especially for the supernet with fewer layers, as current DARTS methods are prone to wide and shallow cells, and this topology collapse induces sub-optimal searched cells. In this paper, we alleviate this issue by endowing the cells with explicit stretchability, so the search can be directly implemented on our stretchable cells for both operation type and topology simultaneously. Concretely, we introduce a set of topological variables and a combinatorial probabilistic distribution to explicitly model the target topology. With more diverse and complex topologies, our method adapts well for various layer numbers. Extensive experiments on CIFAR-10 and ImageNet show that our stretchable cells obtain better performance with fewer layers and parameters. For example, our method can improve DARTS by 0.28\% accuracy on CIFAR-10 dataset with 45\% parameters reduced or 2.9\% with similar FLOPs on ImageNet dataset.

preprint2022arXiv

Symmetry-breaking-induced multifunctionalities of two-dimensional chromium-based materials for nanoelectronics and clean energy conversion

Structural symmetry-breaking that could lead to exotic physical properties plays a crucial role in determining the functions of a system, especially for two-dimensional (2D) materials. Here we demonstrate that multiple functionalities of 2D chromium-based materials could be achieved by breaking inversion symmetry via replacing Y atoms in one face of pristine CrY (Y=P, As, Sb) monolayers with N atoms, i.e., forming Janus Cr2NY monolayers. The functionalities include spin-gapless, very low work function, inducing carrier doping and catalytic activity, which are predominately ascribed to the large intrinsic dipole of Janus Cr2NY monolayers, making them having great potentials in various applications. Specifically, Cr2NSb is found to be a spin-gapless semiconductor, Cr2NP and Cr2NHPF could simultaneously induce n- and p-type carrier doping for two graphene sheets with different concentrations (forming intrinsic p-n vertical junction), and Cr2NY exhibits excellent electrocatalytic hydrogen evolution activity, even superior to benchmark Pt. The results confirm that breaking symmetry is a promising approach for the rational design of multifunctional 2D materials.

preprint2022arXiv

Wake asymmetry weakening in viscoelastic fluids: Numerical discovery and mechanism exploration

Viscoelasticity weakens the asymmetry of laminar shedding flow behind a blunt body in a free domain. In the present study, this finding is confirmed by four unsteady viscoelastic flows with asymmetric flow configuration, i.e., flow over an inclined flat plate with various angles of incidence, flow over a rotating circular cylinder, flow over a circular cylinder with asymmetric slip boundary distribution, and flow over an inclined row of eight equally closely spaced circular cylinders (which can be considered as a single large blunt body) through direct numerical simulation combined with the Peterlin approximation of the finitely extensible nonlinear elastic (FENE-P) model. At high Weissenberg number, an arc shape region with high elastic stress, which is similar to shock wave, forms in the frontal area of the blunt body. This region acts as a stationary shield to separate the flow into different regions. Thus, the free stream resembles to pass this shield instead of the original blunt body. As this shield has symmetric feature, the wake flow restores symmetry.

preprint2022arXiv

Walle: An End-to-End, General-Purpose, and Large-Scale Production System for Device-Cloud Collaborative Machine Learning

To break the bottlenecks of mainstream cloud-based machine learning (ML) paradigm, we adopt device-cloud collaborative ML and build the first end-to-end and general-purpose system, called Walle, as the foundation. Walle consists of a deployment platform, distributing ML tasks to billion-scale devices in time; a data pipeline, efficiently preparing task input; and a compute container, providing a cross-platform and high-performance execution environment, while facilitating daily task iteration. Specifically, the compute container is based on Mobile Neural Network (MNN), a tensor compute engine along with the data processing and model execution libraries, which are exposed through a refined Python thread-level virtual machine (VM) to support diverse ML tasks and concurrent task execution. The core of MNN is the novel mechanisms of operator decomposition and semi-auto search, sharply reducing the workload in manually optimizing hundreds of operators for tens of hardware backends and further quickly identifying the best backend with runtime optimization for a computation graph. The data pipeline introduces an on-device stream processing framework to enable processing user behavior data at source. The deployment platform releases ML tasks with an efficient push-then-pull method and supports multi-granularity deployment policies. We evaluate Walle in practical e-commerce application scenarios to demonstrate its effectiveness, efficiency, and scalability. Extensive micro-benchmarks also highlight the superior performance of MNN and the Python thread-level VM. Walle has been in large-scale production use in Alibaba, while MNN has been open source with a broad impact in the community.

preprint2021arXiv

Locally Free Weight Sharing for Network Width Search

Searching for network width is an effective way to slim deep neural networks with hardware budgets. With this aim, a one-shot supernet is usually leveraged as a performance evaluator to rank the performance \wrt~different width. Nevertheless, current methods mainly follow a manually fixed weight sharing pattern, which is limited to distinguish the performance gap of different width. In this paper, to better evaluate each width, we propose a locally free weight sharing strategy (CafeNet) accordingly. In CafeNet, weights are more freely shared, and each width is jointly indicated by its base channels and free channels, where free channels are supposed to loCAte FrEely in a local zone to better represent each width. Besides, we propose to further reduce the search space by leveraging our introduced FLOPs-sensitive bins. As a result, our CafeNet can be trained stochastically and get optimized within a min-min strategy. Extensive experiments on ImageNet, CIFAR-10, CelebA and MS COCO dataset have verified our superiority comparing to other state-of-the-art baselines. For example, our method can further boost the benchmark NAS network EfficientNet-B0 by 0.41\% via searching its width more delicately.

preprint2020arXiv

Grant-Free Non-Orthogonal Multiple Access: A Key Enabler for 6G-IoT

The proliferating number of devices with short payloads as well as low power budget has already driven researchers away from classical grant-based access schemes that are notorious for their large signalling overhead as well as power-consuming retransmissions. Instead, light-weight random access protocols have been re-investigated and their throughput has been improved in orders of magnitude with sophisticated yet still low-complex transceiver algorithms. In fact, grant-free access has been identified as a key medium access control technique for providing massive connectivity in machine type communications in cellular networks. In this paper, we show that grant-free access combined with non-orthogonal transmission schemes is a promising solution for 6G Internet of Things (IoT). We present novel and promising results for deep learning (DL)-based techniques for joint user detection and decoding. Then, we propose a multi-layered model for GF-NOMA for power-efficient communications. We also discuss resource allocation issues to enable the co-existence of GF-NOMA with other orthogonal or even grant-based schemes. Finally, we conclude with proposed research directions for medium access towards enabling 6G-IoT.

preprint2020arXiv

GreedyNAS: Towards Fast One-Shot NAS with Greedy Supernet

Training a supernet matters for one-shot neural architecture search (NAS) methods since it serves as a basic performance estimator for different architectures (paths). Current methods mainly hold the assumption that a supernet should give a reasonable ranking over all paths. They thus treat all paths equally, and spare much effort to train paths. However, it is harsh for a single supernet to evaluate accurately on such a huge-scale search space (e.g., $7^{21}$). In this paper, instead of covering all paths, we ease the burden of supernet by encouraging it to focus more on evaluation of those potentially-good ones, which are identified using a surrogate portion of validation data. Concretely, during training, we propose a multi-path sampling strategy with rejection, and greedily filter the weak paths. The training efficiency is thus boosted since the training space has been greedily shrunk from all paths to those potentially-good ones. Moreover, we further adopt an exploration and exploitation policy by introducing an empirical candidate path pool. Our proposed method GreedyNAS is easy-to-follow, and experimental results on ImageNet dataset indicate that it can achieve better Top-1 accuracy under same search space and FLOPs or latency level, but with only $\sim$60\% of supernet training cost. By searching on a larger space, our GreedyNAS can also obtain new state-of-the-art architectures.

preprint2020arXiv

Unified statistical inference for a novel nonlinear dynamic functional/longitudinal data model

In light of recent work studying massive functional/longitudinal data, such as the resulting data from the COVID-19 pandemic, we propose a novel functional/longitudinal data model which is a combination of the popular varying coefficient (VC) model and additive model. We call it Semi-VCAM in which the response could be a functional/longitudinal variable, and the explanatory variables could be a mixture of functional/longitudinal and scalar variables. Notably some of the scalar variables could be categorical variables as well. The Semi-VCAM simultaneously allows for both substantial flexibility and the maintaining of one-dimensional rates of convergence. A local linear smoothing with the aid of an initial B spline series approximation is developed to estimate the unknown functional effects in the model. To avoid the subjective choice between the sparse and dense cases of the data, we establish the asymptotic theories of the resultant Pilot Estimation Based Local Linear Estimators (PEBLLE) on a unified framework of sparse, dense and ultra-dense cases of the data. Moreover, we construct unified consistent tests to justify whether a parsimony submodel is sufficient or not. These test methods also avoid the subjective choice between the sparse, dense and ultra dense cases of the data. Extensive Monte Carlo simulation studies investigating the finite sample performance of the proposed methodologies confirm our asymptotic results. We further illustrate our methodologies via analyzing the COVID-19 data from China and the CD4 data.

preprint2020arXiv

Weak compactness of simplified nematic liquid flows in 2D

For any bounded, smooth domain $Ω\subset \R^2$, %(or $Ω=\R^2$), we will establish the weak compactness property of solutions to the simplified Ericksen-Leslie system for both uniaxial and biaxial nematics, and the convergence of weak solutions of the Ginzburg-Landau type nematic liquid crystal flow to a weak solution of the simplified Ericksen-Leslie system as the parameter tends to zero. This is based on the compensated compactness property of the Ericksen stress tensors, which is obtained by the $L^p$-estimate of the Hopf differential for the Ericksen-Leslie system and the Pohozaev type argument for the Ginzburg-Landau type nematic liquid crystal flow.

preprint2019arXiv

Poiseuille flow of nematic liquid crystals via the full Ericksen-Leslie model

In this paper, we study the Cauchy problem of the Poiseuille flow of full Ericksen-Leslie model for nematic liquid crystals. The model is a coupled system of a parabolic equation for the velocity and a quasilinear wave equation for the director. For a particular choice of several physical parameter values, we construct solutions with smooth initial data and finite energy that produce, in finite time, cusp singularities - blowups of gradients. The formation of cusp singularity is due to local interactions of wave-like characteristics of solutions, which is different from the mechanism of finite time singularity formations for the parabolic Ericksen-Leslie system. The finite time singularity formation for the physical model might raise some concerns for purposes of applications. This is, however, resolved satisfactorily; more precisely, we are able to establish the global existence of weak solutions that are Hölder continuous and have bounded energy. One major contribution of this paper is our identification of the effect of the flux density of the velocity on the director and the reveal of a singularity cancellation - the flux density remains uniformly bounded while its two components approach infinity at formations of cusp singularities.

preprint2016arXiv

Analysis of the ${\frac{1}{2}}^{\pm}$ pentaquark states in the diquark model with QCD sum rules

In this article, we present the scalar-diquark-scalar-diquark-antiquark type and scalar-diquark-axialvector-diquark-antiquark type pentaquark configurations in the diquark model, and study the masses and pole residues of the $J^P={\frac{1}{2}}^\pm$ hidden-charmed pentaquark states in details with the QCD sum rules by extending our previous work on the $J^P={\frac{3}{2}}^-$ and ${\frac{5}{2}}^{+}$ hidden-charmed pentaquark states. We calculate the contributions of the vacuum condensates up to dimension-10 in the operator product expansion by constructing both the scalar-diquark-scalar-diquark-antiquark type and scalar-diquark-axialvector-diquark-antiquark type interpolating currents. The present predictions of the masses can be confronted to the LHCb experimental data in the future.

preprint2016arXiv

Estimation and Model Identification of Locally Stationary Varying-Coefficient Additive Models

Nonparametric regression models with locally stationary covariates have received increasing interest in recent years. As a nice relief of "curse of dimensionality" induced by large dimension of covariates, additive regression model is commonly used. However, in locally stationary context, to catch the dynamic nature of regression function, we adopt a flexible varying-coefficient additive model where the regression function has the form $α_{0}\left(u\right)+\sum_{k=1}^{p}α_{k}\left(u\right)β_{k}\left(x_{k}\right).$ For this model, we propose a three-step spline estimation method for each univariate nonparametric function, and show its consistency and $L_{2}$ rate of convergence. Furthermore, based upon the three-step estimators, we develop a two-stage penalty procedure to identify pure additive terms and varying-coefficient terms in varying-coefficient additive model. As expected, we demonstrate that the proposed identification procedure is consistent, and the penalized estimators achieve the same $L_{2}$ rate of convergence as the polynomial spline estimators. Simulation studies are presented to illustrate the finite sample performance of the proposed three-step spline estimation method and two-stage model selection procedure.

preprint2016arXiv

Heat flow of extrinsic biharmonic maps from a four dimensional manifold with boundary

Let $(M,g)$ be a four dimensional compact Riemannian manifold with boundary and $(N,h)$ be a compact Riemannian manifold without boundary. We show the existence of a unique, global weak solution of the heat flow of extrinsic biharmonic maps from $M$ to $N$ under the Dirichlet boundary condition, which is regular with the exception of at most finitely many time slices. We also discuss the behavior of solution near the singular times. As an immediate application, we prove the existence of a smooth extrinsic biharmonic map from $M$ to $N$ under any Dirichlet boundary condition.

preprint2016arXiv

Heavy Pseudoscalar Twist-3 Distribution Amplitudes within QCD Theory in Background Fields

In this paper, we study the properties of the twist-3 distribution amplitude (DA) of the heavy pseudo-scalars such as $η_c$, $B_c$ and $η_b$. New sum rules for the twist-3 DA moments $\left<ξ^n_P\right>_{\rm HP}$ and $\left<ξ^n_σ\right>_{\rm HP}$ up to sixth orders and up to dimension-six condensates are deduced under the framework of the background field theory. Based on the sum rules for the twist-3 DA moments, we construct a new model for the two twist-3 DAs of the heavy pseudo-scalar with the help of the Brodsky-Huang-Lepage prescription. Furthermore, we apply them to the $B_c\toη_c$ transition form factor ($f^{B_c\toη_c}_+(q^2)$) within the light-cone sum rules approach, and the results are comparable with other approaches. It has been found that the twist-3 DAs $ϕ^P_{3;η_c}$ and $ϕ^σ_{3;η_c}$ are important for a reliable prediction of $f^{B_c\toη_c}_+(q^2)$. For example, at the maximum recoil region, we have $f^{B_c\toη_c}_+(0) = 0.674 \pm 0.066$, in which those two twist-3 terms provide $\sim33\%$ and $\sim22\%$ contributions. Also we calculate the branching ratio of the semi-leptonic decay $B_c \toη_c lν$ as $Br(B_c \toη_c lν) = \left( 9.31^{+2.27}_{-2.01} \right) \times 10^{-3}$.

preprint2016arXiv

Integrated Resource Management in Software Defined Networking, Caching and Computing

Recently, there are significant advances in the areas of networking, caching and computing. Nevertheless, these three important areas have traditionally been addressed separately in the existing research. In this paper, we present a novel framework that integrates networking, caching and computing in a systematic way and enables dynamic orchestration of these three resources to improve the end-to-end system performance and meet the requirements of different applications. Then, we consider the bandwidth, caching and computing resource allocation issue and formulate it as a joint caching/computing strategy and servers selection problem to minimize the combination cost of network usage and energy consumption in the framework. To minimize the combination cost of network usage and energy consumption in the framework, we formulate it as a joint caching/computing strategy and servers selection problem. In addition, we solve the joint caching/computing strategy and servers selection problem using an exhaustive-search algorithm. Simulation results show that our proposed framework significantly outperforms the traditional network without in-network caching/computing in terms of network usage and energy consumption.

preprint2015arXiv

Determining phase-space properties of the IHEP RFQ output beam using the RMS beam widths from wire-scanners

A beam line is built after the IHEP RFQ for halo study. To determine transverse emittance and ellipse parameters of the RFQ output beam, beam size data obtained from the first two of 14 wire scanners are employed. By using the transfer matrix method and the least square method, a set of linear equations were set up and solved. The solutions were then applied as initial beam parameters in multi-particle simulations to check the method of calculation. It is shown that difference between the simulated RMS beam size and the measured one at the measurement location is less than 7%, which is acceptable in our experiments.

preprint2015arXiv

Finite time singularity of the nematic liquid crystal flow in dimension three

In this paper, we consider the initial and boundary value problem of a simplified nematic liquid crystal flow in dimension three and construct two examples of finite time singularity. The first example is constructed within the class of axisymmetric solutions, while the second example is constructed for any generic initial data $(u_0,d_0)$ that has sufficiently small energy, and $d_0$ has a nontrivial topology

preprint2015arXiv

Structurally Stable Singularities for a Nonlinear Wave Equation

For the nonlinear wave equation $u_{tt} - c(u)\big(c(u) u_x\big)_x~=~0$, it is well known that solutions can develop singularities in finite time. For an open dense set of initial data, the present paper provides a detailed asymptotic description of the solution in a neighborhood of each singular point, where $|u_x|\to\infty$. The different structure of conservative and dissipative solutions is analyzed.

preprint2015arXiv

The longitudinal and transverse distributions of the pion wavefunction from the present experimental data on the pion-photon transition form factor

It is noted that the low-energy behavior of the pion-photon transition form factor $F_{πγ}(Q^2)$ is sensitive to the transverse distribution of the pion wavefunction, and its high-energy behavior is sensitive to the longitudinal one. Thus a careful study on $F_{πγ}(Q^2)$ can provide helpful information on the pion wavefunction precisely. In this paper, we present a combined analysis of the data on $F_{πγ}(Q^2)$ reported by the CELLO, the CLEO, the BABAR and the BELLE collaborations. It is performed by using the method of least squares. By using the combined measurements of BELLE and CLEO Collaborations, the pion wavefunction longitudinal and transverse behavior can be fixed to a certain degree, i.e. we obtain $β\in [0.691,0.757] \rm GeV$ and $B \in [0.00,0.235]$ for $P_{χ^2} \geq 90\%$, where $β$ and $B$ are two parameters of a convenient pion wavefunction model whose distribution amplitude can mimic the various longitudinal behavior under proper choice of parameters. We observe that the CELLO, CLEO and BELLE data are consistent with each other, all of which prefers the asymptotic-like distribution amplitude; while the BABAR data prefers a more broad distribution amplitude, such as the CZ-like one.

preprint2014arXiv

Analysis of the X(3872), Z_c(3900) and Z_c(3885) as axial-vector tetraquark states with QCD sum rules

In this article, we distinguish the charge conjunctions of the interpolating currents, calculate the contributions of the vacuum condensates up to dimension-10 in a consistent way in the operator product expansion, study the masses and pole residues of the $J^{PC}=1^{+\pm}$ hidden charmed tetraquark states with the QCD sum rules, and explore the energy scale dependence in details for the first time. The predictions $M_{X}=3.87^{+0.09}_{-0.09}\,\rm{GeV}$ and $M_{Z}=3.91^{+0.11}_{-0.09}\,\rm{GeV}$ support assigning the $X(3872)$ and $Z_c(3900)$ (or $Z_c(3885)$) as the $1^{++}$ and $1^{+-}$ diquark-antidiquark type tetraquark states, respectively.

preprint2014arXiv

Heavy and light meson wavefunctions

We present a short review on the properties of heavy and light mesons' light-cone wavefunctions (LCWFs), and their distribution amplitudes (DAs). The B meson LCWFs can be treated by taking the heavy quark limit ($m_b\to\infty$) and by using the heavy quark effective theory. Furthermore, we propose a simple model for the B meson WFs with 3-particle Fock states' contributions, whose behaviors are controlled by two parameters $\barΛ$ and $δ$. Using such model, the form factors $F^{B\toπ}_{+,0,T}$ and $F^{B\to K}_{+,0,T}$ in large recoil region are studied up to ${\cal O}(1/m_b^2)$ within the $k_T$ factorization approach. On the other hand, we adopt Brodsky-Huang-Lepage (BHL) prescription for constructing the WFs of the lighter pseudoscalars as $η_c$, D-meson, pion, kaon, $η^{(\prime)}$ and etc. Such BHL-like model can be conveniently extended to construct the LCWFs for light scalar or vector mesons. Within such model the longitudinal distributions of those WFs are basically determined by a parameter $B$, whose value can be determined via a global fit of experimental data.

preprint2014arXiv

Heavy Pseudoscalar Leading-Twist Distribution Amplitudes within QCD Theory in Background Fields

In this paper, we study the leading-twist distribution amplitude (DA) of the heavy pseudoscalars (HPs), such as $η_c$, $η_b$ and $B_c$, within the QCD theory in the background fields. New sum rules up to dimension-six condensates for both the HP decay constants and their leading-twist DA moments are presented. From the sum rules for the HP decay constants, we obtain $f_{η_c} = 453 \pm 4 \textrm{MeV}$, $f_{B_c} = 498 \pm 14 \textrm{MeV}$, and $f_{η_b} = 811 \pm 34 \textrm{MeV}$. Basing on the sum rules for the HPs' leading-twist DA moments, we construct a new model for the $η_c$, $η_b$ and $B_c$ leading-twist DAs. Our present HP DA model can also be adaptable for the light pseudo-scalar DAs, such as the pion and kaon DAs. Thus, it shall be applicable for a wide range of QCD exclusive processes. As an application, we apply the $η_c$ leading-twist DA to calculate the $B_c \to η_c$ transition form factor $f_+^{B_c \to η_c}(q^2)$. At the maximum recoil region, we obtain $f_+^{B_c \to η_c}(0) = 0.612^{+0.053}_{-0.052}$. After further extrapolating the TFF $f_+^{B_c \to η_c}(q^2)$ to its allowable $q^2$ region, we predict the branching ratio for the semi-leptonic decay $B_c \to η_c l ν$. We obtain ${\cal B}(B_c \to η_c l ν)=\left(7.70^{+1.65}_{-1.48}\right) \times 10^{-3}$ for massless leptons, which is consistent with the LCSRs estimation obtained in the literature.

preprint2014arXiv

Possible assignments of the $X(3872)$, $Z_c(3900)$ and $Z_b(10610)$ as axial-vector molecular states

In this article, we construct both the color singlet-singlet type and octet-octet type currents to interpolate the $X(3872)$, $Z_c(3900)$, $Z_b(10610)$, and calculate the vacuum condensates up to dimension-10 in the operator product expansion. Then we study the axial-vector hidden charmed and hidden bottom molecular states with the QCD sum rules, explore the energy scale dependence of the QCD sum rules for the heavy molecular states in details, and use the formula $μ=\sqrt{M^2_{X/Y/Z}-(2{\mathbb{M}}_Q)^2}$ with the effective masses ${\mathbb{M}}_Q$ to determine the energy scales. The numerical results support assigning the $X(3872)$, $Z_c(3900)$, $Z_b(10610)$ as the color singlet-singlet type molecular states with $J^{PC}=1^{++}$, $1^{+-}$, $1^{+-}$, respectively, more theoretical and experimental works are still needed to distinguish the molecule and tetraquark assignments; while there are no candidates for the color octet-octet type molecular states.

preprint2014arXiv

Regularity and uniqueness for a class of solutions to the hydrodynamic flow of nematic liquid crystals

In this paper, we establish an $ε$-regularity criterion for any weak solution $(u,d)$ to the nematic liquid crystal flow (1.1) such that $(u,\nabla d)\in L^p_tL^q_x$ for some $p\ge 2$ and $q\ge n$ satisfying the condition (1.2). As consequences, we prove the interior smoothness of any such a solution when $p>2$ and $q>n$. We also show that uniqueness holds for the class of weak solutions $(u,d)$ the Cauchy problem of the nematic liquid crystal flow (1.1) that satisfy $(u,\nabla d)\in L^p_tL^q_x$ for some $p>2$ and $q>n$ satisfying (1.2).

preprint2014arXiv

Representation of Dissipative Solutions to a Nonlinear Variational Wave Equation

The paper introduces a new way to construct dissipative solutions to a second order variational wave equation. By a variable transformation, from the nonlinear PDE one obtains a semilinear hyperbolic system with sources. In contrast with the conservative case, here the source terms are discontinuous and the discontinuities are not always crossed transversally. Solutions to the semilinear system are obtained by an approximation argument, relying on Kolmogorov's compactness theorem. Reverting to the original variables, one recovers a solution to the nonlinear wave equation where the total energy is a monotone decreasing function of time.

preprint2014arXiv

Revisiting the Pion Leading-Twist Distribution Amplitude within the QCD Background Field Theory

We study the pion leading-twist distribution amplitude (DA) within the framework of SVZ sum rules under the background field theory. To improve the accuracy of the sum rules, we expand both the quark propagator and the vertex $(z\cdot \tensor{D})^n$ of the correlator up to dimension-six operators in the background field theory. The sum rules for the pion DA moments are obtained, in which all condensates up to dimension-six have been taken into consideration. Using the sum rules, we obtain $\left<ξ^2\right>|_{\rm 1\;GeV} = 0.338 \pm 0.032$, $\left<ξ^4\right>|_{\rm 1\;GeV} = 0.211 \pm 0.030$ and $\left<ξ^6\right>|_{\rm 1\;GeV} = 0.163 \pm 0.030$. It is shown that the dimension-six condensates shall provide sizable contributions to the pion DA moments. We show that the first Gegenbauer moment of the pion leading-twist DA is $a^π_2|_{\rm 1\;GeV} = 0.403 \pm 0.093$, which is consistent with those obtained in the literature within errors but prefers a larger central value as indicated by lattice QCD predictions.

preprint2014arXiv

Status of CSNS H- ion source

A new H^- ion source has been installed successfully and will be used to serve the China Spallation Neutron Source (CSNS). In this paper, we report various components of the ion source, including discharge chamber, temperature, cooling system, extraction electrodes, analyzing magnet, remote control system and so on. Compared to the previous experimental ion source, some improvements have been made to make the ion source more compact and convenient. In the present arrangement, the Penning field is generated by a pair of pole tip extensions on the analyzing magnet instead of by a separate circuit. For the remote control system, F3RP61-2L is applied to the accelerator online control system for the first time. In the running of the ion source, a stable pulse H- beam with a current of 50 mA at an energy of 50 keV is produced. The extraction frequency and pulse width is 25 Hz and 500microsecond, respectively. Furthermore, an emittance scanner has been installed and measurements are in progress.

preprint2014arXiv

The $Z_b(10610)$ and $Z_b(10650)$ as axial-vector tetraquark states in the QCD sum rules

In this article, we study the axial-vector mesons $Z_b(10610)$ and $Z_b(10650)$ with the $Cγ_μ-Cγ_5$ type and $Cγ_μ-Cγ_ν$ type interpolating currents respectively by carrying out the operator product expansion to the vacuum condensates up to dimension-10. In calculations, we explore the energy scale dependence of the QCD spectral densities of the hidden bottom tetraquark states in details for the first time, and suggest a formula $μ=\sqrt{M^2_{X/Y/Z}-(2{\mathbb{M}}_b)^2}$ with the effective mass ${\mathbb{M}}_b=5.13\,\rm{GeV}$ to determine the energy scales. The numerical results favor assigning the $Z_b(10610)$ and $Z_b(10650)$ as the $Cγ_μ-Cγ_5$ type and $Cγ_μ-Cγ_ν$ type hidden bottom tetraquark states, respectively. We obtain the mass of the $J^{PC}=1^{++}$ hidden bottom tetraquark state as a byproduct, which can be compared to the experimental data in the futures. Furthermore, we study the strong decays $Z_b^\pm(10610)\toΥπ^{\pm}\, ,\,η_bρ^{\pm}$ with the three-point QCD sum rules, the decay widths also support assigning the $Z_b(10610)$ as the $Cγ_μ-Cγ_5$ type hidden bottom tetraquark state.

preprint2013arXiv

Determination of the pion distribution amplitude

Right now, we have not enough knowledge to determine the hadron distribution amplitudes (DAs) which are universal physical quantities in the high energy processes involving hadron for applying pQCD to exclusive processes. Even for the simplest pion, one can't discriminate from different DA models. Inversely, one expects that processes involving pion can in principle provide strong constraints on the pion DA. For example, the pion-photon transition form factor (TFF) can get accurate information of the pion wave function or DA, due to the single pion in this process. However, the data from Belle and BABAR have a big difference on TFF in high $Q^2$ regions, at present, they are helpless for determining the pion DA. At the present paper, we think it is still possible to determine the pion DA as long as we perform a combined analysis of the most existing data of the processes involving pion such as $π\to μ\barν$, $π^0 \to γγ$, $B\to πl ν$, $D \to πl ν$, and etc. Based on the revised light-cone harmonic oscillator model, a convenient DA model has been suggested, whose parameter $B$ which dominates its longitudinal behavior for $ϕ_π(x,μ^2)$ can be determined in a definite range by those processes. A light-cone sum rule analysis of the semi-leptonic processes $B \to πl ν$ and $D \to πl ν$ leads to a narrow region $B = [0.01,0.14]$, which indicate a slight deviation from the asymptotic DA. Then, one can predict the behavior of the pion-photon TFF in high $Q^2$ regions which can be tested in the future experiments. Following this way it provides the possibility that the pion DA will be determined by the global fit finally.

preprint2013arXiv

Finding a way to determine the pion distribution amplitude from the experimental data

It is believed that one can extract more accurate information of the pion distribution amplitude from the pion-photon transition form factor (TFF) due to the single pion in this process. However the BABAR and Belle data of the pion-photon TFF have a big difference for $Q^2\in [15,40]$ GeV$^2$, and at present, the pion DA can not be definitely determined from the pion-photon TFF. it is crucial to find the right pion DA behavior and to determine which data is more reliable. In this letter, we perform a combined analysis of the most existing data of the processes involving pion by using a general model for the pion wavefunction/DA. Such a DA model can mimic all the existed pion DA behaviors, whose parameters can be fixed by the constraints from the processes $π^0\toγγ$, $π\toμν$, $B\toπl ν$, and etc. Especially, we examine the $B \rightarrow π$ transition form factors that provides another constraint to the parameter $B$ in our DA model, which results in $B \in[0.00,0.29]$. This inversely shows that the predicted curve for the pion-photon TFF is between the BABAR and Belle data in the region $Q^2\in$ $[15,40]$ GeV$^2$. It will be tested by coming more accurate data at large $Q^2$ region, and the definite behavior of pion DA can be concluded finally.

preprint2013arXiv

Finite time singularities for hyperbolic systems

In this paper, we study the formation of finite time singularities in the form of super norm blowup for a spatially inhomogeneous hyperbolic system. The system is related to the variational wave equations as those in [18]. The system posses a unique $C^1$ solution before the emergence of vacuum in finite time, for given initial data that are smooth enough, bounded and uniformly away from vacuum. At the occurrence of blowup, the density becomes zero, while the momentum stays finite, however the velocity and the energy are both infinity.

preprint2013arXiv

Mixed Compressed Sensing Based on Random Graphs

Finding a suitable measurement matrix is an important topic in compressed sensing. Though the known random matrix, whose entries are drawn independently from a certain probability distribution, can be used as a measurement matrix and recover signal well, in most cases, we hope the measurement matrix imposed with some special structure. In this paper, based on random graph models, we show that the mixed symmetric random matrices, whose diagonal entries obey a distribution and non-diagonal entries obey another distribution, can be used to recover signal successfully with high probability.

preprint2013arXiv

Model Selection for Gaussian Mixture Models

This paper is concerned with an important issue in finite mixture modelling, the selection of the number of mixing components. We propose a new penalized likelihood method for model selection of finite multivariate Gaussian mixture models. The proposed method is shown to be statistically consistent in determining of the number of components. A modified EM algorithm is developed to simultaneously select the number of components and to estimate the mixing weights, i.e. the mixing probabilities, and unknown parameters of Gaussian distributions. Simulations and a real data analysis are presented to illustrate the performance of the proposed method.

preprint2012arXiv

Compressed Sensing Based on Random Symmetric Bernoulli Matrix

The task of compressed sensing is to recover a sparse vector from a small number of linear and non-adaptive measurements, and the problem of finding a suitable measurement matrix is very important in this field. While most recent works focused on random matrices with entries drawn independently from certain probability distributions, in this paper we show that a partial random symmetric Bernoulli matrix whose entries are not independent, can be used to recover signal from observations successfully with high probability. The experimental results also show that the proposed matrix is a suitable measurement matrix.

preprint2012arXiv

Form factors $f^{B\to π}_+(0)$ and $f^{D\to π}_+(0)$ in $QCD$ and determination of $|V_{ub}|$ and $|V_{cd}|$

We present a QCD study on $B, D\toπ$ semileptonic transitions at zero momentum transfer and an estimate of magnitudes of the associated CKM matrix elements. Light cone sum rules (LCSRs) with chiral correlator are applied to calculate the form factors $f^{B\to π}_+(0)$ and $f^{D\to π}_+(0)$. We show that there is no twist-3 and-5 component involved in the light-cone expansions such that the resulting sum rules have a good convergence and offer an understanding of these form factors at twist-5 level. A detailed $\mathcal{O}(α_s)$ computation is carried out in leading twist-2 approximation and the $\bar{MS}$ masses are employed for the underlying heavy quarks. With the updated inputs and experimental data, we have $f^{B\to π}_+(0)=0.28^{+0.05}_{-0.02}$ and $|V_{ub}|=(3.4^{+0.2}_{-0.6}\pm0.1\pm0.1)\times10^{-3}$; $f^{D\to π}_+(0)=0.62\pm0.03$ and $|V_{cd}|=0.244\pm0.005\pm0.003\pm0.008$. As a by-product, a numerical estimate for the decay constant $f_D$ is yielded as $f_{D}=190^{+12}_{-11}\mathrm{MeV}$.

preprint2012arXiv

Information on the Pion Distribution Amplitude from the Pion-Photon Transition Form Factor with the Belle and BaBar Data

The pion-photon transition form factor (TFF) provides strong constraints on the pion distribution amplitude (DA). We perform an analysis of all existing data (CELLO, CLEO, BaBar, Belle) on the pion-photon TFF by means of light-cone pQCD approach in which we include the next-to-leading order correction to the valence-quark contribution and estimate the non-valence-quark contribution by a phenomenological model based on the TFF's limiting behavior at both $Q^2\to 0$ and $Q^2\to\infty$. At present, the pion DA is not definitely determined, it is helpful to have a pion DA model that can mimic all the suggested behaviors, especially to agree with the constraints from the pion-photon TFF in whole measured region within a consistent way. For the purpose, we adopt the conventional model for pion wavefunction/DA that has been constructed in our previous paper \cite{hw1}, whose broadness is controlled by a parameter $B$. We fix the DA parameters by using the CELLO, CLEO, BABAR and Belle data within the smaller $Q^2$ region ($Q^2 \leq 15$ GeV$^2$), where all the data are consistent with each other. And then the pion-photon TFF is extrapolated into larger $Q^2$ region. We observe that the BABAR favors $B=0.60$ which has the behavior close to the Chernyak-Zhitnitsky DA, whereas the recent Belle favors $B=0.00$ which is close to the asymptotic DA. We need more accurate data at large $Q^2$ region to determine the precise value of $B$, and the definite behavior of pion DA can be concluded finally by the consistent data in the coming future.

preprint2012arXiv

On uniqueness of heat flow of harmonic maps

In this paper, we establish the uniqueness of heat flow of harmonic maps into (N, h) that have sufficiently small renormalized energies, provided that N is either a unit sphere $S^{k-1}$ or a compact Riemannian homogeneous manifold without boundary. For such a class of solutions, we also establish the convexity property of the Dirichlet energy for $t\ge t_0>0$ and the unique limit property at time infinity. As a corollary, the uniqueness is shown for heat flow of harmonic maps into any compact Riemannian manifold N without boundary whose gradients belong to $L^q_t L^l_x$ for $q>2$ and $l>n$ satisfying the Serrin's condition.

preprint2012arXiv

Photon-to-pion transition form factor and pion distribution amplitude from holographic QCD

We try to understand the recently observed anomalous behavior of the photon-to-pion transition form factor in the holographic QCD approach. First the holographic description of the anomalous γ^*γ^*π^0 form factor is reviewed and applied to various models. It is illustrated that in describing the anomalous form factor, the holographic approach is asymptotically dual to the perturbative QCD (pQCD) framework, with the pion mode π(z)\sim z corresponding to the asymptotic pion distribution amplitude. This indicates some inconsistency in light-front holography, since π(z)\sim z would be dual to φ(x)\sim \sqrt{x(1-x)} there. After clarifying these subtleties, we employ the relation between the holographic and the perturbative expressions to study possible asymptotic violation of the transition form factor. It is found that if one require that the asymptotic form factor possess a pQCD-like expression, the pion mode can only be ultraviolet-enhanced by logarithmic factors. The minimally deformed pion mode will then be of the form π(z)\sim z\ln (zΛ)^{-1}. We suppose that this deformation may be due to the coupling of the pion with a nontrivial open string tachyon field, and then the parameter $Λ$ will be related to the quark condensate. Interestingly, this pion mode leads immediately to Radyushkin's logarithmic model, which fitted very well the experimental data in the large-Q^2 region. On the other side, the pQCD interpretation with a flat-like pion distribution amplitude, proposed by Radyushkin and Polyakov, fails to possess a holographic expression.

preprint2011arXiv

$B \to A$ transitions in the light-cone QCD sum rules with the chiral current

In this article, we calculate the form-factors of the transitions $B \to a_1(1260)$, $b_1(1235) $ in the leading-order approximation using the light-cone QCD sum rules. In calculations, we choose the chiral current to interpolate the $B$-meson, which has outstanding advantage that the twist-3 light-cone distribution amplitudes of the axial-vector mesons have no contributions, and the resulting sum rules for the form-factors suffer from much less uncertainties. Then we study the semi-leptonic decays $B \to a_1(1260) l\barν_l$, $b_1(1235) l\barν_l$ $(l=e,μ,τ)$, and make predictions for the differential decay widths and decay widths, which can be confronted with the experimental data in the coming future.

preprint2011arXiv

$B_{(s)}\to S$ transitions in the light cone sum rules with the chiral current

$B_{(s)}$ semi-leptonic decays to the light scalar meson, $B_{(s)}\to S l\barν_l, S l \bar{l}\,\,(l=e,μ,τ)$, are investigated in the QCD light-cone sum rules (LCSR) with chiral current correlator. Having little knowledge of ingredients of the scalar mesons, we confine ourself to the two quark picture for them and work with the two possible Scenarios. The resulting sum rules for the form factors receive no contributions from the twist-3 distribution amplitudes (DA's), in comparison with the calculation of the conventional LCSR approach where the twist-3 parts play usually an important role. We specify the range of the squared momentum transfer $q^2$, in which the operator product expansion (OPE) for the correlators remains valid approximately. It is found that the form factors satisfy a relation consistent with the prediction of soft collinear effective theory (SCET). In the effective range we investigate behaviors of the form factors and differential decay widthes and compare our calculations with the observations from other approaches. The present findings can be beneficial to experimentally identify physical properties of the scalar mesons.

preprint2011arXiv

A Localization Method for the Internet of Things

Many localization algorithms and systems have been developed by means of wireless sensor networks for both indoor and outdoor environments. To achieve higher localization accuracy, extra hardware equipments are utilized by most of the existing localization solutions, which increase the cost and considerably limit the location-based applications. The Internet of Things (IOT) integrates many technologies, such as Internet, Zigbee, Bluetooth, infrared, WiFi, GPRS, 3G, etc, which can enable different ways to obtain the location information of various objects. Location-based service is a primary service of the IOT, while localization accuracy is a key issue. In this paper, a higher accuracy localization scheme is proposed which can effectively satisfy diverse requirements for many indoor and outdoor location services. The proposed scheme composes of two phases: 1) partition phase, in which the target region is split into small grids; 2) localization refinement phase, in which a higher accuracy of localization can be obtained by applying an algorithm designed in the paper. A trial system is set up to verify correctness of the proposed scheme and furthermore to illustrate its feasibility and availability. The experimental results show that the proposed scheme can improve the localization accuracy.

preprint2011arXiv

Blow up criterion for compressible nematic liquid crystal flows in dimension three

In this paper, we consider the short time strong solution to a simplified hydrodynamic flow modeling the compressible, nematic liquid crystal materials in dimension three. We establish a criterion for possible breakdown of such solutions at finite time in terms of the temporal integral of both the maximum norm of the deformation tensor of velocity gradient and the square of maximum norm of gradient of liquid crystal director field.

preprint2011arXiv

Blow up criterion for nematic liquid crystal flows

In this paper, we establish a blow up criterion for the short time classical solution of the nematic liquid crystal ow, a simplified version of Ericksen-Leslie system modeling the hydrodynamic evolution of nematic liquid crystals, in dimensions two and three. More precisely, $0<T_*<+\infty$ is the maximal time interval iff (i) for $n=3$, $|ω|+|\nabla d|^2\notin L^1_tL^\infty_x(\mathbb R^3\times [0,T_*])$, and (ii) for $n=2$, $|\nabla|^2\notin L^1_tL^\infty_x(\mathbb R^2\times [0,T_*])$.

preprint2011arXiv

Constraints on the Light Pseudoscalar Meson Distribution Amplitudes from Their Meson-Photon Transition Form Factors

The meson-photon transition form factors $γγ^*\to P$ ($P$ stands for $π$, $η$ and $η'$) provide strong constraints on the distribution amplitudes of the pseudoscalar mesons. In this paper, these transition form factors are calculated under the light-cone perturbative QCD approach, in which both the valence and non-valence quarks' contributions have been taken into consideration. To be consistent, an unified wavefunction model is adopted to analyze these form factors. It is shown that with proper charm component $f^{c}_{η'}\sim -30$ MeV and a moderate DA with $B\sim 0.30$, the experimental data on $Q^{2}F_{ηγ}(Q^2)$ and $Q^{2}F_{η'γ}(Q^2)$ in whole $Q^2$ region can be explained simultaneously. Further more, a detailed discussion on the form factors' uncertainties caused by the constituent quark masses $m_q$ and $m_s$, the parameter $B$, the mixing angle $ϕ$ and $f_{η'}^c$ are presented. It is found that by adjusting these parameters within their reasonable regions, one can improve the form factor to a certain degree but can not solve the puzzle for $Q^{2}F_{πγ}(Q^2)$, especially to explain the behavior of $π-γ$ form factor within the whole $Q^2$ region consistently. We hope further experimental data on these form factors in the large $Q^2$ region can clarify the present situation.

preprint2011arXiv

In-medium mass modifications of the $D_0$ and $B_0$ mesons with the QCD sum rules

In this article, we calculate the in-medium mass modifications of the scalar mesons $D_0$ and $B_0$ using the QCD sum rules. In calculations, we observe that the $D_0N$ and $B_0N$ scattering lengths are about $1.1\,\rm{fm}$ and $4.1\,\rm{fm}$ respectively, the mass-shifts $δM_{D_0}=69\,\rm{MeV}$ and $δM_{B_0}=217\,\rm{MeV}$, and the $D_0N$ and $B_0N$ interactions are repulsive. The positive mass-shifts indicate that the decays of the higher charmonium states into the $D_0\bar{D}_0$ pair are suppressed.

preprint2011arXiv

Skyrmion properties from holographic instantons of large size

Based on the intanton approximation of Skyrmion and recent progresses on the holographic approach, we study baryon properties using Skyrmions generated from holographic instantons. First we employ Atiyah and Manton's early observation to show that the instanton approximation gives the correct infrared behavior for the Skyrmion solution, and thus those of the electromagnetic form factors of the nucleon. We then use Skyrmions generated from flat-space instanton solutions to study various baryon properties, treating the instanton size as an arbitrary variable. It is found that, a large instanton size is required to reproduce the physical axial coupling. From such an instanton configuration, the predictions for other baryon quantities in the Skyrme model improve the original results quite a lot. Some of the results reproduce those by quantizing the full instanton solution, while no fine-tuning of the mesonic parameters are needed. From these we conclude that the baryons in the low energy region can be effectively described by large instantons.

preprint2011arXiv

Strong solutions of the compressible nematic liquid crystal flow

We study strong solutions of the simplified Ericksen-Leslie system modeling compressible nematic liquid crystal flows in a domain $Ω\subset\mathbb R^3$. We first prove the local existence of unique strong solutions provided that the initial data $ρ_0, u_0, d_0$are sufficiently regular and satisfy a natural compatibility condition. The initial density function $ρ_0$ may vanish on an open subset (i.e., an initial vacuum may exist). We then prove a criterion for possible breakdown of such a local strong solution at finite time in terms of blow up of the quantities $\|ρ\|_{L^\infty_tL^\infty_x}$ and $\|\nabla d\|_{L^3_tL^\infty_x}$.

preprint2011arXiv

The cross section of the process $e^{+}+e^{-}\to J/ψ+η_c$ within the QCD light-cone sum rules

We calculate the cross section of the exclusive process $e^{+} +e^{-}\to J/ψ+η_c$ at the leading order approximation within the QCD light-cone sum rules (LCSR) approach. It is found that the form factor $F_{VP}(V=J/ψ,P=η_c)$ depends mainly on the behavior of the twist-2 distribution amplitude of the $η_c$-meson at the scale of this process. Thus in order to obtain a reliable estimation of the cross section, it is important to have a realistic distribution amplitude of the $η_c$ meson, and to deal with the evolution of the distribution amplitude to the effective energy scale of the process. Our results show that one can obtain a compatible prediction with the Belle and BarBar experimental data.

preprint2010arXiv

$γ^{*}ρ^0\toπ^0$ Transition Form Factor in Extended AdS/QCD Models

The $γ^{*}ρ^0\toπ^0$ transition form factor is extracted from recent result for the $γ^* γ^* π^0$ form factor obtained in the extended hard-wall AdS/QCD model with a Chern-Simons term. In the large momentum region, the form factor exhibits a $1/Q^4$ behavior, in accordance with the perturbative QCD analysis, and also with the Light-Cone Sum Rule (LCSR) result if the pion wave function exhibits the same endpoint behavior as the asymptotic one. The appearance of this power behavior from the AdS side and the LCSR approach seem to be rather similar: both of them come from the {"}soft" contributions. Comparing the expressions for the form factor in both sides, one can obtain the duality relation $z\propto \sqrt{u(1-u)}$, which is compatible with one of the most important relations of the Light-Front holography advocated by Brodsky and de Teramond. In the moderate $Q^2$ region, the comparison of the numerical results from both approaches also supports a asymptotic-like pion wave function, in accordance with previous studies for the $γ^* γ^* π^0$ form factor. The form factor at zero momentum transfer gives the $γ^{*}ρ^0π^0$ coupling constant, from which one can determine the partial width for the $ρ^0(ω)\to π^0 γ$ decay. We also calculate the form factor in the time-like region, and study the corresponding Dalitz decays $ρ^0(ω)\to π^0 e^+e^-, π^0μ^+μ^-$. Although all these results are obtained in the chiral limit, numerical calculations with finite quark masses show that the corrections are extremely small. Some of these calculations are repeated in the Hirn-Sanz model and similar results are obtained.

preprint2010arXiv

A Practical Localization Algorithm Based on Wireless Sensor Networks

Many localization algorithms and systems have been developed by means of wireless sensor networks for both indoor and outdoor environments. To achieve higher localization accuracy, extra hardware equipments are utilized by most of the existing localization algorithms, which increase the cost and greatly limit the range of location-based applications. In this paper we present a method which can effectively meet different localization accuracy requirements of most indoor and outdoor location services in realistic applications. Our algorithm is composed of two phases: partition phase, in which the target region is split into small grids and localization refinement phase in which a higher accuracy location can be generated by applying a trick algorithm. A realistic demo system using our algorithm has been developed to illustrate its feasibility and availability. The results show that our algorithm can improve the localization accuracy.

preprint2010arXiv

An Implication on the Pion Distribution Amplitude from the Pion-Photon Transition Form Factor with the New BABAR Data

The new BABAR data on the pion-photon transition form factor arouses people's new interests on the determination of pion distribution amplitude. To explain the data, we take both the leading valence quark state's and the non-valence quark states' contributions into consideration, where the valence quark part up to next-to-leading order is presented and the non-valence quark part is estimated by a phenomenological model based on its limiting behavior at both $Q^2\to 0$ and $Q^2\to\infty$. Our results show that to be consistent with the new BABAR data at large $Q^2$ region, a broader other than the asymptotic-like pion distribution amplitude should be adopted. The broadness of the pion distribution amplitude is controlled by a parameter $B$. It has been found that the new BABAR data at low and high energy regions can be explained simultaneously by setting $B$ to be around 0.60, in which the pion distribution amplitude is closed to the Chernyak-Zhitnitsky form.

preprint2009arXiv

Remarks on the two-dimensional power correction in the soft wall model

We present a direct derivation of the two-point correlation function of the vector current in the soft wall model by using the AdS/CFT dictionary. The resulting correlator is exactly the same as the one previously obtained from dispersion relation with the same spectral function as in this model. The coefficient $C_2$ of the two-dimensional power correction is found to be $C_2=-c/2$ with $c$ the slope of the Regge trajectory, rather than $C_2=-c/3$ derived from the strategy of first quantized string theory. Taking the slope of the $ρ$ trajectory $c\approx0.9{GeV}^2$ as input, we then get $C_2\approx-0.45{GeV}^2$. The gluon condensate is found to be $<α_sG^2>\approx0.064{GeV}^4$, which is almost identical to the QCD sum rule estimation. By comparing these two equivalent derivation of the correlator of scalar glueball operator, we demonstrate that the two-dimensional correction can't be eliminated by including the non-leading solution in the bulk-to-boundary propagator, as was done in \cite{Colangelo2}. In other words, the two-dimensional correction does exist in the scalar glueball case. Also it is manifest by using the dispersion relation that the minus sign of gluon condensate and violation of the low energy theorem are related to the subtraction scheme.

preprint2007arXiv

Determination of the $η$ and $η'$ Mixing Angle from the Pseudoscalar Transition Form Factors

The possible range of $η-η'$ mixing angle is determined from the transition form factors $F_{ηγ}(Q^2)$ and $F_{η' γ}(Q^2)$ with the help of the present experimental data. For such purpose, the quark-flavor mixing scheme is adopted and the pseudoscalar transition form factors are calculated under the light-cone pQCD framework, where the transverse momentum corrections and the contributions beyond the leading Fock state have been carefully taken into consideration. We construct a phenomenological expression to estimate the contributions to the form factors beyond the leading Fock state based on their asymptotic behavior at $Q^2\to 0$ and $Q^2\to\infty$. By taking the quark-flavor mixing scheme, our results lead to $ϕ= 38.0^{\circ}\pm 1.0^{\circ}\pm 2.0^{\circ}$, where the first error coming from experimental uncertainty and the second error coming from the uncertainties of the wavefunction parameters. The possible intrinsic charm component in $η$ and $η'$ is discussed and our present analysis also disfavors a large portion of intrinsic charm component in $η$ and $η'$, e.g. $|f^c_{η'}|\le 50 {\rm MeV}$.

preprint2004arXiv

$B\to Kπ$ Decays with $1/m_b$ Corrections in $QCD$ Factorization

It is commonly believed that a careful investigation of the subleading terms is crucial for a better understanding of the $QCD$ factorization in charmless B decays. In this work the penguin-dominated $B\to Kπ$ decays are discussed systematically, including the subleading corrections in $1/m_b$ due to soft and hard gluons, besides the annihilation contributions. Soft-gluon effects for all the relevant 4-quark effective operators are calculated within the framework of the light-cone QCD sum rules (LCSR). Our observation is that such soft and hard corrections are less important than the annihilation effects, enhancing only the branching ratios by a few percent; the resultant increase in the branching ratios due to the overall ${\cal O}(1/m_b)$ effects is between about $(22-27)%$ of the QCD factorization results with the ${\cal O}(α_s)$ corrections, as the weak phase $γ(=\textmd{Im}V_{ub}^*)$ ranges from $40^0$ to $80^0$. Impacts of the involved uncertainties are discussed in some details.

preprint1999arXiv

Decay of heavy-light hybrids in HQET sum rules

The decay widths of the 0^{++} and 1^{-+} heavy-light hybrids to B(D) and pion are calculated by using the QCD sum rules. The interpolated current of the hybrid is chosen as $g\bar qγ_αG_{αμ}^aT^ah_{\it v}(x)$. In order to simplify the calculation and avoid the ambiguity of three-point correlation function, a two-point correlation function between the pion and vacuum is used instead. The decay width of the $0^{++}\to B(D)$ is about 12(16) MeV while the $1^{-+}\to B(D)$ is around 0.4(1.8) MeV. We keep the leading order of 1/M_Q expansion in our calculation for convenience.

preprint1999arXiv

The spectrum and strong couplings of heavy-light hybrids

The spectrum of the $0^{++}$, $0^{--}$, $1^{-+}$ and $1^{+-}$ heavy-light hybrids have been calculated in HQET. The interpolated current of the hybrid is chosen as $g\bar qγ_αG_{αμ}^aT^ah_{\it v}(x)$, $g\bar qγ_αγ_{5}G_{αμ}^aT^ah_{\it v}(x)$ and $g\bar qσ_{μα}G_{αμ}^aT^ah_{\it v}(x)$. Some strong couplings and decay widths of the heavy-light hybrids to $B(D)π$ are calculated by using the QCD sum rules. The mass of $0^{++}$ hybrid with gluon in TM($1^{--}$) or TE($1^{+-}$) mode is found similar, while their decay widths are different. A two-point correlation function between the pion and vacuum is employed and the leading order of $1/M_Q$ expansion is kept in our calculation.

preprint1998arXiv

The $0^{++}$ and $0^{-+}$ mass of light-quark hybrid in QCD sum rules

We calculate masses of the light-quark hybrid mesons with the quantum number $0^{++}$ and $0^{-+}$ by using the QCD sum rules. Two kinds of the interpolated currents with the same quantum number are employed. We find that the approximately equal mass is predicted for the $0^{-+}$ hybrid state from the different current and the different mass is obtained for the $0^{++}$ hybrid state from the different current. The prediction depends on the interaction between the gluon and quarks in the low-lying hybrid mesons. The mixing effect on the mass of the light-quark hybrid meson through Low-energy theorem has been examined too, and it is found that this mixing shifts the mass of hybrid meson and glueball a little.

preprint1997arXiv

Large corrections to asymptotic $F_{η_c γ}$ and $F_{η_b γ}$ in the light-cone perturbative QCD

The large-$Q^2$ behavior of $η_c$-$γ$ and $η_b$-$γ$ transition form factors, $F_{η_cγ}(Q^2)$ and $F_{η_bγ}(Q^2)$ are analyzed in the framework of light-cone perturbative QCD with the heavy quark ($c$ and $b$) mass effect, the parton's transverse momentum dependence and the higher helicity components in the light-cone wave function are respected. It is pointed out that the quark mass effect brings significant modifications to the asymptotic predictions of the transition form factors in a rather broad energy region, and this modification is much severer for $F_{η_bγ}(Q^2)$ than that for $F_{η_cγ}(Q^2)$ due to the $b$-quark being heavier than the $c$-quark. The parton's transverse momentum and the higher helicity components are another two factors which decrease the perturbative predictions. For the transition form factor $F_{η_cγ}(Q^2)$, they bring sizable corrections in the present experimentally accessible energy region ($Q^2 \leq 10 GeV^2$). For the transition form factor $F_{η_bγ}(Q^2)$, the corrections coming from these two factors are negligible since the $b$-quark mass is much larger than the parton's average transverse momentum. The coming $e^+ e^-$ collider (LEP2) will provide the opportunity to examine these theoretical predictions.

preprint1997arXiv

Pion and Eta Strings

In this paper we construct a string-like classical solution, the pion-string, in the linear sigma model. We then study the stability of the pion-string, and find that it is unstable in the parameter space allowed experimentally. We also speculate on the existance of an unstable eta-string, associated with spontaneous breakdown of the anomalous $U_A(1)$ symmetry in QCD at high temperatures. The implications of the pion and eta strings for cosmology and heavy ion collisions are briefly mentioned.

preprint1996arXiv

QCD Sum Rules for The Double Ratio $(f_{B_s}/f_{B_d}) /(f_{D_s}/f_{D_d})$ in HQET

The double ratio $(f_{B_s}/f_{B_d})/(f_{D_s}/f_{D_d})$ is calculated by QCD sum rules in heavy quark effective theory (HQET), both numerically and analytically. Our expression for the double ratio shows explicitly the dependence on the light quark masses, the heavy quark symmetry breaking and the vacuum condensates. The numerical result favors the double ratio to be a little greater than 1.

preprint1995arXiv

Re-examination of the Perturbative Pion Form Factor with Sudakov Suppression

The perturbative pion form factor with Sudakov suppression is re-examined. Taking into account the multi-gluon exchange in the law $Q^2$ regions, we suggest that the running coupling constant should be frozen at $α_s(t=\sqrt{<{\bf k}_{T}^{2}>})$ and $\sqrt{<{\bf k}_{T}^{2}>}$ is the average transverse momentum which can be determined by the pionic wave function. In addition, we correct the previous calculations about the Sudakov suppression factor which plays an important role in the perturbative predictions for the pion form factor.