Researcher profile

Jun Zeng

Jun Zeng contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
17works
0followers
15topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

17 published item(s)

preprint2022arXiv

Adapting Rapid Motor Adaptation for Bipedal Robots

Recent advances in legged locomotion have enabled quadrupeds to walk on challenging terrains. However, bipedal robots are inherently more unstable and hence it's harder to design walking controllers for them. In this work, we leverage recent advances in rapid adaptation for locomotion control, and extend them to work on bipedal robots. Similar to existing works, we start with a base policy which produces actions while taking as input an estimated extrinsics vector from an adaptation module. This extrinsics vector contains information about the environment and enables the walking controller to rapidly adapt online. However, the extrinsics estimator could be imperfect, which might lead to poor performance of the base policy which expects a perfect estimator. In this paper, we propose A-RMA (Adapting RMA), which additionally adapts the base policy for the imperfect extrinsics estimator by finetuning it using model-free RL. We demonstrate that A-RMA outperforms a number of RL-based baseline controllers and model-based controllers in simulation, and show zero-shot deployment of a single A-RMA policy to enable a bipedal robot, Cassie, to walk in a variety of different scenarios in the real world beyond what it has seen during training. Videos and results at https://ashish-kmr.github.io/a-rma/

preprint2022arXiv

AttacKG: Constructing Technique Knowledge Graph from Cyber Threat Intelligence Reports

Cyber attacks are becoming more sophisticated and diverse, making detection increasingly challenging. To combat these attacks, security practitioners actively summarize and exchange their knowledge about attacks across organizations in the form of cyber threat intelligence (CTI) reports. However, as CTI reports written in natural language texts are not structured for automatic analysis, the report usage requires tedious manual efforts of cyber threat intelligence recovery. Additionally, individual reports typically cover only a limited aspect of attack patterns (techniques) and thus are insufficient to provide a comprehensive view of attacks with multiple variants. To take advantage of threat intelligence delivered by CTI reports, we propose AttacKG to automatically extract structured attack behavior graphs from CTI reports and identify the adopted attack techniques. We then aggregate cyber threat intelligence across reports to collect different aspects of techniques and enhance attack behavior graphs into technique knowledge graphs (TKGs). In our evaluation against 1,515 real-world CTI reports from diverse intelligence sources, AttacKG effectively identifies 28,262 attack techniques with 8,393 unique Indicators of Compromises (IoCs). To further verify the accuracy of AttacKG in extracting threat intelligence, we run AttacKG on 16 manually labeled CTI reports. Empirical results show that AttacKG accurately identifies attack-relevant entities, dependencies, and techniques with F1-scores of 0.887, 0.896, and 0.789, which outperforms the state-of-the-art approaches Extractor and TTPDrill. Moreover, the unique technique-level intelligence will directly benefit downstream security tasks that rely on technique specifications, e.g., APT detection and cyber attack reconstruction.

preprint2022arXiv

Autonomous Racing with Multiple Vehicles using a Parallelized Optimization with Safety Guarantee using Control Barrier Functions

This paper presents a novel planning and control strategy for competing with multiple vehicles in a car racing scenario. The proposed racing strategy switches between two modes. When there are no surrounding vehicles, a learning-based model predictive control (MPC) trajectory planner is used to guarantee that the ego vehicle achieves better lap timing performance. When the ego vehicle is competing with other surrounding vehicles to overtake, an optimization-based planner generates multiple dynamically-feasible trajectories through parallel computation. Each trajectory is optimized under a MPC formulation with different homotopic Bezier-curve reference paths lying laterally between surrounding vehicles. The time-optimal trajectory among these different homotopic trajectories is selected and a low-level MPC controller with control barrier function constraints for obstacle avoidance is used to guarantee system's safety-critical performance. The proposed algorithm has the capability to generate collision-free trajectories and track them while enhancing the lap timing performance with steady low computational complexity, outperforming existing approaches in both timing and performance for a autonomous racing environment. To demonstrate the performance of our racing strategy, we simulate with multiple randomly generated moving vehicles on the track and test the ego vehicle's overtake maneuvers.

preprint2022arXiv

