Catalog footprint

What is connected

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

51 published item(s)

preprint2024arXiv

Advanced Unstructured Data Processing for ESG Reports: A Methodology for Structured Transformation and Enhanced Analysis

In the evolving field of corporate sustainability, analyzing unstructured Environmental, Social, and Governance (ESG) reports is a complex challenge due to their varied formats and intricate content. This study introduces an innovative methodology utilizing the "Unstructured Core Library", specifically tailored to address these challenges by transforming ESG reports into structured, analyzable formats. Our approach significantly advances the existing research by offering high-precision text cleaning, adept identification and extraction of text from images, and standardization of tables within these reports. Emphasizing its capability to handle diverse data types, including text, images, and tables, the method adeptly manages the nuances of differing page layouts and report styles across industries. This research marks a substantial contribution to the fields of industrial ecology and corporate sustainability assessment, paving the way for the application of advanced NLP technologies and large language models in the analysis of corporate governance and sustainability. Our code is available at https://github.com/linancn/TianGong-AI-Unstructure.git.

preprint2024arXiv

Global Feature Pyramid Network

The visual feature pyramid has proven its effectiveness and efficiency in target detection tasks. Yet, current methodologies tend to overly emphasize inter-layer feature interaction, neglecting the crucial aspect of intra-layer feature adjustment. Experience underscores the significant advantages of intra-layer feature interaction in enhancing target detection tasks. While some approaches endeavor to learn condensed intra-layer feature representations using attention mechanisms or visual transformers, they overlook the incorporation of global information interaction. This oversight results in increased false detections and missed targets.To address this critical issue, this paper introduces the Global Feature Pyramid Network (GFPNet), an augmented version of PAFPN that integrates global information for enhanced target detection. Specifically, we leverage a lightweight MLP to capture global feature information, utilize the VNC encoder to process these features, and employ a parallel learnable mechanism to extract intra-layer features from the input image. Building on this foundation, we retain the PAFPN method to facilitate inter-layer feature interaction, extracting rich feature details across various levels.Compared to conventional feature pyramids, GFPN not only effectively focuses on inter-layer feature information but also captures global feature details, fostering intra-layer feature interaction and generating a more comprehensive and impactful feature representation. GFPN consistently demonstrates performance improvements over object detection baselines.

preprint2023arXiv

A clean-label graph backdoor attack method in node classification task

Backdoor attacks in the traditional graph neural networks (GNNs) field are easily detectable due to the dilemma of confusing labels. To explore the backdoor vulnerability of GNNs and create a more stealthy backdoor attack method, a clean-label graph backdoor attack method(CGBA) in the node classification task is proposed in this paper. Differently from existing backdoor attack methods, CGBA requires neither modification of node labels nor graph structure. Specifically, to solve the problem of inconsistency between the contents and labels of the samples, CGBA selects poisoning samples in a specific target class and uses the label of sample as the target label (i.e., clean-label) after injecting triggers into the target samples. To guarantee the similarity of neighboring nodes, the raw features of the nodes are elaborately picked as triggers to further improve the concealment of the triggers. Extensive experiments results show the effectiveness of our method. When the poisoning rate is 0.04, CGBA can achieve an average attack success rate of 87.8%, 98.9%, 89.1%, and 98.5%, respectively.

preprint2023arXiv

Two Wrongs Don't Make a Right: Combating Confirmation Bias in Learning with Label Noise

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of noisy labels could result in a loss of information, especially when the corruption has a dependency on data, e.g., class-dependent or instance-dependent. Moreover, from the training dynamics of a representative two-stage method DivideMix, we identify the domination of confirmation bias: pseudo-labels fail to correct a considerable amount of noisy labels, and consequently, the errors accumulate. To sufficiently exploit information from noisy labels and mitigate wrong corrections, we propose Robust Label Refurbishment (Robust LR) a new hybrid method that integrates pseudo-labeling and confidence estimation techniques to refurbish noisy labels. We show that our method successfully alleviates the damage of both label noise and confirmation bias. As a result, it achieves state-of-the-art performance across datasets and noise types, namely CIFAR under different levels of synthetic noise and Mini-WebVision and ANIMAL-10N with real-world noise.

preprint2022arXiv

3D Random Occlusion and Multi-Layer Projection for Deep Multi-Camera Pedestrian Localization

Although deep-learning based methods for monocular pedestrian detection have made great progress, they are still vulnerable to heavy occlusions. Using multi-view information fusion is a potential solution but has limited applications, due to the lack of annotated training samples in existing multi-view datasets, which increases the risk of overfitting. To address this problem, a data augmentation method is proposed to randomly generate 3D cylinder occlusions, on the ground plane, which are of the average size of pedestrians and projected to multiple views, to relieve the impact of overfitting in the training. Moreover, the feature map of each view is projected to multiple parallel planes at different heights, by using homographies, which allows the CNNs to fully utilize the features across the height of each pedestrian to infer the locations of pedestrians on the ground plane. The proposed 3DROM method has a greatly improved performance in comparison with the state-of-the-art deep-learning based methods for multi-view pedestrian detection.

preprint2022arXiv

Improving Road Segmentation in Challenging Domains Using Similar Place Priors

