Catalog footprint

What is connected

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

51 published item(s)

preprint2026arXiv

Lightweight Quantum Agent for Edge Systems: Joint PQC and NOMA Resource Allocation

In the context of quantum secure scenarios, existing research on mobile edge devices and intelligent computing and edge (ICE) systems based on the Non-Orthogonal Multiple Access (NOMA) communication model have overlooked the energy consumption overhead of Post-Quantum Cryptography (PQC) modules, and the high complexity of traditional resource allocation algorithms fails to meet the demands of real-time decision-making. To address these challenges, this paper proposes a lightweight agentic AI framework designed for online joint optimization within ICE-enabled mobile devices. The scheme constructs a multi-stage stochastic Mixed Integer Nonlinear Programming (MINLP) model that incorporates static power-consumption constraints for PQC modules. Based on Lyapunov optimization theory, the long-term optimization problem is decoupled, and a linear complexity algorithm is proposed to solve the nonconvex challenges of NOMA power allocation . Simulation results verify that the proposed scheme significantly improves computational throughput while ensuring system queue stability and energy consumption constraints. Compared with traditional Successive Convex Approximation (SCA) algorithms, the complexity is reduced to $\mathcal{O}(N)$, achieving a speedup of approximately 46 times when the number of devices $N=35$, thereby meeting the real-time decision-making requirements in dynamic wireless environments.

preprint2023arXiv

Non-homogeneous boundary value problems for coupled KdV-KdV systems posed on the half line