Bayesian Optimization Meets Hybrid Zero Dynamics: Safe Parameter Learning for Bipedal Locomotion Control

In this paper, we propose a multi-domain control parameter learning framework that combines Bayesian Optimization (BO) and Hybrid Zero Dynamics (HZD) for locomotion control of bipedal robots. We leverage BO to learn the control parameters used in the HZD-based controller. The learning process is firstly deployed in simulation to optimize different control parameters for a large repertoire of gaits. Next, to tackle the discrepancy between the simulation and the real world, the learning process is applied on the physical robot to learn for corrections to the control parameters learned in simulation while also respecting a safety constraint for gait stability. This method empowers an efficient sim-to-real transition with a small number of samples in the real world, and does not require a valid controller to initialize the training in simulation. Our proposed learning framework is experimentally deployed and validated on a bipedal robot Cassie to perform versatile locomotion skills with improved performance on smoothness of walking gaits and reduction of steady-state tracking errors.

preprint2022arXiv

Bridging Model-based Safety and Model-free Reinforcement Learning through System Identification of Low Dimensional Linear Models

Bridging model-based safety and model-free reinforcement learning (RL) for dynamic robots is appealing since model-based methods are able to provide formal safety guarantees, while RL-based methods are able to exploit the robot agility by learning from the full-order system dynamics. However, current approaches to tackle this problem are mostly restricted to simple systems. In this paper, we propose a new method to combine model-based safety with model-free reinforcement learning by explicitly finding a low-dimensional model of the system controlled by a RL policy and applying stability and safety guarantees on that simple model. We use a complex bipedal robot Cassie, which is a high dimensional nonlinear system with hybrid dynamics and underactuation, and its RL-based walking controller as an example. We show that a low-dimensional dynamical model is sufficient to capture the dynamics of the closed-loop system. We demonstrate that this model is linear, asymptotically stable, and is decoupled across control input in all dimensions. We further exemplify that such linearity exists even when using different RL control policies. Such results point out an interesting direction to understand the relationship between RL and optimal control: whether RL tends to linearize the nonlinear system during training in some cases. Furthermore, we illustrate that the found linear model is able to provide guarantees by safety-critical optimal control framework, e.g., Model Predictive Control with Control Barrier Functions, on an example of autonomous navigation using Cassie while taking advantage of the agility provided by the RL-based controller.

preprint2022arXiv

Collaborative Navigation and Manipulation of a Cable-towed Load by Multiple Quadrupedal Robots

This paper tackles the problem of robots collaboratively towing a load with cables to a specified goal location while avoiding collisions in real time. The introduction of cables (as opposed to rigid links) enables the robotic team to travel through narrow spaces by changing its intrinsic dimensions through slack/taut switches of the cable. However, this is a challenging problem because of the hybrid mode switches and the dynamical coupling among multiple robots and the load. Previous attempts at addressing such a problem were performed offline and do not consider avoiding obstacles online. In this paper, we introduce a cascaded planning scheme with a parallelized centralized trajectory optimization that deals with hybrid mode switches. We additionally develop a set of decentralized planners per robot, which enables our approach to solve the problem of collaborative load manipulation online. We develop and demonstrate one of the first collaborative autonomy framework that is able to move a cable-towed load, which is too heavy to move by a single robot, through narrow spaces with real-time feedback and reactive planning in experiments.

preprint2022arXiv

Model-free online motion adaptation for energy efficient flights of multicopters

Limited flight distance and time is a common problem for multicopters. We propose a method for finding the optimal speed and sideslip angle of a multicopter flying a given path to achieve either the longest flight distance or time. Since flight speed and sideslip are often free variables in multicopter path planning, they can be changed without changing the mission. The proposed method is based on a novel multivariable extremum seeking controller with adaptive step size, which is inspired by recent work from the machine learning community on stochastic optimization. Our method (a) does not require a power consumption model of the vehicle, (b) is computationally efficient and runs on low-cost embedded computers in real-time, and (c) converges faster than the standard extremum seeking controller with constant step size. We prove the stability of this approach and validate it through outdoor experiments. The method is shown to converge with different payloads and in the presence of wind. Compared to flying at the maximum achievable speed in the experiments with a uniformly selected random sideslip angle, flying at the optimal range speed and sideslip on average increases the flight range by 14.3% without payload and 19.4% with a box payload. In addition, compared to hovering, flying at the optimal endurance speed and sideslip increases the flight time by 7.5% without payload and 14.4% with a box payload. A video can be found at https://youtu.be/aLds8LVfogk.