Road segmentation in challenging domains, such as night, snow or rain, is a difficult task. Most current approaches boost performance using fine-tuning, domain adaptation, style transfer, or by referencing previously acquired imagery. These approaches share one or more of three significant limitations: a reliance on large amounts of annotated training data that can be costly to obtain, both anticipation of and training data from the type of environmental conditions expected at inference time, and/or imagery captured from a previous visit to the location. In this research, we remove these restrictions by improving road segmentation based on similar places. We use Visual Place Recognition (VPR) to find similar but geographically distinct places, and fuse segmentations for query images and these similar place priors using a Bayesian approach and novel segmentation quality metric. Ablation studies show the need to re-evaluate notions of VPR utility for this task. We demonstrate the system achieving state-of-the-art road segmentation performance across multiple challenging condition scenarios including night time and snow, without requiring any prior training or previous access to the same geographical locations. Furthermore, we show that this method is network agnostic, improves multiple baseline techniques and is competitive against methods specialised for road prediction.

preprint2022arXiv

Improving Worst Case Visual Localization Coverage via Place-specific Sub-selection in Multi-camera Systems

6-DoF visual localization systems utilize principled approaches rooted in 3D geometry to perform accurate camera pose estimation of images to a map. Current techniques use hierarchical pipelines and learned 2D feature extractors to improve scalability and increase performance. However, despite gains in typical recall@0.25m type metrics, these systems still have limited utility for real-world applications like autonomous vehicles because of their `worst' areas of performance - the locations where they provide insufficient recall at a certain required error tolerance. Here we investigate the utility of using `place specific configurations', where a map is segmented into a number of places, each with its own configuration for modulating the pose estimation step, in this case selecting a camera within a multi-camera system. On the Ford AV benchmark dataset, we demonstrate substantially improved worst-case localization performance compared to using off-the-shelf pipelines - minimizing the percentage of the dataset which has low recall at a certain error tolerance, as well as improved overall localization performance. Our proposed approach is particularly applicable to the crowdsharing model of autonomous vehicle deployment, where a fleet of AVs are regularly traversing a known route.

preprint2022arXiv

Mixed-UNet: Refined Class Activation Mapping for Weakly-Supervised Semantic Segmentation with Multi-scale Inference

Deep learning techniques have shown great potential in medical image processing, particularly through accurate and reliable image segmentation on magnetic resonance imaging (MRI) scans or computed tomography (CT) scans, which allow the localization and diagnosis of lesions. However, training these segmentation models requires a large number of manually annotated pixel-level labels, which are time-consuming and labor-intensive, in contrast to image-level labels that are easier to obtain. It is imperative to resolve this problem through weakly-supervised semantic segmentation models using image-level labels as supervision since it can significantly reduce human annotation efforts. Most of the advanced solutions exploit class activation mapping (CAM). However, the original CAMs rarely capture the precise boundaries of lesions. In this study, we propose the strategy of multi-scale inference to refine CAMs by reducing the detail loss in single-scale reasoning. For segmentation, we develop a novel model named Mixed-UNet, which has two parallel branches in the decoding phase. The results can be obtained after fusing the extracted features from two branches. We evaluate the designed Mixed-UNet against several prevalent deep learning-based segmentation approaches on our dataset collected from the local hospital and public datasets. The validation results demonstrate that our model surpasses available methods under the same supervision level in the segmentation of various lesions from brain imaging.

preprint2022arXiv

Naturally reductive $(α_1, α_2)$ metrics

Let $F$ be a homogeneous $(α_1,α_2)$ metric on the reductive homogeneous manifold $G/H$. Firstly, we characterize the natural reductiveness of $F$ as a local $f$-product between naturally reductive Riemannian metrics. Secondly, we prove the equivalence among several properties of $F$ for its mean Berwald curvature and S-curvature. Finally, we find an explicit flag curvature formula when $F$ is naturally reductive.

preprint2022arXiv

Neuro-Symbolic Learning: Principles and Applications in Ophthalmology

Neural networks have been rapidly expanding in recent years, with novel strategies and applications. However, challenges such as interpretability, explainability, robustness, safety, trust, and sensibility remain unsolved in neural network technologies, despite the fact that they will unavoidably be addressed for critical applications. Attempts have been made to overcome the challenges in neural network computing by representing and embedding domain knowledge in terms of symbolic representations. Thus, the neuro-symbolic learning (NeSyL) notion emerged, which incorporates aspects of symbolic representation and bringing common sense into neural networks (NeSyL). In domains where interpretability, reasoning, and explainability are crucial, such as video and image captioning, question-answering and reasoning, health informatics, and genomics, NeSyL has shown promising outcomes. This review presents a comprehensive survey on the state-of-the-art NeSyL approaches, their principles, advances in machine and deep learning algorithms, applications such as opthalmology, and most importantly, future perspectives of this emerging field.

preprint2022arXiv

On the girth cycles of the bipartite graph $D(k,q)$