In this article, we study an initial-boundary-value problem of a coupled KdV-KdV system on the half line $ \mathbb{R}^+ $ with non-homogeneous boundary conditions: \begin{equation*} \left\{ \begin{array}{l} u_t+v_x+u u_x+v_{xxx}=0, \quad v_t+u_x+(vu)_x+u_{xxx}=0, \quad u(x,0)=ϕ(x),\quad v(x,0)=ψ(x), \quad u(0,t)=h_1(t),\quad v(0,t)=h_2(t),\quad v_x(0,t)=h_3(t), \end{array} \right. \qquad x,\,t>0. \end{equation*} It is shown that the problem is locally unconditionally well-posed in $H^s(\mathbb{R}^+)\times H^s(\mathbb{R}^+)$ for $s> -\frac34 $ with initial data $(ϕ,ψ)$ in $H^s(\mathbb{R}^+)\times H^{s}(\mathbb{R}^+)$ and boundary data $(h_1,h_2,h_3) $ in $H^{\frac{s+1}{3}}(\mathbb{R}^+)\times H^{\frac{s+1}{3}}(\mathbb{R}^+)\times H^{\frac{s}{3}}(\mathbb{R}^+)$. The approach developed in this paper can also be applied to study more general KdV-KdV systems posed on the half line.

preprint2022arXiv

Bunched proton acceleration from a laser-irradiated cone target

Laser-driven ion acceleration is an attractive technique for compact high-energy ion sources. Currently, among various physical and technical issues to be solved, the boost of ion energy and the reduction of energy spread represent the key challenges with this technique. Here we present a scheme to tackle these challenges by using a hundred-terawatt-class laser pulse irradiating a cone target. Three-dimensional particle-in-cell simulations show that a large number of electrons are dragged out of the cone walls and accelerated to hundreds of MeV by the laser fields inside the cone. When these energetic dense electron beams pass through the cone target tip into vacuum, a very high bunching acceleration field, up to tens of TV/m, quickly forms. Protons are accelerated and simultaneously bunched by this field, resulting in quasi-monoenergetic proton beams with hundred MeV energy and low energy spread of ~2%. Results exploring the scaling of the proton beam energy with laser and target parameters are presented, indicating that the scheme is robust. This opens a new route for compact high-energy proton sources from fundamental research to biomedical applications.

preprint2022arXiv

Dashboard Design Patterns

This paper introduces design patterns for dashboards to inform dashboard design processes. Despite a growing number of public examples, case studies, and general guidelines there is surprisingly little design guidance for dashboards. Such guidance is necessary to inspire designs and discuss tradeoffs in, e.g., screenspace, interaction, or information shown. Based on a systematic review of 144 dashboards, we report on eight groups of design patterns that provide common solutions in dashboard design. We discuss combinations of these patterns in dashboard genres such as narrative, analytical, or embedded dashboard. We ran a 2-week dashboard design workshop with 23 participants of varying expertise working on their own data and dashboards. We discuss the application of patterns for the dashboard design processes, as well as general design tradeoffs and common challenges. Our work complements previous surveys and aims to support dashboard designers and researchers in co-creation, structured design decisions, as well as future user evaluations about dashboard design guidelines. Detailed pattern descriptions and workshop material can be found online: https://dashboarddesignpatterns.github.io

preprint2022arXiv

Effective suppression of parametric instabilities with decoupled broadband lasers in plasma

A theoretical analysis for the stimulated Raman scattering (SRS) instability driven by two laser beams with certain frequency difference is presented. It is found that strong coupling and enhanced SRS take place only when the unstable regions corresponding respectively to the two beams are overlapped in the wavenumber space. Hence a threshold of the beam frequency difference for their decoupling is found as a function of their intensity and plasma density. Based upon this, a strategy to suppress the SRS instability with decoupled broadband lasers (DBLs) is proposed. A DBL can be composed of tens or even hundreds of beamlets, where the beamlets are distributed uniformly in a broad spectrum range such as over 10\% of the central frequency. Decoupling among the beamlets is found due to the limited beamlet energy and suitable frequency difference between neighboring beamlets. Particle-in-cell simulations demonstrate that SRS can be almost completely suppressed with DBLs at the laser intensity $\sim10^{15}$ W/cm$^2$. Moreover, stimulated Brillouin scattering (SBS) will be suppressed simultaneously with DBLs as long as SRS is suppressed. DBLs can be attractive for driving inertial confined fusion.

preprint2022arXiv

Finding MNEMON: Reviving Memories of Node Embeddings

Previous security research efforts orbiting around graphs have been exclusively focusing on either (de-)anonymizing the graphs or understanding the security and privacy issues of graph neural networks. Little attention has been paid to understand the privacy risks of integrating the output from graph embedding models (e.g., node embeddings) with complex downstream machine learning pipelines. In this paper, we fill this gap and propose a novel model-agnostic graph recovery attack that exploits the implicit graph structural information preserved in the embeddings of graph nodes. We show that an adversary can recover edges with decent accuracy by only gaining access to the node embedding matrix of the original graph without interactions with the node embedding models. We demonstrate the effectiveness and applicability of our graph recovery attack through extensive experiments.

preprint2022arXiv

ML4ML: Automated Invariance Testing for Machine Learning Models

In machine learning (ML) workflows, determining the invariance qualities of an ML model is a common testing procedure. Traditionally, invariance qualities are evaluated using simple formula-based scores, e.g., accuracy. In this paper, we show that testing the invariance qualities of ML models may result in complex visual patterns that cannot be classified using simple formulas. In order to test ML models by analyzing such visual patterns automatically using other ML models, we propose a systematic framework that is applicable to a variety of invariance qualities. We demonstrate the effectiveness and feasibility of the framework by developing ML4ML models (assessors) for determining rotation-, brightness-, and size-variances of a collection of neural networks. Our testing results show that the trained ML4ML assessors can perform such analytical tasks with sufficient accuracy.

preprint2022arXiv

Modeling of bound electron effects in particle-in-cell simulation

To include the bound electron effects in particle-in-cell (PIC) simulation, we propose a model in which the response of the dipole components of partially ionized ions to external electromagnetic fields can be included. Instead of treating the macro-ion particle as a single particle without an internal structure, the ions are considered to have a structure composed of a central nucleus and a bounded electron cloud in our model. The two parts experience the interactions of both the external electromagnetic fields and the internal Coulomb fields. In this way, the laser scattering effects by a partially ionized medium can be modeled properly in the PIC simulation. The laser propagation in a neutral medium and the Bragg scattering of the laser in crystal structure have been simulated with a PIC code modified based on our model as the benchmark. Our model may find applications to study some interesting problems, such as the x-ray laser-driven wakefield acceleration in crystals, the x-ray laser-driven high energy density physics, and intense laser propagation in partially ionized nonlinear optical materials, etc.

preprint2022arXiv

NeRF--: Neural Radiance Fields Without Known Camera Parameters

Considering the problem of novel view synthesis (NVS) from only a set of 2D images, we simplify the training process of Neural Radiance Field (NeRF) on forward-facing scenes by removing the requirement of known or pre-computed camera parameters, including both intrinsics and 6DoF poses. To this end, we propose NeRF$--$, with three contributions: First, we show that the camera parameters can be jointly optimised as learnable parameters with NeRF training, through a photometric reconstruction; Second, to benchmark the camera parameter estimation and the quality of novel view renderings, we introduce a new dataset of path-traced synthetic scenes, termed as Blender Forward-Facing Dataset (BLEFF); Third, we conduct extensive analyses to understand the training behaviours under various camera motions, and show that in most scenarios, the joint optimisation pipeline can recover accurate camera parameters and achieve comparable novel view synthesis quality as those trained with COLMAP pre-computed camera parameters. Our code and data are available at https://nerfmm.active.vision.

preprint2022arXiv

Sparse Representations of Solutions to a class of Random Boundary Value Problems

We introduce certain sparse representation methods, named as stochastic pre-orthogonal adaptive Fourier decomposition 1 and 2 (SPOAFD1 and SPOAFD2) to solve the Dirichlet boundary value problem and the Cauchy initial value problem of random data. To solve the stochastic boundary value problems the sparse representation is, as the initial step, applied to the random boundary data. Due to the semigroup property of the Poisson and the heat kernel, each entry of the expanding series can be lifted up to compose a solution of the Dirichlet and the Cauchy initial value problem, respectively. The sparse representation gives rise to analytic as well as numerical solutions to the problems with high efficiency.

preprint2022arXiv

Tail-wave-assisted Positron Acceleration in Nonlinear Laser Plasma Wakefields

Relativistic laser wakefield acceleration is characterized by an unsurpassed accelerating gradient, which is very suitable for electron acceleration over short distances and could be a promising candidate for next-generation compact accelerators. However, using this technique for positron acceleration is still challenging because positively charged particles are naturally defocused in nonlinear wakefields. Here we propose and numerically demonstrate a scheme to accelerate an externally injected positron beam in a nonlinear laser wakefield in a regime where a tail wave is formed behind density cusps of the wakefield. This tail wave can provide a focusing force in addition to longitudinal acceleration for the positrons. Three-dimensional particle-in-cell simulations demonstrate that a trapping efficiency of positrons of nearly 100% in the nonlinear wakefield is possible. This scheme may open a simple way for compact positron acceleration to multi-100 MeV with terawatt-class laser systems at high repetition rates without the need for special laser modes and plasma structures.

preprint2022arXiv

Terahertz sensing of highly absorptive water-methanol mixtures with multiple resonances in metamaterials

Ultrasensitive terahertz sensing of highly absorptive aqueous solutions remains challenging due to strong absorption of water in the terahertz regime. Here, we experimentally demonstrate a cost-effective metamaterial-based sensor integrated with terahertz time-domain spectroscopy for highly absorptive water-methanol mixture sensing. This metamaterial has simple asymmetric wire structures that support multiple resonances including a fundamental Fano resonance and higher order dipolar resonance in the terahertz regime. Both the resonance modes have strong intensity in the transmission spectra which we exploit for detection of the highly absorptive water-methanol mixtures. The experimentally characterized sensitivities of the Fano and dipole resonances for the water-methanol mixtures are found to be 160 and 305 GHz/RIU, respectively. This method provides a route for readily available metamaterial-assisted terahertz spectroscopy for ultrasensitive sensing of highly absorptive chemical and biochemical materials with multiple resonances and high accuracy.

preprint2022arXiv

Visualization for Epidemiological Modelling: Challenges, Solutions, Reflections & Recommendations

We report on an ongoing collaboration between epidemiological modellers and visualization researchers by documenting and reflecting upon knowledge constructs -- a series of ideas, approaches and methods taken from existing visualization research and practice -- deployed and developed to support modelling of the COVID-19 pandemic. Structured independent commentary on these efforts is synthesized through iterative reflection to develop: evidence of the effectiveness and value of visualization in this context; open problems upon which the research communities may focus; guidance for future activity of this type; and recommendations to safeguard the achievements and promote, advance, secure and prepare for future collaborations of this kind. In describing and comparing a series of related projects that were undertaken in unprecedented conditions, our hope is that this unique report, and its rich interactive supplementary materials, will guide the scientific community in embracing visualization in its observation, analysis and modelling of data as well as in disseminating findings. Equally we hope to encourage the visualization community to engage with impactful science in addressing its emerging data challenges. If we are successful, this showcase of activity may stimulate mutually beneficial engagement between communities with complementary expertise to address problems of significance in epidemiology and beyond. https://ramp-vis.github.io/RAMPVIS-PhilTransA-Supplement/

preprint2021arXiv

A Bounded Measure for Estimating the Benefit of Visualization: Case Studies and Empirical Evaluation

Many visual representations, such as volume-rendered images and metro maps, feature a noticeable amount of information loss. At a glance, there seem to be numerous opportunities for viewers to misinterpret the data being visualized, hence undermining the benefits of these visual representations. In practice, there is little doubt that these visual representations are useful. The recently-proposed information-theoretic measure for analyzing the cost-benefit ratio of visualization processes can explain such usefulness experienced in practice, and postulate that the viewers' knowledge can reduce the potential distortion (e.g., misinterpretation) due to information loss. This suggests that viewers' knowledge can be estimated by comparing the potential distortion without any knowledge and the actual distortion with some knowledge. In this paper, we describe several case studies for collecting instances that can (i) support the evaluation of several candidate measures for estimating the potential distortion distortion in visualization, and (ii) demonstrate their applicability in practical scenarios. Because the theoretical discourse on choosing an appropriate bounded measure for estimating the potential distortion is yet conclusive, it is the real world data about visualization further informs the selection of a bounded measure, providing practical evidence to aid a theoretical conclusion. Meanwhile, once we can measure the potential distortion in a bounded manner, we can interpret the numerical values characterizing the benefit of visualization more intuitively.

preprint2021arXiv

A Bounded Measure for Estimating the Benefit of Visualization: Theoretical Discourse and Conceptual Evaluation

Information theory can be used to analyze the cost-benefit of visualization processes. However, the current measure of benefit contains an unbounded term that is neither easy to estimate nor intuitive to interpret. In this work, we propose to revise the existing cost-benefit measure by replacing the unbounded term with a bounded one. We examine a number of bounded measures that include the Jenson-Shannon divergence and a new divergence measure formulated as part of this work. We describe the rationale for proposing a new divergence measure. As the first part of comparative evaluation, we use visual analysis to support the multi-criteria comparison, narrowing the search down to several options with better mathematical properties. The theoretical discourse and conceptual evaluation in this paper provide the basis for further comparative evaluation through synthetic and experimental case studies, which are to be reported in a separate paper.

preprint2021arXiv

Depth-Enhanced Feature Pyramid Network for Occlusion-Aware Verification of Buildings from Oblique Images

Detecting the changes of buildings in urban environments is essential. Existing methods that use only nadir images suffer from severe problems of ambiguous features and occlusions between buildings and other regions. Furthermore, buildings in urban environments vary significantly in scale, which leads to performance issues when using single-scale features. To solve these issues, this paper proposes a fused feature pyramid network, which utilizes both color and depth data for the 3D verification of existing buildings 2D footprints from oblique images. First, the color data of oblique images are enriched with the depth information rendered from 3D mesh models. Second, multiscale features are fused in the feature pyramid network to convolve both the color and depth data. Finally, multi-view information from both the nadir and oblique images is used in a robust voting procedure to label changes in existing buildings. Experimental evaluations using both the ISPRS benchmark datasets and Shenzhen datasets reveal that the proposed method outperforms the ResNet and EfficientNet networks by 5\% and 2\%, respectively, in terms of recall rate and precision. We demonstrate that the proposed method can successfully detect all changed buildings; therefore, only those marked as changed need to be manually checked during the pipeline updating procedure; this significantly reduces the manual quality control requirements. Moreover, ablation studies indicate that using depth data, feature pyramid modules, and multi-view voting strategies can lead to clear and progressive improvements.

preprint2021arXiv

Is the Chen-Sbert Divergence a Metric?

Recently, Chen and Sbert proposed a general divergence measure. This report presents some interim findings about the question whether the divergence measure is a metric or not. It has been postulated that (i) the measure might be a metric when (0 < k <= 1), and (ii) the k-th root of the measure might be a metric when (k > 1). The report shows that for a 2-letter alphabet, postulation (i) can be proved. The possible pathway for obtaining a proof for (i) in n-letter cases is also discussed. The authors hope that the report may stimulate more scholarly effort to study the mathematical properties of this divergence measure.

preprint2021arXiv

Lower Regularity Solutions of the Non-homogeneous Boundary-Value Problem for a Higher Order Boussinesq Equation in a Quarter Plane

We continue to study the initial-boundary-value problem of the sixth order Boussinesq equation in a quarter plane with non-homogeneous boundary conditions: \begin{equation*} \begin{cases} u_{tt}-u_{xx}+βu_{xxxx}-u_{xxxxxx}+(u^2)_{xx}=0,\quad x,t\in \mathbb{R}^+,\\ u(x,0)=φ(x), u_t(x,0)=ψ''(x), \\ u(0,t)=h_1(t), u_{xx}(0,t)=h_2(t), u_{xxxx}(0,t)=h_3(t), \end{cases} \end{equation*} where $β=\pm1$. We show that the problem is locally analytically well-posed in the space $H^s(\mathbb{R}^+)$ for any $ s> -\frac34 $ with the initial-value data $$(φ,ψ)\in H^s(\mathbb{R}^+)\times H^{s-1}(\mathbb{R}^+)$$ and the boundary-value data $$(h_1,h_2,h_3) \in H^{\frac{s+1}{3}}(\mathbb{R}^+)\times H^{\frac{s-1}{3}}(\mathbb{R}^+)\times H^{\frac{s-3}{3}}(\mathbb{R}^+).$$

preprint2021arXiv

Optimizing Video Caching at the Edge: A Hybrid Multi-Point Process Approach

It is always a challenging problem to deliver a huge volume of videos over the Internet. To meet the high bandwidth and stringent playback demand, one feasible solution is to cache video contents on edge servers based on predicted video popularity. Traditional caching algorithms (e.g., LRU, LFU) are too simple to capture the dynamics of video popularity, especially long-tailed videos. Recent learning-driven caching algorithms (e.g., DeepCache) show promising performance, however, such black-box approaches are lack of explainability and interpretability. Moreover, the parameter tuning requires a large number of historical records, which are difficult to obtain for videos with low popularity. In this paper, we optimize video caching at the edge using a white-box approach, which is highly efficient and also completely explainable. To accurately capture the evolution of video popularity, we develop a mathematical model called \emph{HRS} model, which is the combination of multiple point processes, including Hawkes' self-exciting, reactive and self-correcting processes. The key advantage of the HRS model is its explainability, and much less number of model parameters. In addition, all its model parameters can be learned automatically through maximizing the Log-likelihood function constructed by past video request events. Next, we further design an online HRS-based video caching algorithm. To verify its effectiveness, we conduct a series of experiments using real video traces collected from Tencent Video, one of the largest online video providers in China. Experiment results demonstrate that our proposed algorithm outperforms the state-of-the-art algorithms, with 12.3\% improvement on average in terms of cache hit rate under realistic settings.

preprint2021arXiv

Study on multi-fold bunch splitting in a high-intensity medium-energy proton synchrotron

Bunch splitting is an RF manipulation method of changing the bunch structure, bunch numbers and bunch intensity in the high-intensity synchrotrons that serve as the injector for a particle collider. An efficient way to realize bunch splitting is to use the combination of different harmonic RF systems, such as the two-fold bunch splitting of a bunch with a combination of fundamental harmonic and doubled harmonic RF systems. The two-fold bunch splitting and three-fold bunch splitting methods have been experimentally verified and successfully applied to the LHC/PS. In this paper, a generalized multi-fold bunch splitting method is given. The five-fold bunch splitting method using specially designed multi-harmonic RF systems was studied and tentatively applied to the medium-stage synchrotron (MSS), the third accelerator of the injector chain of the Super Proton-Proton Collider (SPPC), to mitigate the pileup effects and collective instabilities of a single bunch in the SPPC. The results show that the five-fold bunch splitting is feasible and both the bunch population distribution and longitudinal emittance growth after the splitting are acceptable, e.g., a few percent in the population deviation and less than 10% in the total emittance growth.

preprint2020arXiv

A Bounded Measure for Estimating the Benefit of Visualization

Information theory can be used to analyze the cost-benefit of visualization processes. However, the current measure of benefit contains an unbounded term that is neither easy to estimate nor intuitive to interpret. In this work, we propose to revise the existing cost-benefit measure by replacing the unbounded term with a bounded one. We examine a number of bounded measures that include the Jenson-Shannon divergence and a new divergence measure formulated as part of this work. We use visual analysis to support the multi-criteria comparison, narrowing the search down to those options with better mathematical properties. We apply those remaining options to two visualization case studies to instantiate their uses in practical scenarios, while the collected real world data further informs the selection of a bounded measure, which can be used to estimate the benefit of visualization.

preprint2020arXiv

DeepNetQoE: Self-adaptive QoE Optimization Framework of Deep Networks

Future advances in deep learning and its impact on the development of artificial intelligence (AI) in all fields depends heavily on data size and computational power. Sacrificing massive computing resources in exchange for better precision rates of the network model is recognized by many researchers. This leads to huge computing consumption and satisfactory results are not always expected when computing resources are limited. Therefore, it is necessary to find a balance between resources and model performance to achieve satisfactory results. This article proposes a self-adaptive quality of experience (QoE) framework, DeepNetQoE, to guide the training of deep networks. A self-adaptive QoE model is set up that relates the model's accuracy with the computing resources required for training which will allow the experience value of the model to improve. To maximize the experience value when computer resources are limited, a resource allocation model and solutions need to be established. In addition, we carry out experiments based on four network models to analyze the experience values with respect to the crowd counting example. Experimental results show that the proposed DeepNetQoE is capable of adaptively obtaining a high experience value according to user needs and therefore guiding users to determine the computational resources allocated to the network models.

preprint2020arXiv

Grating-graphene metamaterial as a platform for terahertz nonlinear photonics

Nonlinear optics is an increasingly important field for scientific and technological applications, owing to its relevance and potential for optical and optoelectronic technologies. Currently, there is an active search for suitable nonlinear material systems with efficient conversion and small material footprint. Ideally, the material system should allow for chip-integration and room-temperature operation. Two-dimensional materials are highly interesting in this regard. Particularly promising is graphene, which has demonstrated an exceptionally large nonlinearity in the terahertz regime. Yet, the light-matter interaction length in two-dimensional materials is inherently minimal, thus limiting the overall nonlinear-optical conversion efficiency. Here we overcome this challenge using a metamaterial platform that combines graphene with a photonic grating structure providing field enhancement. We measure terahertz third-harmonic generation in this metamaterial and obtain an effective third-order nonlinear susceptibility with a magnitude as large as 3$\cdot$10$^{-8}$m$^2$/V$^2$, or 21 esu, for a fundamental frequency of 0.7 THz. This nonlinearity is 50 times larger than what we obtain for graphene without grating. Such an enhancement corresponds to third-harmonic signal with an intensity that is three orders of magnitude larger due to the grating. Moreover, we demonstrate a field conversion efficiency for the third harmonic of up to $\sim$1% using a moderate field strength of $\sim$30 kV/cm. Finally we show that harmonics beyond the third are enhanced even more strongly, allowing us to observe signatures of up to the 9$^{\rm th}$ harmonic. Grating-graphene metamaterials thus constitute an outstanding platform for commercially viable, CMOS compatible, room temperature, chip-integrated, THz nonlinear conversion applications.

preprint2020arXiv

HypoML: Visual Analysis for Hypothesis-based Evaluation of Machine Learning Models

In this paper, we present a visual analytics tool for enabling hypothesis-based evaluation of machine learning (ML) models. We describe a novel ML-testing framework that combines the traditional statistical hypothesis testing (commonly used in empirical research) with logical reasoning about the conclusions of multiple hypotheses. The framework defines a controlled configuration for testing a number of hypotheses as to whether and how some extra information about a "concept" or "feature" may benefit or hinder a ML model. Because reasoning multiple hypotheses is not always straightforward, we provide HypoML as a visual analysis tool, with which, the multi-thread testing data is transformed to a visual representation for rapid observation of the conclusions and the logical flow between the testing data and hypotheses.We have applied HypoML to a number of hypothesized concepts, demonstrating the intuitive and explainable nature of the visual analysis.

preprint2020arXiv

Phase-resolved Higgs response in superconducting cuprates

In high energy physics, the Higgs field couples to gauge bosons and fermions and gives mass to their elementary excitations. Experimentally, such couplings can be inferred from the decay product of the Higgs boson, i.e. the scalar (amplitude) excitation of the Higgs field. In superconductors, Cooper pairs bear a close analogy to the Higgs field. Interaction between the Cooper pairs and other degrees of freedom provides dissipation channel for the amplitude mode, which may reveal important information about the microscopic pairing mechanism. To this end, we investigate the Higgs (amplitude) mode of several cuprate thin films using phase-resolved terahertz third harmonic generation (THG). In addition to the heavily damped Higgs mode itself, we observe a universal jump in the phase of the driven Higgs oscillation as well as a non-vanishing THG above Tc. These findings indicate coupling of the Higgs mode to other collective modes and potentially a nonzero pairing amplitude above Tc.

preprint2020arXiv

Visual Abstraction

In this article we revisit the concept of abstraction as it is used in visualization and put it on a solid formal footing. While the term \emph{abstraction} is utilized in many scientific disciplines, arts, as well as everyday life, visualization inherits the notion of data abstraction or class abstraction from computer science, topological abstraction from mathematics, and visual abstraction from arts. All these notions have a lot in common, yet there is a major discrepancy in the terminology and basic understanding about visual abstraction in the context of visualization. We thus root the notion of abstraction in the philosophy of science, clarify the basic terminology, and provide crisp definitions of visual abstraction as a process. Furthermore, we clarify how it relates to similar terms often used interchangeably in the field of visualization. Visual abstraction is characterized by a conceptual space where this process exists, by the purpose it should serve, and by the perceptual and cognitive qualities of the beholder. These characteristics can be used to control the process of visual abstraction to produce effective and informative visual representations.

preprint2019arXiv

Non-perturbative high-harmonic generation in the three-dimensional Dirac semimetal Cd$_3$As$_2$

Harmonic generation is a general characteristic of driven nonlinear systems, and serves as an efficient tool for investigating the fundamental principles that govern the ultrafast nonlinear dynamics. In atomic gases, high-harmonic radiation is produced via a three-step process of ionization, acceleration, and recollision by strong-field infrared laser. This mechanism has been intensively investigated in the extreme ultraviolet and soft X-ray regions, forming the basis of attosecond research. In solid-state materials, which are characterized by crystalline symmetry and strong interactions, yielding of harmonics has just recently been reported. The observed high-harmonic generation was interpreted with fundamentally different mechanisms, such as interband tunneling combined with dynamical Bloch oscillations, intraband thermodynamics and nonlinear dynamics, and many-body electronic interactions. Here, in a distinctly different context of three-dimensional Dirac semimetal, we report on experimental observation of high-harmonic generation up to the seventh order driven by strong-field terahertz pulses. The observed non-perturbative high-harmonic generation is interpreted as a generic feature of terahertz-field driven nonlinear intraband kinetics of Dirac fermions. We anticipate that our results will trigger great interest in detection, manipulation, and coherent control of the nonlinear response in the vast family of three-dimensional Dirac and Weyl materials.

preprint2016arXiv

A compact tunable polarized X-ray source based on laser-plasma helical undulators

Laser wakefield accelerators have great potential as the basis for next generation compact radiation sources because their accelerating gradients are three orders of magnitude larger than traditional accelerators. However, X-ray radiation from such devices still lacks of tunability, especially the intensity and polarization distribution. Here we propose a tunable polarized radiation source from a helical plasma undulator based on plasma channel guided wakefield accelerator. When a laser pulse is initially incident with a skew angle relative to the channel axis, the laser and accelerated electrons experience collective spiral motions, which leads to elliptically polarized synchrotron-like radiation with flexible tunability on radiation intensity, spectra and polarization. We demonstrate that a radiation source with millimeter size and peak brilliance of $2\times10^{19} photons/s/mm^{2}/mrad^{2}/0.1%$ bandwidth can be made with moderate laser and electron beam parameters. This brilliance is comparable with the third generation of synchrotron radiation facilities running at similar photon energies, suggesting that laser plasma based radiation sources are promising for advanced applications.

preprint2016arXiv

High quality electron beam acceleration by ionization injection in laser wakefields with mid-infrared dual-color lasers

For the laser wakefield acceleration, suppression of beam energy spread while keeping sufficient charge is one of the key challenges. In order to achieve this, we propose bichromatic laser ionization injection with combined laser wavelengths of $2.4\rm μm$ and $0.8\rm μm$ for wakefield excitation and for triggering electron injection via field ionization, respectively. A laser pulse at $2.4\rm μm$ wavelength enables one to drive an intense acceleration structure with relatively low laser power. To further reduce the requirement of laser power, we also propose to use carbon dioxide as the working gas medium, where carbon acts as the injection element. Our full three dimensional particle-in-cell simulations show that electron beams at the GeV energy level with both low energy spreads (around one percent) and high charges (several tens of picocoulomb) can be obtained by this scheme with laser parameters achievable in the near future.

preprint2016arXiv

Plasma optical modulators for intense lasers

Optical modulators can be made nowadays with high modulation speed, broad bandwidth, while being compact, owing to the recent advance in material science and microfabrication technology. However, these optical modulators usually work for low intensity light beams. Here, we present an ultrafast, plasma-based optical modulator, which can directly modulate high power lasers with intensity up to 10^16 W/cm^2 level to produce an extremely broad spectrum with a fractional bandwidth over 100%, extending to the mid-infrared regime in the low-frequency side. This concept relies on two co-propagating laser beams in a sub-mm-scale underdense plasma, where a drive laser pulse first excites an electron plasma wave in its wake while a following carrier laser beam is modulated by the plasma wave. The laser and plasma parameters suitable for the modulator to work are presented. Such optical modulators may enable new applications in the high field physics.

preprint2016arXiv

POMDP-lite for Robust Robot Planning under Uncertainty

The partially observable Markov decision process (POMDP) provides a principled general model for planning under uncertainty. However, solving a general POMDP is computationally intractable in the worst case. This paper introduces POMDP-lite, a subclass of POMDPs in which the hidden state variables are constant or only change deterministically. We show that a POMDP-lite is equivalent to a set of fully observable Markov decision processes indexed by a hidden parameter and is useful for modeling a variety of interesting robotic tasks. We develop a simple model-based Bayesian reinforcement learning algorithm to solve POMDP-lite models. The algorithm performs well on large-scale POMDP-lite models with up to $10^{20}$ states and outperforms the state-of-the-art general-purpose POMDP algorithms. We further show that the algorithm is near-Bayesian-optimal under suitable conditions.

preprint2015arXiv

A Palmtop Synchrotron-like Radiation Source

Synchrotron radiation sources are immensely useful tools for scientific researches and many practical applications. Currently, the state-of-the-art synchrotrons rely on conventional accelerators, where electrons are accelerated in a straight line and radiate in bending magnets or other insertion devices. However, these facilities are usually large and costly. Here, we propose a compact all-optical synchrotron-like radiation source based on laser-plasma acceleration either in a straight or in a curved plasma channel. With the laser pulse off-axially injected in a straight channel, the centroid oscillation of the pulse causes a wiggler motion of the whole accelerating structure including the trapped electrons, leading to strong synchrotron-like radiations with tunable spectra. It is further shown that a ring-shaped synchrotron is possible in a curved plasma channel. Due to the intense acceleration and bending fields inside plasmas, the central part of the sources can be made within palm size. With its potential of high flexibility and tunability, such compact light sources once realized would find applications in wide areas and make up the shortage of large synchrotron radiation facilities.

preprint2015arXiv

Context-aware Computing in the Internet of Things: A Survey on Internet of Things From Industrial Market Perspective

The Internet of Things (IoT) is a dynamic global information network consisting of Internet-connected objects, such as RFIDs, sensors, and actuators, as well as other instruments and smart appliances that are becoming an integral component of the Internet. Over the last few years, we have seen a plethora of IoT solutions making their way into the industry marketplace. Context-aware communication and computing has played a critical role throughout the last few years of ubiquitous computing and is expected to play a significant role in the IoT paradigm as well. In this article, we examine a variety of popular and innovative IoT solutions in terms of context-aware technology perspectives. More importantly, we evaluate these IoT solutions using a framework that we built around well-known context-aware computing theories. This survey is intended to serve as a guideline and a conceptual framework for contextaware product development and research in the IoT paradigm. It also provides a systematic exploration of existing IoT products in the marketplace and highlights a number of potentially significant research directions and trends.

preprint2015arXiv

Multi-chromatic narrow-energy-spread electron bunches from laser wakefield acceleration with dual-color lasers

A method based on laser wakefield acceleration with controlled ionization injection triggered by another frequency-tripled laser is proposed, which can produce electron bunches with low energy spread. As two color pulses co-propagate in the background plasma, the peak amplitude of the combined laser field is modulated in time and space during the laser propagation due to the plasma dispersion. Ionization injection occurs when the peak amplitude exceeds certain threshold. The threshold is exceeded for limited duration periodically at different propagation distances, leading to multiple ionization injections and separated electron bunches. The method is demonstrated through multi-dimensional particle-in-cell simulations. Such electron bunches may be used to generate multi-chromatic X-ray sources for a variety of applications.

preprint2015arXiv

Perturbed Hankel determinant, correlation functions and Painlevé equations

We continue with the study of the Hankel determinant, $$ D_{n}(t,α,β):=\det\left(\int_{0}^{1}x^{j+k}w(x;t,α,β)dx\right)_{j,k=0}^{n-1}, $$ generated by a Pollaczek-Jacobi type weight, $$ w(x;t,α,β):=x^α(1-x)^β{\rm e}^{-t/x}, \quad x\in [0,1], \quad α>0, \quad β>0, \quad t\geq 0. $$ This reduces to the "pure" Jacobi weight at $t=0.$ We may take $α\in \mathbb{R}$, in the situation while $t$ is strictly greater than $0.$ It was shown in Chen and Dai (2010), that the logarithmic derivative of this Hankel determinant satisfies a Jimbo-Miwa-Okamoto $σ$-form of Painlevé \uppercase\expandafter{\romannumeral5} (${\rm P_{\uppercase\expandafter{\romannumeral5}}}$). In fact the logarithmic of the Hankel determinant has an integral representation in terms of a particular ${\rm P_{\uppercase\expandafter{\romannumeral5}}}.$ \\ In this paper, we show that, under a double scaling, where $n$ the dimension of the Hankel matrix tends to $\infty$, and $t$ tends to $0^{+},$ such that $s:=2n^2t$ is finite, the double scaled Hankel determinant (effectively an operator determinant) has an integral representation in terms of a particular ${\rm P_{\uppercase\expandafter{\romannumeral3}'}}.$ Expansions of the scaled Hankel determinant for small and large $s$ are found. A further double scaling with $α=-2n+λ,$ where $n\rightarrow \infty$ and $t,$ tends to $0^{+},$ such that $s:=nt$ is finite. In this situation the scaled Hankel determinant has an integral representation in terms of a particular ${\rm P_{\uppercase\expandafter{\romannumeral5}}},$ %which can be degenerate to a particular ${\rm P_{\uppercase\expandafter{\romannumeral3}}}$ and its small and large $s$ asymptotic expansions are also found.

preprint2015arXiv

RF-Based Charger Placement for Duty Cycle Guarantee in Battery-Free Sensor Networks

Battery-free sensor networks have emerged as a promising solution to conquer the lifetime limitation of battery-powered systems. In this paper, we study a sensor network built from battery-free sensor nodes which harvest energy from radio frequency (RF) signals transmitted by RF-based chargers, e.g., radio frequency identification (RFID) readers. Due to the insufficiency of harvested energy, the sensor nodes have to work in duty cycles to harvest enough energy before turning active and performing tasks. One fundamental issue in this kind of network design is how to deploy the chargers to ensure that the battery-free nodes can maintain a designated duty cycle for continuous operation. Based on a new wireless recharge model, we formulate the charger placement problem for node's duty cycle guarantee as a constrained optimization problem. We develop both greedy and efficient heuristics for solving the problem and validate our solutions through extensive simulations. The simulation results show that the proposed particle swarm optimization (PSO)-based divide-and-conquer approach can effectively reduce the number of chargers compared with the greedy approach.

preprint2015arXiv

Service-Oriented Architectures and Web Services: Course Tutorial and Lab Notes

This document presents a number of quick-step instructions to get started on writing mini-service-oriented web services-based applications using OpenESB 2.31, Tomcat 6, GlassFish 2.x/3.0.1 with BPEL support, and Java 1.6+ primarily in Scientific Linux 6.6 with user quota restrictions. While the tutorial notes are oriented towards the students taking the SOEN487 on service-oriented architectures (SOA) at Computer Science and Software Engineering (CSE) Department, Faculty of Engineering and Computer Science (ENCS), other may find some of it useful as well outside of CSE or Concordia. The notes are compiled mostly based on the students' needs and feedback.

preprint2015arXiv

Singular linear statistics of the Laguerre Unitary Ensemble and Painlevé III (${\rm P_{III}}$): Double scaling analysis

We continue with the study of the Hankel determinant, $$ D_{n}(t,α):=\det\left(\int_{0}^{\infty}x^{j+k}w(x;t,α)dx\right)_{j,k=0 }^{n-1}, $$ generated by singularly perturbed Laguerre weight, $$ w(x;t,α):=x^α{\rm e}^{-x}\:{\rm e}^{-t/x}, \quad 0\leq x<\infty,\;\;\;α>0,\;\;\;\;t>0, $$ obtained through a deformation of the Laguerre weight function, $$ w(x;0,α):=x^α{\rm e}^{-x},\quad 0\leq x<\infty,\;\; α>0, $$ via the multiplicative factor ${\rm e}^{-t/x}$. \\ An earlier investigation was made on the finite $n$ aspect of the problem, this has appeared in \cite{ci1}. There, it was found that the logarithm of the Hankel determinant has an integral representation in terms of a particular ${\rm P_{III}},$ and its derivative with $t.$ In this paper we show that, under a double scaling, where $n$, the order of the Hankel matrix tends to $\infty,$ and $t$, tends to $0$, the scaled---and therefore, in some sense, infinite dimensional---Hankel determinant, has an integral representation in terms of the $C$ potential, and its derivatives. The second order non-linear differential equation which the $C$ potential satisfies, after a minor change of variables, is another ${\rm P_{III}},$ albeit with fewer number of parameters. \\ Expansions of the double scaled determinant for small and large parameter are obtained.

preprint2015arXiv

What May Visualization Processes Optimize?

In this paper, we present an abstract model of visualization and inference processes and describe an information-theoretic measure for optimizing such processes. In order to obtain such an abstraction, we first examined six classes of workflows in data analysis and visualization, and identified four levels of typical visualization components, namely disseminative, observational, analytical and model-developmental visualization. We noticed a common phenomenon at different levels of visualization, that is, the transformation of data spaces (referred to as alphabets) usually corresponds to the reduction of maximal entropy along a workflow. Based on this observation, we establish an information-theoretic measure of cost-benefit ratio that may be used as a cost function for optimizing a data visualization process. To demonstrate the validity of this measure, we examined a number of successful visualization processes in the literature, and showed that the information-theoretic measure can mathematically explain the advantages of such processes over possible alternatives.

preprint2014arXiv

Energy Efficiency Optimization for MIMO-OFDM Mobile Multimedia Communication Systems with QoS Constraints

It is widely recognized that besides the quality of service (QoS), the energy efficiency is also a key parameter in designing and evaluating mobile multimedia communication systems, which has catalyzed great interest in recent literature. In this paper, an energy efficiency model is first proposed for multiple-input multiple-output orthogonal-frequency-division-multiplexing (MIMO-OFDM) mobile multimedia communication systems with statistical QoS constraints. Employing the channel matrix singular-value-decomposition (SVD) method, all subchannels are classified by their channel characteristics. Furthermore, the multi-channel joint optimization problem in conventional MIMO-OFDM communication systems is transformed into a multi-target single channel optimization problem by grouping all subchannels. Therefore, a closed-form solution of the energy efficiency optimization is derived for MIMO-OFDM mobile mlutimedia communication systems. As a consequence, an energy-efficiency optimized power allocation (EEOPA) algorithm is proposed to improve the energy efficiency of MIMO-OFDM mobile multimedia communication systems. Simulation comparisons validate that the proposed EEOPA algorithm can guarantee the required QoS with high energy efficiency in MIMO-OFDM mobile multimedia communication systems.

preprint2014arXiv

Enhanced laser-driven electron beam acceleration due to ionization-induced injection

We report an overall enhancement of a laser wakefield acceleration (LWFA) using the ionization injection in a mixture of 0.3 % nitrogen gas in 99.7 % helium gas. Upon the interaction of 30 TW, 30 fs laser pulses with a gas jet of the above gas mixture, > 300 MeV electron beams were generated at a helium plasma densities of 3.3-8.5*10^18 cm^{-3}. Compared with the electron self-injection in pure helium gas jet, the ionization injection has led to the generation of electron beams with higher energies, higher charge, lower density threshold for trapping, and a narrower energy spread without dark current (low energy electrons) or multiple bunches. It is foreseen that further optimization of such a scheme is expected to bring the electron beam energy-spread down to 1 %, making them suitable for driving ultra-compact free-electron lasers

preprint2013arXiv

$(3,1)^*$-choosability of planar graphs without adjacent short cycles

A list assignment of a graph $G$ is a function $L$ that assigns a list $L(v)$ of colors to each vertex $v\in V(G)$. An $(L,d)^*$-coloring is a mapping $π$ that assigns a color $π(v)\in L(v)$ to each vertex $v\in V(G)$ so that at most $d$ neighbors of $v$ receive color $π(v)$. A graph $G$ is said to be $(k,d)^*$-choosable if it admits an $(L,d)^*$-coloring for every list assignment $L$ with $|L(v)|\ge k$ for all $v\in V(G)$. In 2001, Lih et al. \cite{LSWZ-01} proved that planar graphs without 4- and $l$-cycles are $(3,1)^*$-choosable, where $l\in \{5,6,7\}$. Later, Dong and Xu \cite{DX-09} proved that planar graphs without 4- and l-cycles are $(3,1)^*$-choosable, where $l\in \{8,9\}$. There exist planar graphs containing 4-cycles that are not $(3,1)^*$-choosable (Crown, Crown and Woodall, 1986 \cite{CCW-86}). This partly explains the fact that in all above known sufficient conditions for the $(3,1)^*$-choosability of planar graphs the 4-cycles are completely forbidden. In this paper we allow 4-cycles nonadjacent to relatively short cycles. More precisely, we prove that every planar graph without 4-cycles adjacent to 3- and 4-cycles is $(3,1)^*$-choosable. This is a common strengthening of all above mentioned results. Moreover as a consequence we give a partial answer to a question of Xu and Zhang \cite{XZ-07} and show that every planar graph without 4-cycles is $(3,1)^*$-choosable.

preprint2013arXiv

Glyph Sorting: Interactive Visualization for Multi-dimensional Data

Glyph-based visualization is an effective tool for depicting multivariate information. Since sorting is one of the most common analytical tasks performed on individual attributes of a multi-dimensional data set, this motivates the hypothesis that introducing glyph sorting would significantly enhance the usability of glyph-based visualization. In this paper, we present a glyph-based conceptual framework as part of a visualization process for interactive sorting of multivariate data. We examine several technical aspects of glyph sorting and provide design principles for developing effective, visually sortable glyphs. Glyphs that are visually sortable provide two key benefits: 1) performing comparative analysis of multiple attributes between glyphs and 2) to support multi-dimensional visual search. We describe a system that incorporates focus and context glyphs to control sorting in a visually intuitive manner and for viewing sorted results in an Interactive, Multi-dimensional Glyph (IMG) plot that enables users to perform high-dimensional sorting, analyse and examine data trends in detail. To demonstrate the usability of glyph sorting, we present a case study in rugby event analysis for comparing and analysing trends within matches. This work is undertaken in conjunction with a national rugby team. From using glyph sorting, analysts have reported the discovery of new insight beyond traditional match analysis.

preprint2013arXiv

Low transverse emittance electron bunches from two-color laser-ionization injection

A method is proposed to generate low emittance electron bunches from two color laser pulses in a laser-plasma accelerator. A two-region gas structure is used, containing a short region of a high-Z gas (e.g., krypton) for ionization injection, followed by a longer region of a low-Z gas for post-acceleration. A long-laser-wavelength (e.g., 5 micron) pump pulse excites plasma wake without triggering the inner-shell electron ionization of the high-Z gas due to low electric fields. A short-laser-wavelength (e.g., 0.4 micron) injection pulse, located at a trapping phase of the wake, ionizes the inner-shell electrons of the high-Z gas, resulting in ionization-induced trapping. Compared with a single-pulse ionization injection, this scheme offers an order of magnitude smaller residual transverse momentum of the electron bunch, which is a result of the smaller vector potential amplitude of the injection pulse.

preprint2013arXiv

Self-truncated ionization injection and consequent monoenergetic electron bunches in laser wakefield acceleration

The ionization-induced injection in laser wakefield acceleration has been recently demonstrated to be a promising injection scheme. However, the energy spread controlling in this mechanism remains a challenge because continuous injection in a mixed gas target is usually inevitable. Here we propose that by use of certain initially unmatched laser pulses, the electron injection can be constrained to the very front region of the mixed gas target, typically in a length of a few hundreds micro meters determined by laser-driven bubble deformation. Under some optimized conditions, the injection region is well limited within $200\rm μm$ and the electron beam with central energy of 383 MeV, energy spread of 3.33% in FWHM, normalized emittance of 3.12 mm mrad and charge of 14.58 pC can be obtained according to particle-in-cell simulations. Both multi-dimensional simulations and theoretical analysis illustrate the effectiveness of this scheme.

preprint2013arXiv

Spectrum bandwidth narrowing of Thomson scattering X-rays with energy chirped electron beams from laser wakefield acceleration

We study incoherent Thomson scattering between an ultrashort laser pulse and an electron beam accelerated from a laser wakefield. The energy chirp effects of the accelerated electron beam on the final radiation spectrum bandwidth are investigated. It is found that the scattered X-ray radiation has the minimum spectrum width and highest intensity as electrons are accelerated up to around the dephasing point. Furthermore, it is proposed the electron acceleration process inside the wakefield can be studied by use of $90^\circ$ Thomson scattering. The dephasing position and beam energy chirp can be deduced from the intensity and bandwidth of the scattered radiation.

preprint2010arXiv

Stabilized Radiation Pressure Dominated Ion Acceleration from Thin-foil Targets

We study transverse and longitudinal electron heating effects on the target stability and the ion spectra in the radiation pressure dominated regime of ion acceleration by means of multi dimensional particle-in-cell (PIC) simulations. Efficient ion acceleration occurs when the longitudinal electron temperature is kept as low as possible. However, tailoring of the transverse electron temperature is required in view of suppressing the transverse instability, which can keep the target structure intact for longer duration during the acceleration stage. We suggest using the surface erosion of the target to increase the transverse temperature, which improves both the final peak energy and the spectral quality of the ions in comparison with a normal flat target.

preprint2009arXiv

Target shape effects on monoenergetic GeV proton acceleration

When a circularly polarized laser pulse interacts with a foil target, there are three stages: pre-hole-boring, hole-boring and the light sail acceleration. We study the electron and ion dynamics in the first stage and find the minimum foil thickness requirement for a given laser intensity. Based on this analysis, we propose to use a shaped foil for ion acceleration, whose thickness varies transversely to match the laser intensity. Then, the target evolves into three regions: the acceleration, transparency and deformation regions. In the acceleration region, the target can be uniformly accelerated producing a mono-energetic and spatially collimated ion beam. Detailed numerical simulations are performed to check the feasibility and robustness of this scheme, such as the influence of shape factors and surface roughness. A GeV mono-energetic proton beam is observed in the three dimensional particle-in-cell simulations when a laser pulse with the focus intensity of 1022W=cm2 is used. The energy conversion efficiency of laser pulse to accelerated proton beam is more than 23%. Synchrotron radiation and damping effects are also checked in the interaction.