preprint2022arXiv

Nonperturbative Determination of Collins-Soper Kernel from Quasi Transverse-Momentum Dependent Wave Functions

In the framework of large-momentum effective theory at one-loop matching accuracy, we perform a lattice calculation of the Collins-Soper kernel which governs the rapidity evolution of transverse-momentum-dependent (TMD) distributions. We first obtain the quasi TMD wave functions at three different meson momenta on a lattice with valence clover quarks on a dynamical HISQ sea and lattice spacing $a=0.12$~fm from MILC, and renormalize the pertinent linear divergences using Wilson loops. Through one-loop matching to the light-cone wave functions, we determine the Collins-Soper kernel with transverse separation up to 0.6~fm. We study the systematic uncertainties from operator mixing and scale dependence, as well as the impact from higher power corrections. Our results potentially allow for a determination of the soft function and other transverse-momentum dependent quantities at one-loop accuracy.

preprint2022arXiv

Safety-Critical Control and Planning for Obstacle Avoidance between Polytopes with Control Barrier Functions

Obstacle avoidance between polytopes is a challenging topic for optimal control and optimization-based trajectory planning problems. Existing work either solves this problem through mixed-integer optimization, relying on simplification of system dynamics, or through model predictive control with dual variables using distance constraints, requiring long horizons for obstacle avoidance. In either case, the solution can only be applied as an offline planning algorithm. In this paper, we exploit the property that a smaller horizon is sufficient for obstacle avoidance by using discrete-time control barrier function (DCBF) constraints and we propose a novel optimization formulation with dual variables based on DCBFs to generate a collision-free dynamically-feasible trajectory. The proposed optimization formulation has lower computational complexity compared to existing work and can be used as a fast online algorithm for control and planning for general nonlinear dynamical systems. We validate our algorithm on different robot shapes using numerical simulations with a kinematic bicycle model, resulting in successful navigation through maze environments with polytopic obstacles.

preprint2021arXiv

Mixed displacement-pressure-phase field framework for finite strain fracture of nearly incompressible hyperelastic materials

The favored phase field method (PFM) has encountered challenges in the finite strain fracture modeling of nearly or truly incompressible hyperelastic materials. We identified that the underlying cause lies in the innate contradiction between incompressibility and smeared crack opening. Drawing on the stiffness-degradation idea in PFM, we resolved this contradiction through loosening incompressible constraint of the damaged phase without affecting the incompressibility of intact material. By modifying the perturbed Lagrangian approach, we derived a novel mixed formulation. In numerical aspects, the finite element discretization uses the classical Q1/P0 and high-order P2/P1 schemes, respectively. To ease the mesh distortion at large strains, an adaptive mesh deletion technology is also developed. The validity and robustness of the proposed mixed framework are corroborated by four representative numerical examples. By comparing the performance of Q1/P0 and P2/P1, we conclude that the Q1/P0 formulation is a better choice for finite strain fracture in nearly incompressible cases. Moreover, the numerical examples also show that the combination of the proposed framework and methodology has vast potential in simulating complex peeling and tearing problems

preprint2021arXiv

Safety-Critical Control using Optimal-decay Control Barrier Function with Guaranteed Point-wise Feasibility

Safety is one of the fundamental problems in robotics. Recently, a quadratic program-based control barrier function (CBF) method has emerged as a way to enforce safety-critical constraints. Together with control Lyapunov function (CLF), it forms a safety-critical control strategy, named CLF-CBF-QP, which can mediate between achieving the control objective and ensuring safety, while being executable in real-time. However, once additional constraints such as input constraints are introduced, the CLF-CBF-QP may encounter infeasibility. In order to address the challenge that arises due to the infeasibility, we propose an optimal-decay form for safety-critical control wherein the decay rate of the CBF is optimized point-wise in time so as to guarantee point-wise feasibility when the state lies inside the safe set. The proposed control design is numerically validated using an adaptive cruise control example.