For integer $k\geq2$ and prime power $q$, the algebraic bipartite graph $D(k,q)$ proposed by Lazebnik and Ustimenko (1995) is meaningful not only in extremal graph theory but also in coding theory and cryptography. This graph is $q$-regular, edge-transitive and of girth at least $k+4$. For its exact girth $g=g(D(k,q))$, Füredi et al. (1995) conjectured $g=k+5$ for odd $k$ and $q\geq4$. This conjecture was shown to be valid in 2016 when $(k+5)/2$ is the product of an arbitrary factor of $q-1$ and an arbitrary power of the characteristic of $\mathbb{F}_q$. In this paper, we determine all the girth cycles of $D(k,q)$ for $3\leq k\leq 5$, $q>3$, and those for $3\leq k\leq8$, $q=3$.

preprint2022arXiv

Randers and $(α,β)$ equigeodesics for some compact homogeneous manifolds

A smooth curve on $G/H$ is called a Riemannian equigeodesic if it is a homogeneous geodesic for all $G$-invariant Riemannian metrics on $G/H$. With the $G$-invariant Riemannian metric replaced by other classes of $G$-invariant metrics, we can similarly define Finsler equigeodesic, Randers equigeodesic, $(α,β)$ equigeodesic, etc. In this paper, we study Randers and $(α,β)$ equigeodesics. For a compact homogeneous manifold, we prove Randers and $(α,β)$ equigeodesics are equivalent, and find a criterion for them. Using this criterion we can classify the equigeodesics on many compact homogeneous manifolds which permit non-Riemannian homogeneous Randers metrics, including four classes of homogeneous spheres.

preprint2021arXiv

Parallel translations for a left invariant spray

In this paper, we study the left invariant spray geometry on a connected Lie group. Using the technique of invariant frames, we find the ordinary differential equations on the Lie algebra describing for a left invariant spray structure the linearly parallel translations along a geodesic and the nonlinearly parallel translations along a smooth curve. In these equations, the connection operator plays an important role. Using linearly parallel translations, we provide alternative interpretations or proofs for some homogeneous curvature formulae. Concerning the nonlinearly ones, we propose two questions in left invariant spray geometry. One question generalizes Landsberg Problem in Finsler geometry, and the other concerns the restricted holonomy group.

preprint2021arXiv

Patch-NetVLAD: Multi-Scale Fusion of Locally-Global Descriptors for Place Recognition

Visual Place Recognition is a challenging task for robotics and autonomous systems, which must deal with the twin problems of appearance and viewpoint change in an always changing world. This paper introduces Patch-NetVLAD, which provides a novel formulation for combining the advantages of both local and global descriptor methods by deriving patch-level features from NetVLAD residuals. Unlike the fixed spatial neighborhood regime of existing local keypoint features, our method enables aggregation and matching of deep-learned local features defined over the feature-space grid. We further introduce a multi-scale fusion of patch features that have complementary scales (i.e. patch sizes) via an integral feature space and show that the fused features are highly invariant to both condition (season, structure, and illumination) and viewpoint (translation and rotation) changes. Patch-NetVLAD outperforms both global and local feature descriptor-based methods with comparable compute, achieving state-of-the-art visual place recognition results on a range of challenging real-world datasets, including winning the Facebook Mapillary Visual Place Recognition Challenge at ECCV2020. It is also adaptable to user requirements, with a speed-optimised version operating over an order of magnitude faster than the state-of-the-art. By combining superior performance with improved computational efficiency in a configurable framework, Patch-NetVLAD is well suited to enhance both stand-alone place recognition capabilities and the overall performance of SLAM systems.

preprint2020arXiv

EPINE: Enhanced Proximity Information Network Embedding

Unsupervised homogeneous network embedding (NE) represents every vertex of networks into a low-dimensional vector and meanwhile preserves the network information. Adjacency matrices retain most of the network information, and directly charactrize the first-order proximity. In this work, we devote to mining valuable information in adjacency matrices at a deeper level. Under the same objective, many NE methods calculate high-order proximity by the powers of adjacency matrices, which is not accurate and well-designed enough. Instead, we propose to redefine high-order proximity in a more intuitive manner. Besides, we design a novel algorithm for calculation, which alleviates the scalability problem in the field of accurate calculation for high-order proximity. Comprehensive experiments on real-world network datasets demonstrate the effectiveness of our method in downstream machine learning tasks such as network reconstruction, link prediction and node classification.

preprint2020arXiv

On the characterization of some algebraically defined bipartite graphs of girth eight

For any field $\mathbb{F}$ and polynomials $f_{2},f_{3}\in\mathbb{F}[x,y]$, let $Γ_{\mathbb{F}}(f_{2},f_{3})$ denote the bipartite graph with vertex partition $P\cup L$, where $P$ and $L$ are two copies of $\mathbb{F}^{3}$, and $(p_{1},p_{2},p_{3})\in P$ is adjacent to $[l_{1},l_{2},l_{3}]\in L$ if and only if $p_{2}+l_{2}=f_{2}(p_{1},l_{1})$ and $p_{3}+l_{3}=f_{3}(p_{1},l_{1})$. The graph $Γ_{3}(\mathbb{F})=Γ_{\mathbb{F}}(xy,xy^{2})$ is known to be of girth eight. When $\mathbb{F}=\mathbb{F}_q$ is a finite field of odd size $q$ or $\mathbb{F}=\mathbb{F}_{\infty}$ is an algebraically closed field of characteristic zero, the graph $Γ_{3}(\mathbb{F})$ is conjectured to be the unique one with girth at least eight among those $Γ_{\mathbb{F}}(f_{2},f_{3})$ up to isomorphism. This conjecture has been confirmed for the case that both $f_{2},f_{3}$ are monomials over $\mathbb{F}_q$, and for the case that at least one of $f_{2},f_{3}$ is a monomial over $\mathbb{F}_{\infty}$. If one of $f_{2},f_{3}\in\mathbb{F}_q[x,y]$ is a monomial, it has also been proved the existence of a positive integer $M$ such that $G=Γ_{\mathbb{F}_{q^{M}}}(f_2,f_3)$ is isomorphic to $Γ_{3}(\mathbb{F}_{q^{M}})$ provided $G$ has girth at least eight. In this paper, these results are shown to be valid when the restriction on the polynomials $f_2,f_3$ is relaxed further to that one of them is the product of two univariate polynomials. Furthermore, all of such polynomials $f_2,f_3$ are characterized completely.

preprint2020arXiv

Side-On transition radiation detector: a detector prototype for TeV energy scale calibration of calorimeters in space

Transition Radiation (TR) plays an important role in particle identification in high-energy physics and its characteristics provide a feasible method of energy calibration in the energy range up to 10 TeV, which is of interest for dark matter searches in cosmic rays. In a Transition Radiation Detector (TRD), the TR signal is superimposed onto the ionization energy loss signal induced by incident charged particles. In order to make the TR signal stand out from the background of ionization energy loss in a significant way, we optimized both the radiators and the detector. We have designed a new prototype of regular radiator optimized for a maximal TR photon yield, combined with the Side-On TRD which is supposed to improve the detection efficiency of TR. We started a test beam experiment with the Side-On TRD at Conseil Européen pour la Recherche Nucléaire (CERN), and found that the experimental data is consistent with the simulation results.

preprint2020arXiv

Triaging moderate COVID-19 and other viral pneumonias from routine blood tests

The COVID-19 is sweeping the world with deadly consequences. Its contagious nature and clinical similarity to other pneumonias make separating subjects contracted with COVID-19 and non-COVID-19 viral pneumonia a priority and a challenge. However, COVID-19 testing has been greatly limited by the availability and cost of existing methods, even in developed countries like the US. Intrigued by the wide availability of routine blood tests, we propose to leverage them for COVID-19 testing using the power of machine learning. Two proven-robust machine learning model families, random forests (RFs) and support vector machines (SVMs), are employed to tackle the challenge. Trained on blood data from 208 moderate COVID-19 subjects and 86 subjects with non-COVID-19 moderate viral pneumonia, the best result is obtained in an SVM-based classifier with an accuracy of 84%, a sensitivity of 88%, a specificity of 80%, and a precision of 92%. The results are found explainable from both machine learning and medical perspectives. A privacy-protected web portal is set up to help medical personnel in their practice and the trained models are released for developers to further build other applications. We hope our results can help the world fight this pandemic and welcome clinical verification of our approach on larger populations.

preprint2016arXiv

$δ$-homogeneity in Finsler geometry and the positive curvature problem

In this paper, we explore the similarity between normal homogeneity and $δ$-homogeneity in Finsler geometry. They are both non-negatively curved Finsler spaces. We show that any connected $δ$-homogeneous Finsler space is $G$-$δ$-homo-geneous, for some suitably chosen connected quasi-compact $G$. So $δ$-homogeneous Finsler metrics can be defined by a bi-invariant singular metric on $G$ and submersion, just as normal homogeneous metrics, using a bi-invariant Finsler metric on $G$ instead. More careful analysis shows, in the space of all Finsler metrics on $G/H$, the subset of all $G$-$δ$-homogeneous ones is in fact the closure for the subset of all $G$-normal ones, in the local $C^0$-topology (Theorem \ref{main-thm-1}). Using this approximation technique, the classification work for positively curved normal homogeneous Finsler spaces can be applied to classify positively curved $δ$-homogeneous Finsler spaces, which provides the same classification list. As a by-product, this argument tells more about $δ$-homogeneous Finsler metrics satisfying the (FP) condition (a weaker version of positively curved condition).

preprint2016arXiv

A pathway-based network analysis of hypertension-related genes

Complex network approach has become an effective way to describe interrelationships among large amounts of biological data, which is especially useful in finding core functions and global behavior of biological systems. Hypertension is a complex disease caused by many reasons including genetic, physiological, psychological and even social factors. In this paper, based on the information of biological pathways, we construct a network model of hypertension-related genes of the salt-sensitive rat to explore the interrelationship between genes. Statistical and topological characteristics show that the network has the small-world but not scale-free property, and exhibits a modular structure, revealing compact and complex connections among these genes. By the threshold of integrated centrality larger than 0.71, seven key hub genes are found: Jun, Rps6kb1, Cycs, Creb3l2, Cdk4, Actg1 and RT1-Da. These genes should play an important role in hypertension, suggesting that the treatment of hypertension should focus on the combination of drugs on multiple genes.

preprint2016arXiv

Examples of flag-wise positively curved spaces