preprint2020arXiv

Anomalous multi-ramp fractional vortex beams with arbitrary topological charge jumps

Traditional fractional vortex beams are well-known "jump" beams: that is, their net topological charge jumps by unity as the effective topological charge of the source passes a half-integer value. Here, we propose an anomalous multi-ramp fractional vortex (AMRFV) beam. Unlike the traditional fractional vortex beams, an AMRFV beam can be designed to have arbitrary jumps in topological charge at any critical threshold of the source charge. We walk through some examples of AMRFV beams using simulations and present a clear interpretation of the multi-jump characteristic based on the evolution of phase singularities.

preprint2020arXiv

Determination of the top-quark $\overline{\rm MS}$ running mass via its perturbative relation to the on-shell mass with the help of principle of maximum conformality

In the paper, we study the properties of the top-quark $\overline{\rm MS}$ running mass computed from its on-shell mass by using both the four-loop $\overline{\rm MS}$-on-shell relation and the principle of maximum conformality (PMC) scale-setting approach. The PMC adopts the renormalization group equation to set the correct magnitude of the strong running coupling of the perturbative series, its prediction avoids the conventional renormalization scale ambiguity, and thus a more precise pQCD prediction can be achieved. After applying the PMC to the four-loop $\overline{\rm MS}$-on-shell relation and taking the top-quark on-shell mass $M_t=172.9\pm0.4$ GeV as an input, we obtain the renormalization scale-invariant $\overline{\rm MS}$ running mass at the scale $m_t$, e.g., $m_t(m_t)\simeq 162.6\pm 0.4$ GeV, in which the error is the squared average of those from $Δα_s(M_Z)$, $ΔM_t$, and the approximate error from the uncalculated five-loop terms predicted by using the Padé approximation approach.

preprint2020arXiv

Gauge dependence of the perturbative QCD predictions under the momentum space subtraction scheme

The momentum space subtraction (MOM) scheme is one of the most frequently used renormalization schemes in perturbative QCD (pQCD) theory. In the paper, we make a detailed discussion on the gauge dependence of the pQCD prediction under the MOM scheme. Conventionally, there is renormalization scale ambiguity for the fixed-order pQCD predictions, which assigns an arbitrary range and an arbitrary error for the fixed-order pQCD prediction. The principle of maximum conformality (PMC) adopts the renormalization group equation to determine the magnitude of the coupling constant and hence determines an effective momentum flow of the process, which is independent to the choice of renormalization scale. There is thus no renormalization scale ambiguity in PMC predictions. To concentrate our attention on the MOM gauge dependence, we first apply the PMC to deal with the pQCD series. We adopt the Higgs boson decay width, $Γ(H\to gg)$, up to five-loop QCD contributions as an example to show how the gauge dependence behaves before and after applying the PMC. It is found that the Higgs decay width $Γ(H\to gg)$ depends very weakly on the choices of the MOM schemes, being consistent with the renormalization group invariance. It is found that the gauge dependence of $Γ(H\to gg)$ under the $\rm{MOMgg}$ scheme is less than $\pm1\%$, which is the smallest gauge dependence among all the mentioned MOM schemes.

preprint2020arXiv

Next-to-leading order QCD corrections to the production of $B_c$ and $B_c^*$ through $W^+$-boson decays

In this paper, we calculate the total decay widths for the $W^+$-boson decays, $W^+ \to B_c+b+\bar{s}+X$ and $W^+ \to B^*_c+b+\bar{s}+X$, up to next-to-leading order (NLO) accuracy within the framework of the nonrelativistic QCD theory. Both the fixed-order and the fragmentation approaches are adopted to do the calculation. Differential decay widths $dΓ/dz$ and $dΓ/ds_1$ are also given. We find that the NLO corrections are significant in those two $W^+$ decay channels. Our numerical results show that at the LHC, there are about $7.03\times 10^4$ $B_c$-meson events and $5.10\times 10^4$ $B^*_c$-meson events to be produced via the $W^+$-boson decays per operation year.

preprint2020arXiv