A Finsler space $(M,F)$ is called flag-wise positively curved, if for any $x\in M$ and any tangent plane $\mathbf{P}\subset T_xM$, we can find a nonzero vector $y\in \mathbf{P}$, such that the flag curvature $K^F(x,y, \mathbf{P})>0$. Though compact positively curved spaces are very rare in both Riemannian and Finsler geometry, flag-wise positively curved metrics should be easy to be found. A generic Finslerian perturbation for a non-negatively curved homogeneous metric may have a big chance to produce flag-wise positively curved metrics. This observation leads our discovery of these metrics on many compact manifolds. First we prove any Lie group $G$ such that its Lie algebra $\mathfrak{g}$ is compact non-Abelian and $\dim\mathfrak{c}(\mathfrak{g})\leq 1$ admits flag-wise positively curved left invariant Finsler metrics. Similar techniques can be applied to our exploration for more general compact coset spaces. We will prove, whenever $G/H$ is a compact simply connected coset space, $G/H$ and $S^1\times G/H$ admit flag-wise positively curved Finsler metrics. This provides abundant examples for this type of metrics, which are not homogeneous in general.

preprint2016arXiv

Global and partitioned reconstructions of undirected complex networks

It is a significant challenge to predict the network topology from a small amount of dynamical observations. Different from the usual framework of the node-based reconstruction, two optimization approaches (i.e., the global and partitioned reconstructions) are proposed to infer the structure of undirected networks from dynamics. These approaches are applied to evolutionary games occurring on both homogeneous and heterogeneous networks via compressed sensing, which can more efficiently achieve higher reconstruction accuracy with relatively small amounts of data. Our approaches provide different perspectives on effectively reconstructing complex networks.

preprint2016arXiv

Killing Vector Fields of Constant Length on Riemannian Normal Homogeneous Spaces

Killing vector fields of constant length correspond to isometries of constant displacement. Those in turn have been used to study homogeneity of Riemannian and Finsler quotient manifolds. Almost all of that work has been done for group manifolds or, more generally, for symmetric spaces. This paper extends the scope of research on constant length Killing vector fields to a class of Riemannian normal homogeneous spaces.

preprint2016arXiv

Perspective of monochromatic gamma-ray line detection with the High Energy cosmic-Radiation Detection (HERD) facility onboard China's Space Station

HERD is the High Energy cosmic-Radiation Detection instrument proposed to operate onboard China's space station in the 2020s. It is designed to detect energetic cosmic ray nuclei, leptons and photons with a high energy resolution ($\sim1\%$ for electrons and photons and $20\%$ for nuclei) and a large geometry factor ($>3\,{ m^2\,sr}$ for electrons and diffuse photons and $>2\,{ m^2\,sr}$ for nuclei). In this work we discuss the capability of HERD to detect monochromatic $γ$-ray lines, based on simulations of the detector performance. It is shown that HERD will be one of the most sensitive instruments for monochromatic $γ$-ray searches at energies between $\sim10$ to a few hundred GeV. Above hundreds of GeV, Cherenkov telescopes will be more sensitive due to their large effective area. As a specific example, we show that a good portion of the parameter space of a supersymmetric dark matter model can be probed with HERD.

preprint2016arXiv

Reversible homogeneous Finsler metrics with positive flag curvature

We classify homogeneous reversible Finsler metrics with positive Flag curvature. We show that if G/H admits a G invariant reversible Finsler metric with positive Flag curvature, then up to a few low dimensional spaces, it also admits a G invariant Riemannian metric with positive sectional curvature. For the exceptions, we do not know if they admit homogeneous Finsler metrics with positive Flag curvature.

preprint2016arXiv

Study of linearity of LYSO crystal for HERD calorimeter

The High Energy cosmic Radiation Detection (HERD) facility is a space mission designed for detecting cosmic ray (CR) electrons, $γ$-rays up to tens of TeV and CR nuclei from proton to iron up to several PeV. The main instrument of HERD is a 3-D imaging calorimeter (CALO) composed of nearly ten thousand cubic LYSO crystals. A large dynamic range of single HERD CALO Cell (HCC) is necessary to achieve HERD's PeV observation objectives, which means that the response of HCC should maintain a good linearity from minimum ionizing particle (MIP) calibration to PeV shower maximum. In order to study the linearity of HCC over such a large energy range, a beam test has been implemented at the E2 and E3 beam lines of BEPC. High intensity pulsed electron beam provided by E2 line are used for producing high energy density within HCC; $π^{+}$/proton provided by E3 line are used for HCC calibration. The results show that no saturation effect occurs and the linearity of HCC is better than 10% from 30 MeV (1 MIP) to 1.1$\times$10$^{3}$ TeV (energy density is 93 TeV/cm$^{3}$), which can meet the requirement mentioned above.

preprint2015arXiv

Analytical controllability of deterministic scale-free networks and Cayley trees

According to the exact controllability theory, the controllability is investigated analytically for two typical types of self-similar bipartite networks, i.e., the classic deterministic scale-free networks and Cayley trees. Due to their self-similarity, the analytical results of the exact controllability are obtained, and the minimum sets of driver nodes (drivers) are also identified by elementary transformations on adjacency matrices. For these two types of undirected networks, no matter their links are unweighted or (nonzero) weighted, the controllability of networks and the configuration of drivers remain the same, showing a robustness to the link weights. These results have implications for the control of real networked systems with self-similarity.

preprint2015arXiv

Even dimensional homogeneous Finsler spaces with positive flag curvature

In this paper, we use the technique of Finslerian submersion to deduce a flag curvature formula for homogeneous Finsler spaces. Based on this formula, we give a complete classification of even-dimensional smooth coset spaces $G/H$ admitting $G$-invariant Finsler metrics with positive flag curvature. It turns out that the classification list coincides with that of the even dimensional homogeneous Riemannian manifolds with positive sectional curvature obtained by N.R. Wallach. We also find out all the coset spaces admitting invariant non-Riemannian Finsler metrics with positive flag curvature.

preprint2015arXiv

Sp(2)/U(1) and a Positive Curvature Problem

A compact Riemannian homogeneous space $G/H$, with a bi--invariant orthogonal decomposition $\mathfrak{g}=\mathfrak{h}+\mathfrak{m}$ is called positively curved for commuting pairs, if the sectional curvature vanishes for any tangent plane in $T_{eH}(G/H)$ spanned by a linearly independent commuting pair in $\mathfrak{m}$. In this paper,we will prove that on the coset space $\mathrm{Sp}(2)/\mathrm{U}(1)$, in which $\mathrm{U}(1)$ corresponds to a short root, admits positively curved metrics for commuting pairs. B. Wilking recently proved that this $\mathrm{Sp}(2)/\mathrm{U}(1)$ can not be positively curved in the general sense. This is the first example to distinguish the set of compact coset spaces admitting positively curved metrics, and that for metrics positively curved only for commuting pairs.

preprint2015arXiv

Toward a Classification of Killing Vector Fields of Constant Length on Pseudo--Riemannian Normal Homogeneous Spaces

In this paper we develop the basic tools for a classification of Killing vector fields of constant length on pseudo--riemannian homogeneous spaces. This extends a recent paper of M. Xu and J. A. Wolf, which classified the pairs $(M,ξ)$ where $M = G/H$ is a Riemannian normal homogeneous space, $G$ is a compact simple Lie group, and $ξ\in \mathfrak{g}$ defines a nonzero Killing vector field of constant length on $M$. The method there was direct computation. Here we make use of the moment map $M \to \mathfrak{g}^*$ and the flag manifold structure of Ad(G)$ξ$ to give a shorter, more geometric proof which does not require compactness and which is valid in the pseudo--riemannian setting. In that context we break the classification problem into three parts. The first is easily settled. The second concerns the cases where $ξ$ is elliptic and $G$ is simple (but not necessarily compact); that case is our main result here. The third, which remains open, is a more combinatorial problem involving elements of the first two.

preprint2015arXiv

Towards the classification of odd dimensional homogeneous reversible Finsler spaces with positive flag curvature

In this paper, we use the flag curvature formula for homogeneous Finsler spaces in our previous work to classify odd dimensional smooth coset spaces admitting positively curved reversible homogeneous Finsler metrics. We will show that the most features of L. Bérard-Bergery's classification results for odd dimensional positively curved Riemannian homogeneous spaces can be generalized to reversible Finsler spaces.

preprint2014arXiv

$(α_1,α_2)$-Spaces and Clifford-Wolf Homogeneity

In this paper, we introduce a new type of Finsler metrics, called $(α_1,α_2)$-metrics. We define the notion of the good datum of a homogeneous $(α_1,α_2)$-metric and use that to study the geometric properties. In particular, we give a formula of the S-curvature and deduce a condition for the S-curvature to be vanishing identically. Moreover, we consider the restrictive Clifford-Wolf homogeneity of left invariant $(α_1,α_2)$-metrics on compact connected simple Lie groups. We prove that, in some special cases, a restrictively Clifford-Wolf homogeneous $(α_1,α_2)$-metric must be Riemannian. An unexpected interesting observation contained in the proof reveals the fact that the S-curvature may play an important role in the study of Clifford-Wolf homogeneity in Finsler geometry.

preprint2014arXiv

Adaptive Mesh Representation and Restoration of Biomedical Images

The triangulation of images has become an active research area in recent years for its compressive representation and ease of image processing and visualization. However, little work has been done on how to faithfully recover image intensities from a triangulated mesh of an image, a process also known as image restoration or decoding from meshes. The existing methods such as linear interpolation, least-square interpolation, or interpolation based on radial basis functions (RBFs) work to some extent, but often yield blurred features (edges, corners, etc.). The main reason for this problem is due to the isotropically-defined Euclidean distance that is taken into consideration in these methods, without considering the anisotropicity of feature intensities in an image. Moreover, most existing methods use intensities defined at mesh nodes whose intensities are often ambiguously defined on or near image edges (or feature boundaries). In the current paper, a new method of restoring an image from its triangulation representation is proposed, by utilizing anisotropic radial basis functions (ARBFs). This method considers not only the geometrical (Euclidean) distances but also the local feature orientations (anisotropic intensities). Additionally, this method is based on the intensities of mesh faces instead of mesh nodes and thus provides a more robust restoration. The two strategies together guarantee excellent feature-preserving restoration of an image with arbitrary super-resolutions from its triangulation representation, as demonstrated by various experiments provided in the paper.

preprint2014arXiv

Normal homogeneous Finsler spaces