Scale-Fixed Predictions for $γ+ η_c$ production in electron-positron collisions at NNLO in perturbative QCD

In the paper, we present QCD predictions for $η_{c} + γ$ production at an electron-position collider up to next-to-next-to-leading order (NNLO) accuracy without renormalization scale ambiguities. The NNLO total cross-section for $e^{+}+e^{-}\toγ+η_{c}$ using the conventional scale-setting approach has large renormalization scale ambiguities, usually estimated by choosing the renormalization scale to be the $e^+ e^-$ center-of-mass collision energy $\sqrt{s}$. The Principle of Maximum Conformality (PMC) provides a systematic way to eliminate such renormalization scale ambiguities by summing the nonconformal $β$ contributions into the QCD coupling $α_s(Q^2)$. The renormalization group equation then sets the value of $α_s$ for the process. The PMC renormalization scale reflects the virtuality of the underlying process, and the resulting predictions satisfy all of the requirements of renormalization group invariance, including renormalization scheme invariance. After applying the PMC, we obtain a scale-and-scheme independent prediction, $σ|_{\rm NNLO, PMC}\simeq 41.18$ fb for $\sqrt{s}$=10.6 GeV. The resulting pQCD series matches the series for conformal theory and thus has no divergent renormalon contributions. The large $K$ factor which contributes to this process reinforces the importance of uncalculated NNNLO and higher-order terms. Using the PMC scale-and-scheme independent conformal series and the $\rm Pad\acute{e}$ approximation approach, we predict $σ|_{\rm NNNLO, PMC+Pade} \simeq 21.36$ fb, which is consistent with the recent BELLE measurement $σ^{\rm obs}$=$16.58^{+10.51}_{-9.93}$ fb at $\sqrt{s} \simeq 10.6$ GeV. This procedure also provides a first estimate of the NNNLO contribution.

preprint2020arXiv

The heavy quarkonium inclusive decays using the principle of maximum conformality

The next-to-next-to-leading order (NNLO) pQCD correction to the inclusive decays of the heavy quarkonium $η_Q$ ($Q$ being $c$ or $b$) has been done in the literature within the framework of nonrelativistic QCD. One may observe that the NNLO decay width still has large conventional renormalization scale dependence due to its weaker pQCD convergence, e.g. about $(^{+4\%}_{-34\%})$ for $η_c$ and $(^{+0.0}_{-9\%})$ for $η_b$, by varying the scale within the range of $[m_Q, 4m_Q]$. The principle of maximum conformality (PMC) provides a systematic way to fix the $α_s$-running behavior of the process, which satisfies the requirements of renormalization group invariance and eliminates the conventional renormalization scheme and scale ambiguities. Using the PMC single-scale method, we show that the resultant PMC conformal series is renormalization scale independent, and the precision of the $η_Q$ inclusive decay width can be greatly improved. Taking the relativistic correction $\mathcal{O}(α_{s}v^2)$ into consideration, the ratios of the $η_{Q}$ decays to light hadrons or $γγ$ are: $R^{\rm NNLO}_{η_c}|_{\rm{PMC}}=(3.93^{+0.26}_{-0.24})\times10^3$ and $R^{\rm NNLO}_{η_b}|_{\rm{PMC}}=(22.85^{+0.90}_{-0.87})\times10^3$, respectively. Here the errors are for $Δα_s(M_Z) = \pm0.0011$. As a step forward, by applying the Pad$\acute{e}$ approximation approach (PAA) over the PMC conformal series, we obtain approximate NNNLO predictions for those two ratios, e.g. $R^{\rm NNNLO}_{η_c}|_{\rm{PAA+PMC}} =(5.66^{+0.65}_{-0.55})\times10^3$ and $R^{\rm NNNLO}_{η_b}|_{\rm{PAA+PMC}}=(26.02^{+1.24}_{-1.17})\times10^3$. The $R^{\rm NNNLO}_{η_c}|_{\rm{PAA+PMC}}$ ratio agrees with the latest PDG value $R_{η_c}^{\rm{exp}}=(5.3_{-1.4}^{+2.4})\times10^3$, indicating the necessity of a strict calculation of NNNLO terms.