In this paper, we study normal homogeneous Finsler spaces. We first define the notion of a normal homogeneous Finsler space, using the method of isometric submersion of Finsler metrics. Then we study the geometric properties. In particular, we establish a technique to reduce the classification of normal homogeneous Finsler spaces of positive flag curvature to an algebraic problem. The main result of this paper is a classification of positively curved normal homogeneous Finsler spaces. It turns out that a coset space $G/H$ admits a positively curved normal homogeneous Finsler metric if and only if it admits a positively curved normal homogeneous Riemannian metric. We will also give a complete description of the coset spaces admitting non-Riemannian positively curved normal homogeneous Finsler spaces.

preprint2014arXiv

On the Construction of Low-Energy Cislunar and Trans-lunar Transfers Based on the Libration Points

There exist cislunar and trans-lunar libration points near the Moon, which are referred as the LL1 and LL2 points respectively and can generate the different types of low-energy trajectories transferring from Earth to Moon. The time-dependent analytic model including the gravitational forces from the Sun, Earth and Moon is employed to investigate the energy-minimal and practical transfer trajectories. However, different from the circular restricted three-body problem, the equivalent gravitational equilibria are defined according to the geometry of instantaneous Hill's boundary due to the gravitational perturbation from the Sun. The relationship between the altitudes of periapsis and eccentricities is achieved from the Poincaré mapping for all the lunar captured trajectories, which presents the statistical feature of the fuel cost and captured orbital elements rather than generating a specified Moon-captured segment. The minimum energy required by the captured trajectory on a lunar circular orbit is deduced in the spatial bi-circular model. It is presented that the asymptotical behaviors of invariant manifolds approaching to/from the libration points or halo orbits are destroyed by the solar perturbation. In fact, the energy-minimal cislunar transfer trajectory is acquired by transiting LL1 point, while the energy-minimal trans-lunar transfer trajectory is obtained by transiting LL2 point. Finally, the transfer opportunities for the practical trajectories escaped from the Earth and captured by the Moon are yielded by transiting halo orbits near LL1 and LL2 points, which can be used to generate the whole trajectories.

preprint2014arXiv

The Landsberg equation of a Finsler space

Given a Finsler space, we introduce a system of partial differential equations, called the Landsberg equation. Based on a careful analysis of the Landsberg equation and the observation that the solution space is invariant under the linear isometries of the tangent Minkowski spaces, we prove that an $(α_1, α_2)$-metric of the Landsberg type must be a Berwald metric. This shows that the hunting for a unicorn, one of the longest standing open problem in Finsler geometry, cannot be successful even in the very broad class of $(α_1,α_2)$-metrics.

preprint2013arXiv

Clifford-Wolf homogeneous Finsler metrics on spheres

An isometry of a Finsler space is called Clifford-Wolf translation (CW-translation) if it moves all points the same distance. A Finsler space $(M, F)$ is called Clifford-Wolf homogeneous (CW-homogeneous) if for any $x, y\in M$ there is a CW-translation $σ$ such that $σ(x)=y$. We prove that if $F$ is a homogeneous Finsler metric on the sphere $S^n$ such that $(S^n, F)$ is CW-homogeneous, then $F$ must be a Randers metric. This gives a complete classification of CW-homogeneous Finsler metrics on spheres.

preprint2013arXiv

Clifford-Wolf homogeneous left invariant $(α,β)$-metrics on compact semi-simple Lie groups

Let $(M,F)$ be a connected Finsler space. An isometry of $(M,F)$ is called a Clifford-Wolf translation (or simply CW-translation) if it moves all points the same distance. The compact Finsler space $(M,F)$ is called restrictively Clifford-Wolf homogeneous (restrictively CW-homogeneous) if for any two sufficiently close points $x_1,x_2\in M$, there exists a CW-translation $σ$ such that $σ(x_1)=x_2$. In this paper, we define the good normalized datum for a homogeneous non-Riemannian $(α,β)$-space, and use it to study the restrictive CW-homogeneity of left invariant $(α,β)$-metrics on a compact connected semisimple Lie group. We prove that a left invariant restrictively CW-homogeneous $(α,β)$-metric on a compact semisimple Lie group must be of the Randers type. This gives a complete classification of left invariant $(α,β)$-metrics on compact semi-simple Lie groups which are restrictively Clifford-Wolf homogeneous.

preprint2013arXiv

Comparison of Thermal Neutron Detection Efficiency of $^{6}$Li Scintillation Glass and $^{3}$He Gas Proportional Tube

We report on a comparison study of the $^{3}$He gas proportional tube and the $^{6}$Li incorporated scintillation glasses on thermal neutron detection efficiency. Both $^{3}$He and $^{6}$Li are used commonly for thermal neutron detection because of their high neutron capture absorption coefficient. By using a neutron source $^{252}$Cf and a paraffin moderator in an alignment system, we can get a small beam of thermal neutrons. A flash ADC is used to measure the thermal neutron spectrum of each detector, and the detected number of events is determined from the spectrum, then we can calculate the detection efficiency of different detectors. Meanwhile, the experiment have been modeled with GEANT4 to validate the results against the Monte Carlo simulation.

preprint2013arXiv

Killing frames and S-curvature of homogeneous Finsler spaces

In this paper, we first deduce a formula of S-curvature of homogeneous Finsler spaces in terms of Killing vector fields. Then we prove that a homogeneous Finsler space has isotropic S-curvature if and only if it has vanishing S-curvature. In the special case that the homogeneous Finsler space is a Randers space, we give an explicit formula which coincides with the previous formula obtained by the second author using other methods.

preprint2012arXiv

Clifford-Wolf homogeneous Randers spaces

A Clifford-Wolf translation of a connected Finsler space is an isometry which moves each point the same distance. A Finsler space $(M, F)$ is called Clifford-Wolf homogeneous if for any two points $x_1, x_2\in M$ there is a Clifford-Wolf translation $ρ$ such that $ρ(x_1)=x_2$. In this paper, we give a complete classification of connected simply connected Clifford-Wolf homogeneous Randers spaces.

preprint2012arXiv

Clifford-Wolf Translations of Finsler spaces

In this paper, we study Clifford-Wolf translations of Finsler spaces. We first give a characterization of Clifford-Wolf translations of Finsler spaces in terms of Killing vector fields. In particular, we show that there is a natural correspondence between Clifford-Wolf translations and the Killing vector fields of constant length. In the special case of homogeneous Randers spaces, we give some explicit sufficient and necessary conditions for an isometry to be a Clifford-Wolf translation. Finally, we construct some explicit examples to explain some of the results of this paper.

preprint2012arXiv

Clifford-Wolf translations of Homogeneous Randers spheres

In this paper, we study Clifford-Wolf translations of homogeneous Randers metrics on spheres. It turns out that we can present a complete description of all the Clifford-Wolf translations of all the homogeneous Randers metrics on spheres. The most important point of this paper is that a new phenomena surfaces. Namely, we find that there are some CW-homogeneous Randers spaces which are essentially not symmetric. This is a great difference compared to Riemannian geometry, where any CW-homogeneous Riemannian manifold must be locally symmetric.

preprint2012arXiv

Clifford-Wolf translations of left invariant Randers metrics on compact Lie groups

A Clifford-Wolf translation of a connected Finsler space is an isometry which moves each point the sam distance. A Finsler space $(M, F)$ is called Clifford-Wolf homogeneous if for any two point $x_1, x_2\in M$ there is a Clifford-Wolf translation $ρ$ such that $ρ(x_1)=x_2$. In this paper, we study Clifford-Wolf translations of left invariant Randers metrics on compact Lie groups. The mian result is that a left invariant Randers metric on a connected compact simple Lie group is Clifford-Wolf homogeneous if and only if the indicatrix of the metric is a round sphere with respect to a bi-invariant Riemannian metric. This presents a large number of examples of non-reversible Finsler metrics which are Clifford-Wolf homogeneous.

preprint2012arXiv

Neutron penumbral imaging simulation and reconstruction for Inertial Confinement Fusion Experiments

Neutron penumbral imaging technique has been successfully used as the diagnosis method in Inertial Confined Fusion. To help the design of the imaging systems in the future in CHINA. We construct the Monte carlo imaging system by Geant4. Use the point spread function from the simulation and decode algorithm (Lucy-Rechardson algorithm) we got the recovery image.

preprint2010arXiv

A High-confidence Cyber-Physical Alarm System: Design and Implementation

Most traditional alarm systems cannot address security threats in a satisfactory manner. To alleviate this problem, we developed a high-confidence cyber-physical alarm system (CPAS), a new kind of alarm systems. This system establishes the connection of the Internet (i.e. TCP/IP) through GPRS/CDMA/3G. It achieves mutual communication control among terminal equipments, human machine interfaces and users by using the existing mobile communication network. The CPAS will enable the transformation in alarm mode from traditional one-way alarm to two-way alarm. The system has been successfully applied in practice. The results show that the CPAS could avoid false alarms and satisfy residents' security needs.

preprint2010arXiv

Design and Implementation of a Wireless Sensor Network for Smart Homes

Wireless sensor networks (WSNs) have become indispensable to the realization of smart homes. The objective of this paper is to develop such a WSN that can be used to construct smart home systems. The focus is on the design and implementation of the wireless sensor node and the coordinator based on ZigBee technology. A monitoring system is built by taking advantage of the GPRS network. To support multi-hop communications, an improved routing algorithm based on the Dijkstra algorithm is presented. Preliminary simulations have been conducted to evaluate the performance of the algorithm.

preprint2009arXiv

Long-term Continuous Energy Injection in the Afterglow of GRB 060729

A long plateau phase and an amazing brightness have been observed in the Xray afterglow of GRB 060729. This peculiar light curve is likely due to long-term energy injection in external shock. Here we present a detailed numerical study on the energy injection process of magnetic dipole radiation from a strongly magnetized millisecond pulsar and model the multi-band afterglow observations. It is found that this model can successfully explain the long plateaus in the observed X-ray and optical afterglow light curves. The sharp break following the plateaus should be due to the rapid decline of the emission power of the central pulsar. At an even late time (~5*10^6s), an obvious jet break appears, which implies a relatively large half opening angle of theta~0.3 for the GRB ejecta. Due to the energy injection, the Lorentz factor of the outflow is still larger than two 10^7s post the GRB trigger, making the X-ray afterglow of this burst detectable by Chandra even 642 days after the burst.