Catalog footprint

What is connected

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

29 published item(s)

preprint2026arXiv

A Control Theoretic Approach to Decentralized AI Economy Stabilization via Dynamic Buyback-and-Burn Mechanisms

The democratization of artificial intelligence through decentralized networks represents a paradigm shift in computational provisioning, yet the long-term viability of these ecosystems is critically endangered by the extreme volatility of their native economic layers. Current tokenomic models, which predominantly rely on static or threshold-based buyback heuristics, are ill-equipped to handle complex system dynamics and often function pro-cyclically, exacerbating instability during market downturns. To bridge this gap, we propose the Dynamic-Control Buyback Mechanism (DCBM), a formalized control-theoretic framework that utilizes a Proportional-Integral-Derivative (PID) controller with strict solvency constraints to regulate the token economy as a dynamical system. Extensive agent-based simulations utilizing Jump-Diffusion processes demonstrate that DCBM fundamentally outperforms static baselines, reducing token price volatility by approximately 66% and lowering operator churn from 19.5% to 8.1% in high-volatility regimes. These findings establish that converting tokenomics from static rules into continuous, structurally constrained control loops is a necessary condition for secure and sustainable decentralized intelligence networks.

preprint2026arXiv

The ${\cal N}=1$ supersymmetric Pati-Salam models with extra $SU(2)_{L_2/R_2}$ gauge symmetry from intersecting D6-branes

By introducing an extra stack of D6-branes to standard ${\cal N}=1$ supersymmetric Pati-Salam models, we extend the landscape of its complete search. In this construction, the $d$-stack of D6-branes is introduced besides the standard $a,~b,~c$-stacks. More intersections from the extra stacks of D6-branes appear, and thus Higgs/Higgs-like particles arise from more origins. Among these models, we find eight new classes of ${\cal N}=1$ supersymmetric Pati-Salam models with gauge symmetries $SU(4)_C\times SU(2)_L\times SU(2)_{R_1}\times SU(2)_{R_2}$ and $SU(4)_C\times SU(2)_{L_1}\times SU(2)_{R}\times SU(2)_{L_2}$, where $d$-stack of D6-branes carries the gauge symmetries $SU(2)_{R_2}$ and $SU(2)_{L_2}$, respectively. The $SU(2)_{L_1/R_1} \times SU(2)_{L_2/R_2}$ can be broken down to the diagonal $SU(2)_{L/R}$ gauge symmetry via bifundamental Higgs fields. In such a way, we for the first time successfully constructed three-family supersymmetric Pati-Salam models from non-rigid D6-branes with extra $d$-stacks of D6-branes as visible sectors. Interestingly, by introducing extra stack of D6-branes to the standard supersymmetric Pati-Salam models, the number of filler brane reduces in general, and eventually the models without any $USp(N)$ gauge symmetry present. This reduces the exotic particles from filler brane intersection yet provides more vector-like particles from ${\cal N}=2$ subsector that are useful in renormalization group equation evolution as an advantage. Moreover, interesting degeneracy behavior with the same gauge coupling ratio exists in certain class of models.

preprint2026arXiv

Towards Robust Pseudo-Label Learning in Semantic Segmentation: An Encoding Perspective

Pseudo-label learning is widely used in semantic segmentation, particularly in label-scarce scenarios such as unsupervised domain adaptation (UDA) and semisupervised learning (SSL). Despite its success, this paradigm can generate erroneous pseudo-labels, which are further amplified during training due to utilization of one-hot encoding. To address this issue, we propose ECOCSeg, a novel perspective for segmentation models that utilizes error-correcting output codes (ECOC) to create a fine-grained encoding for each class. ECOCSeg offers several advantages. First, an ECOC-based classifier is introduced, enabling model to disentangle classes into attributes and handle partial inaccurate bits, improving stability and generalization in pseudo-label learning. Second, a bit-level label denoising mechanism is developed to generate higher-quality pseudo-labels, providing adequate and robust supervision for unlabeled images. ECOCSeg can be easily integrated with existing methods and consistently demonstrates significant improvements on multiple UDA and SSL benchmarks across different segmentation architectures. Code is available at https://github.com/Woof6/ECOCSeg.

preprint2026arXiv

Trade-R1: Bridging Verifiable Rewards to Stochastic Environments via Process-Level Reasoning Verification

Reinforcement Learning (RL) has enabled Large Language Models (LLMs) to achieve remarkable reasoning in domains like mathematics and coding, where verifiable rewards provide clear signals. However, extending this paradigm to financial decision is challenged by the market's stochastic nature: rewards are verifiable but inherently noisy, causing standard RL to degenerate into reward hacking. To address this, we propose Trade-R1, a model training framework that bridges verifiable rewards to stochastic environments via process-level reasoning verification. Our key innovation is a verification method that transforms the problem of evaluating reasoning over lengthy financial documents into a structured Retrieval-Augmented Generation (RAG) task. We construct a triangular consistency metric, assessing pairwise alignment between retrieved evidence, reasoning chains, and decisions to serve as a validity filter for noisy market returns. We explore two reward integration strategies: Fixed-effect Semantic Reward (FSR) for stable alignment signals, and Dynamic-effect Semantic Reward (DSR) for coupled magnitude optimization. Experiments on different country asset selection demonstrate that our paradigm reduces reward hacking, with DSR achieving superior cross-market generalization while maintaining the highest reasoning consistency.

preprint2025arXiv

Tracing the Heart's Pathways: ECG Representation Learning from a Cardiac Conduction Perspective

The multi-lead electrocardiogram (ECG) stands as a cornerstone of cardiac diagnosis. Recent strides in electrocardiogram self-supervised learning (eSSL) have brightened prospects for enhancing representation learning without relying on high-quality annotations. Yet earlier eSSL methods suffer a key limitation: they focus on consistent patterns across leads and beats, overlooking the inherent differences in heartbeats rooted in cardiac conduction processes, while subtle but significant variations carry unique physiological signatures. Moreover, representation learning for ECG analysis should align with ECG diagnostic guidelines, which progress from individual heartbeats to single leads and ultimately to lead combinations. This sequential logic, however, is often neglected when applying pre-trained models to downstream tasks. To address these gaps, we propose CLEAR-HUG, a two-stage framework designed to capture subtle variations in cardiac conduction across leads while adhering to ECG diagnostic guidelines. In the first stage, we introduce an eSSL model termed Conduction-LEAd Reconstructor (CLEAR), which captures both specific variations and general commonalities across heartbeats. Treating each heartbeat as a distinct entity, CLEAR employs a simple yet effective sparse attention mechanism to reconstruct signals without interference from other heartbeats. In the second stage, we implement a Hierarchical lead-Unified Group head (HUG) for disease diagnosis, mirroring clinical workflow. Experimental results across six tasks show a 6.84% improvement, validating the effectiveness of CLEAR-HUG. This highlights its ability to enhance representations of cardiac conduction and align patterns with expert diagnostic guidelines.

preprint2022arXiv

Exploiting Word Semantics to Enrich Character Representations of Chinese Pre-trained Models

Most of the Chinese pre-trained models adopt characters as basic units for downstream tasks. However, these models ignore the information carried by words and thus lead to the loss of some important semantics. In this paper, we propose a new method to exploit word structure and integrate lexical semantics into character representations of pre-trained models. Specifically, we project a word's embedding into its internal characters' embeddings according to the similarity weight. To strengthen the word boundary information, we mix the representations of the internal characters within a word. After that, we apply a word-to-character alignment attention mechanism to emphasize important characters by masking unimportant ones. Moreover, in order to reduce the error propagation caused by word segmentation, we present an ensemble approach to combine segmentation results given by different tokenizers. The experimental results show that our approach achieves superior performance over the basic pre-trained models BERT, BERT-wwm and ERNIE on different Chinese NLP tasks: sentiment classification, sentence pair matching, natural language inference and machine reading comprehension. We make further analysis to prove the effectiveness of each component of our model.

preprint2022arXiv

Four-Family ${\cal N}=1$ Supersymmetric Pati-Salam Models from Intersecting D6-Branes

We investigate the construction of four-family ${\cal N}=1$ supersymmetric Pati-Salam models from Type IIA $\mathbb{T}^6/(\mathbb{Z}_2 \times \mathbb{Z}_2)$ orientifold with intersecting D6-branes. Utilizing the deterministic algorithm introduced in Ref. \cite{heCompleteSearchSupersymmetric2021}, we obtain $274$ types of models with three rectangular tori and distinct gauge coupling relations at string scale, while $6$ types of models with two rectangular tori and one titled torus. In both cases, there exists a class of models with gauge coupling unification at string scale. In particular, for the models with two rectangular tori, one tilted torus and gauge coupling unification, the gaugino condensations are allowed, and thus supersymmetry breaking and moduli stabilization are possible for further phenomenological study.

preprint2022arXiv

Near-Optimal Primal-Dual Algorithms for Quantity-Based Network Revenue Management

We study the canonical quantity-based network revenue management (NRM) problem where the decision-maker must irrevocably accept or reject each arriving customer request with the goal of maximizing the total revenue given limited resources. The exact solution to the problem by dynamic programming is computationally intractable due to the well-known curse of dimensionality. Existing works in the literature make use of the solution to the deterministic linear program (DLP) to design asymptotically optimal algorithms. Those algorithms rely on repeatedly solving DLPs to achieve near-optimal regret bounds. It is, however, time-consuming to repeatedly compute the DLP solutions in real time, especially in large-scale problems that may involve hundreds of millions of demand units. In this paper, we propose innovative algorithms for the NRM problem that are easy to implement and do not require solving any DLPs. Our algorithm achieves a regret bound of $O(\log k)$, where $k$ is the system size. To the best of our knowledge, this is the first NRM algorithm that (i) has an $o(\sqrt{k})$ asymptotic regret bound, and (ii) does not require solving any DLPs.

preprint2022arXiv

On the spectral radius of uniform weighted hypergraph

Let $\mathbb{Q}_{k,n}$ be the set of the connected $k$-uniform weighted hypergraphs with $n$ vertices, where $k,n\geq 3$. For a hypergraph $G\in \mathbb{Q}_{k,n}$, let $\mathcal{A}(G)$, $\mathcal{L} (G)$ and $\mathcal{Q} (G)$ be its adjacency tensor, Laplacian tensor and signless Laplacian tensor, respectively. The spectral radii of $\mathcal{A}(G)$ and $\mathcal{Q} (G)$ are investigated. Some basic properties of the $H$-eigenvalue, the $H^{+}$-eigenvalue and the $H^{++}$-eigenvalue of $\mathcal{A}(G)$, $\mathcal{L} (G)$ and $\mathcal{Q} (G)$ are presented. Several lower and upper bounds of the $H$-eigenvalue, the $H^{+}$-eigenvalue and the $H^{++}$-eigenvalue for $\mathcal{A}(G)$, $\mathcal{L} (G)$ and $\mathcal{Q} (G)$ are established. The largest $H^{+}$-eigenvalue of $\mathcal{L} (G)$ and the smallest $H^{+}$-eigenvalue of $\mathcal{Q} (G)$ are characterized. A relationship among the $H$-eigenvalues of $\mathcal{L} (G)$, $\mathcal{Q} (G)$ and $\mathcal{A} (G)$ is also given.

preprint2022arXiv

The Complete Search for the Supersymmetric Pati-Salam Models from Intersecting D6-Branes

We construct a systematic method to build all the possible three-family ${\cal N}=1$ supersymmetric Pati-Salam models from Type IIA orientifolds on $\mathbb{T}^6/(\mathbb{Z}_2\times \mathbb{Z}_2)$ with intersecting D6-branes, in which the $SU(4)_C\times SU(2)_L \times SU(2)_R $ gauge symmetry can be broken down to the $SU(3)_C \times SU(2)_L \times U(1)_Y$ Standard Model gauge symmetry by the D-brane splitting and supersymmetry preserving Higgs mechanism. This is essentially achieved by solving all the common solutions for the RR tadpole cancellation conditions, ${\cal N}=1$ supersymmetry conditions, and three generation conditions with deterministic algorithm. We find that there are $202752$ possible supersymmetric Pati-Salam models in total, and show that there are only $33$ independent models with different gauge coupling relations at string scale after modding out equivalent relations, such as T-dualities, etc. In particular, there is one and only one independent model which has gauge coupling unification. Furthermore, one can construct other types of intersecting D-brane models utilizing such deterministic algorithm, and therefore we suggest a brand new method for D-brane model building.

preprint2022arXiv

The Final Model Building for the Supersymmetric Pati-Salam Models from Intersecting D6-Branes

All the possible three-family ${\cal N}=1$ supersymmetric Pati-Salam models constructed with intersecting D6-branes from Type IIA orientifolds on $T^6/(\mathbb{Z}_2\times \mathbb{Z}_2)$ are recently presented in arXiv: 2112.09632. Taking models with largest wrapping number $5$ and approximate gauge coupling unification at GUT scale as examples, we show string scale gauge coupling unification can be realized through two-loop renormalization group equation running by introducing seven pairs of vector-like particles from ${\cal N}=2$ sector. The number of these introduced vector-like particles are fully determined by the brane intersection numbers while there are two D6-brane parallel to each other along one two-torus. We expect this will solve the gauge coupling unification problem in the generic intersecting brane worlds by introducing vector-like particles that naturally included in the ${\cal N}=2$ sector.

preprint2022arXiv

The maximal spectral radius of the uniform unicyclic hypergraph with perfect matchings

Let $\mathcal{U}(n,k)$ and $Γ(n,k)$ be the set of the $k$-uniform linear and nonlinear unicyclic hypergraphs having perfect matchings with $n$ vertices respectively, where $n\geq k(k-1)$ and $k\geq 3$. By using some techniques of transformations and constructing the incidence matrices for the hypergraphs considered, we get the hypergraphs with the maximal spectral radii among three kinds of hypergraphs, namely $\mathcal{U}(n,k)$ with $n= 2k(k-1)$ and $n\geq 9k(k-1)$, $Γ(n,k)$ with $n\geq k(k-1)$, and $\mathcal{U}(n,k)\cup Γ(n,k)$ with $n\geq 2k(k-1)$, where $k\geq 3$.

preprint2020arXiv

EPI-based Oriented Relation Networks for Light Field Depth Estimation

Light field cameras record not only the spatial information of observed scenes but also the directions of all incoming light rays. The spatial and angular information implicitly contain geometrical characteristics such as multi-view or epipolar geometry, which can be exploited to improve the performance of depth estimation. An Epipolar Plane Image (EPI), the unique 2D spatial-angular slice of the light field, contains patterns of oriented lines. The slope of these lines is associated with the disparity. Benefiting from this property of EPIs, some representative methods estimate depth maps by analyzing the disparity of each line in EPIs. However, these methods often extract the optimal slope of the lines from EPIs while ignoring the relationship between neighboring pixels, which leads to inaccurate depth map predictions. Based on the observation that an oriented line and its neighboring pixels in an EPI share a similar linear structure, we propose an end-to-end fully convolutional network (FCN) to estimate the depth value of the intersection point on the horizontal and vertical EPIs. Specifically, we present a new feature-extraction module, called Oriented Relation Module (ORM), that constructs the relationship between the line orientations. To facilitate training, we also propose a refocusing-based data augmentation method to obtain different slopes from EPIs of the same scene point. Extensive experiments verify the efficacy of learning relations and show that our approach is competitive to other state-of-the-art methods. The code and the trained models are available at https://github.com/lkyahpu/EPI_ORM.git.

preprint2020arXiv

Influence of Laser Intensity Fluctuation on Single-Cesium Atom Trapping Lifetime in a 1064-nm Microscopic Optical Tweezer

An optical tweezer composed of a strongly focused single-spatial-mode Gaussian beam of a red-detuned 1064-nm laser can confine a single-cesium (Cs) atom at the strongest point of the light intensity. We can use this for coherent manipulation of single-quantum bits and single-photon sources. The trapping lifetime of the atoms in the optical tweezers is very short due to the impact of the background atoms, the laser intensity fluctuation of optical tweezer and the residual thermal motion of the atoms. In this paper, we analyzed the influence of the background pressure, the trap frequency of optical tweezers and the parametric heating of the optical tweezer on the atomic trapping lifetime. Combined with the external feedback loop based on an acousto-optical modulator (AOM), the intensity fluctuation of the 1064-nm laser in the time domain was suppressed from $\pm$ 3.360$\%$ to $\pm$ 0.064$\%$, and the suppression bandwidth reached approximately 33 kHz. The trapping lifetime of a single Cs atom in the microscopic optical tweezer was extended from 4.04 s to 6.34 s.

preprint2020arXiv

Large spin to charge conversion in topological superconductor \b{eta}-PdBi2 at room temperature

\b{eta}-PdBi2 has attracted much attention for its prospective ability to possess simultaneously topological surface and superconducting states due to its unprecedented spin-orbit interaction (SOC). Whereas most works have focused solely on investigating its topological surface states, the coupling between spin and charge degrees of freedom in this class of quantum material remains unexplored. Here we first report a study of spin-to-charge conversion in a \b{eta}-PdBi2 ultrathin film grown by molecular beam epitaxy, utilizing a spin pumping technique to perform inverse spin Hall effect measurements. We find that the room temperature spin Hall angle of Fe/\b{eta}-PdBi2, θ_SH=0.037. This value is one order of magnitude larger than that of reported conventional superconductors, and is comparable to that of the best SOC metals and topological insulators. Our results provide an avenue for developing superconductor-based spintronic applications.

preprint2020arXiv

Online Learning and Optimization for Revenue Management Problems with Add-on Discounts

We study in this paper a revenue management problem with add-on discounts. The problem is motivated by the practice in the video game industry, where a retailer offers discounts on selected supportive products (e.g. video games) to customers who have also purchased the core products (e.g. video game consoles). We formulate this problem as an optimization problem to determine the prices of different products and the selection of products with add-on discounts. To overcome the computational challenge of this optimization problem, we propose an efficient FPTAS algorithm that can solve the problem approximately to any desired accuracy. Moreover, we consider the revenue management problem in the setting where the retailer has no prior knowledge of the demand functions of different products. To resolve this problem, we propose a UCB-based learning algorithm that uses the FPTAS optimization algorithm as a subroutine. We show that our learning algorithm can converge to the optimal algorithm that has access to the true demand functions, and we prove that the convergence rate is tight up to a certain logarithmic term. In addition, we conduct numerical experiments with the real-world transaction data we collect from a popular video gaming brand's online store on Tmall.com. The experiment results illustrate our learning algorithm's robust performance and fast convergence in various scenarios. We also compare our algorithm with the optimal policy that does not use any add-on discount, and the results show the advantages of using the add-on discount strategy in practice.

preprint2020arXiv

Optimal Path Planning for Automated Dimensional Inspection of Free-Form Surfaces

Structural dimensional inspection is vital for the process monitoring, quality control, and fault diagnosis in the mass production of auto bodies. Comparing with the non-contact measurement, the high-precision five-axis measuring machine with the touch-trigger probe is a preferred choice for data collection. It can assist manufacturers in making accurate inspection quickly. As the increase of free-form surfaces and diverse surface orientations in auto body design, existing inspection approaches cannot capture some new critical features in the curvature of auto bodies in an efficient way. Therefore, we need to develop new path planning methods for automated dimensional inspection of free-form surfaces. This paper proposes an optimal path planning system for automated programming of measuring point inspection by incorporating probe rotations and effective collision detection. Specifically, the methodological contributions include: (i) a dynamic searching volume-based algorithm is developed to detect potential collisions in the local path between measurement points; (ii) a local path generation method is proposed with the integration of the probe trajectory and the stylus rotation. Then, the inspection time matrix is proposed to quantify the measuring time of diverse local paths; (iii) an optimization approach of the global inspection path for all critical points on the auto body is developed to minimize the total inspection time. A case study has been conducted on an auto body to verify the performance of the proposed method. Results show that the collision-free path for the free-form auto body could be generated automatically with off-line programming, and the proposed method produces about 40% fewer dummy points and needs 32% less movement time in the auto body inspection process.

preprint2020arXiv

Real Entropy Can Also Predict Daily Voice Traffic for Wireless Network Users

Voice traffic prediction is significant for network deployment optimization thus to improve the network efficiency. The real entropy based theorectical bound and corresponding prediction models have demonstrated their success in mobility prediction. In this paper, the real entropy based predictability analysis and prediction models are introduced into voice traffic prediction. For this adoption, the traffic quantification methods is proposed and discussed. Based on the real world voice traffic data, the prediction accuracy of N-order Markov models, diffusion based model and MF model are presented, among which, 25-order Markov models performs best and approach close to the maximum predictability. This work demonstrates that, the real entropy can also predict voice traffic well which broaden the understanding on the real entropy based prediction theory.

preprint2020arXiv

Revisiting the Supersymmetric Pati-Salam Models from Intersecting D6-branes

Employing new scanning methods, we revisit the systematic construction of three-family $N=1$ supersymmetric Pati-Salam models in Type IIA orientifolds on ${\bf T}^6/(\mathbb Z_2\times \mathbb Z_2)$ with intersecting D6-branes. Arising from the stacks of D6-branes with $U(n)$ gauge symmetries, the Pati-Salam gauge symmetries $SU(4)_C\times SU(2)_L \times SU(2)_R$ can be broken down to the Standard Model via D-brane splitting as well as D- and F-flatness preserving Higgs mechanism. Also, the hidden sector contains $USp(n)$ branes, which are parallel with the orientifold planes or their ${\mathbb Z_2}$ images. We find that the Type II T-duality in the previous study is not an equivalent relation in Pati-Salam model building if the model is not invariant under $SU(2)_L$ and $SU(2)_R$ exchange, and provides a way to obtain new models. We systematically construct the new models with three families, which usually do not have gauge coupling unification at the string scale. We for the first time construct the Pati-Salam models with one wrapping number equal to $5$. In particular, we find that these models carry more refined gauge couplings, and thus with more possibility to have approximate gauge coupling unification.

preprint2016arXiv

A W-test collapsing method for rare variant testing with applications to exome sequencing data of hypertensive disorder

Advancement in sequencing technology enables the study of association between complex disorders and rare variants with low minor allele frequencies. One of the major challenges in rare variant testing is lack of statistical power of traditional testing methods due to extremely low variances of single nucleotide polymorphisms. In this paper, we introduce a W-test collapsing method that evaluates the distributional differences in cases and controls using a combined log of odds ratio. The proposed method is compared with the Weighted-Sum Statistic and Sequence Kernel Association Test using simulation data sets and showed better performances and faster computing speed. In the study of real next generation sequencing data set of hypertensive disorder, we identified genes of interesting biological functions that are associated to metabolism disorder and inflammation, which include the MACROD1, NLRP7, AGK, PAK6 and APBB1. The W-test collapsing method offers a fast, effective and alternative way for rare variants association analysis.

preprint2016arXiv

CFD-DEM Simulations of Current-Induced Dune Formation and Morphological Evolution

Understanding the fundamental mechanisms of sediment transport, particularly those during the formation and evolution of bedforms, is of critical scientific importance and has engineering relevance. Traditional approaches of sediment transport simulations heavily rely on empirical models, which are not able to capture the physics-rich, regime-dependent behaviors of the process. With the increase of available computational resources in the past decade, CFD-DEM (computational fluid dynamics-discrete element method) has emerged as a viable high-fidelity method for the study of sediment transport. However, a comprehensive, quantitative study of the generation and migration of different sediment bed patterns using CFD-DEM is still lacking. In this work, current-induced sediment transport problems in a wide range of regimes are simulated, including 'flat bed in motion', `small dune', `vortex dune' and suspended transport. Simulations are performed by using SediFoam, an open-source, massively parallel CFD-DEM solver developed by the authors. This is a general-purpose solver for particle-laden flows tailed for particle transport problems. Validation tests are performed to demonstrate the capability of CFD-DEM in the full range of sediment transport regimes. Comparison of simulation results with experimental and numerical benchmark data demonstrates the merits of CFD-DEM approach. In addition, the improvements of the present simulations over existing studies using CFD-DEM are presented. The present solver gives more accurate prediction of sediment transport rate by properly accounting for the influence of particle volume fraction on the fluid flow. In summary, this work demonstrates that CFD-DEM is a promising particle-resolving approach for probing the physics of current-induced sediment transport.

preprint2016arXiv

Enhancing power of rare variant association test by Zoom-Focus Algorithm (ZFA) to locate optimal testing region

Motivation: Exome or targeted sequencing data exerts analytical challenge to test single nucleotide polymorphisms (SNPs) with extremely small minor allele frequency (MAF). Various rare variant tests were proposed to increase power by aggregating SNPs within a fixed genomic region, such as a gene or pathway. However, a gene could contain from several to thousands of markers, and not all of them may be related to the phenotype. Combining functional and non-functional SNPs in arbitrary genomic region could impair the testing power. Results: We propose a Zoom-Focus algorithm (ZFA) to locate the optimal testing region within a given genomic region, as a wrapper function to be applied in conjunction with rare variant association tests. In the first Zooming step, a given genomic region is partitioned by order of two, and the best partition is located within all partition levels. In the next Focusing step, boundaries of the zoomed region are refined. Simulation studies showed that ZFA substantially enhanced the statistical power of rare variant tests by over 10 folds, including the WSS, SKAT and W-test. The algorithm is applied on real exome sequencing data of hypertensive disorder, and identified biologically relevant genetic markers to metabolic disorder that are undiscoverable by testing using full gene. The proposed algorithm is an efficient and powerful tool to increase the effectiveness of rare variant association tests for exome sequencing datasets of complex disorder.

preprint2016arXiv

SediFoam: A general-purpose, open-source CFD-DEM solver for particle-laden flow with emphasis on sediment transport

With the growth of available computational resource, CFD-DEM (computational fluid dynamics-discrete element method) becomes an increasingly promising and feasible approach for the study of sediment transport. Several existing CFD-DEM solvers are applied in chemical engineering and mining industry. However, a robust CFD-DEM solver for the simulation of sediment transport is still desirable. In this work, the development of a three-dimensional, massively parallel, and open-source CFD-DEM solver SediFoam is detailed. This solver is built based on open-source solvers OpenFOAM and LAMMPS. OpenFOAM is a CFD toolbox that can perform three-dimensional fluid flow simulations on unstructured meshes; LAMMPS is a massively parallel DEM solver for molecular dynamics. Several validation tests of SediFoam are performed using cases of a wide range of complexities. The results obtained in the present simulations are consistent with those in the literature, which demonstrates the capability of SediFoam for sediment transport applications. In addition to the validation test, the parallel efficiency of SediFoam is studied to test the performance of the code for large-scale and complex simulations. The parallel efficiency tests show that the scalability of SediFoam is satisfactory in the simulations using up to O(10^7) particles.

preprint2016arXiv

Sediment Micromechanics in Sheet Flows Induced by Asymmetric Waves: A CFD-DEM Study

Understanding the sediment transport in oscillatory flows is essential to the investigation of the overall sediment budget for coastal regions. This overall budget is crucial for the prediction of the morphological change of coastline in engineering applications. Since the sediment transport in oscillatory flows is dense particle-laden flow, appropriate modeling of the particle interaction is critical. Although traditional two-fluid approaches have been applied to the study of sediment transport in oscillatory flows, the approaches do not resolve the interaction of the particles. Particle-resolved modeling of sediment transport in oscillatory flows and the study of micromechanics of sediment particles are still lacking. In this work, a parallel CFD-DEM solver that can resolve the inter-particle collision is applied to study the granular micromechanics of sediment particles in oscillatory flows. The results obtained from the CFD-DEM solver are validated by using the experimental data of coarse and medium sands. The comparison with experimental results suggests that the flow velocity, the sediment flux and the net sediment transport rate predicted by are satisfactory. Moreover, the micromechanic quantities of the sediment bed are presented in detail, including Voronoi concentration, coordination number, and particle interaction force. It is demonstrated that variation of these micromechanic quantities at different phases in the oscillatory cycle is significant, which is due to different responses of the sediment bed. To investigate the structural properties of the sediment bed, the correlation of the Voronoi volume fraction and coordination number are compared to the results from the fluidized bed simulations. The consistency in the comparison indicates the structural micromechanics of sediment transport and fluidized bed are similar despite the differences in flow patterns.

preprint2016arXiv

wtest: an R Package for Testing Main and Interaction Effect in Genotype Data with Binary Traits

This R package evaluates main and pair-wise interaction effect of single nucleotide polymorphisms (SNPs) via the W-test, scalable to whole genome-wide data sets. The package provides fast and accurate p-value estimation of genetic markers, as well as diagnostic checking on the probability distributions. It allows flexible stage-wise or exhaustive association testing in a user-friendly interface. Availability: The package is available in CRAN, or from website: http://www2.ccrb.cuhk.edu.hk/wtest

preprint2015arXiv

Diffusion-Based Coarse Graining in Hybrid Continuum-Discrete Solvers: Applications in CFD-DEM

In this work, a coarse-graining method previously proposed by the authors in a companion paper based on solving diffusion equations is applied to CFD-DEM simulations, where coarse graining is used to obtain solid volume fraction, particle phase velocity, and fluid-particle interaction forces. By examining the conservation requirements, the variables to solve diffusion equations for in CFD-DEM simulations are identified. The algorithm is then implemented into a CFD-DEM solver based on OpenFOAM and LAMMPS, the former being a general-purpose, three-dimensional CFD solver based on unstructured meshes. Numerical simulations are performed for a fluidized bed by using the CFD-DEM solver with the diffusion-based coarse-graining algorithm. Converged results are obtained on successively refined meshes, even for meshes with cell sizes comparable to or smaller than the particle diameter. This is a critical advantage of the proposed method over many existing coarse-graining methods, and would be particularly valuable when small cells are required in part of the CFD mesh to resolve certain flow features such as boundary layers in wall bounded flows and shear layers in jets and wakes. Moreover, we demonstrate that the overhead computational costs incurred by the proposed coarse-graining procedure are a small portion of the total costs in typical CFD-DEM simulations as long as the number of particles per cell is reasonably large, although admittedly the computational overhead of the coarse graining often exceeds that of the CFD solver. Other advantages of the present algorithm include more robust and physically realistic results, flexibility and easy implementation in almost any CFD solvers, and clear physical interpretation of the computational parameter needed in the algorithm. In summary, the diffusion-based method is a theoretically elegant and practically viable option for CFD-DEM simulations.

preprint2015arXiv

Diffusion-Based Coarse Graining in Hybrid Continuum-Discrete Solvers: Theoretical Formulation and A Priori Tests

Coarse graining is an important ingredient in many multi-scale continuum-discrete solvers such as CFD--DEM (computational fluid dynamics--discrete element method) solvers for dense particle-laden flows. Although CFD--DEM solvers have become a mature technique that is widely used in multiphase flow research and industrial flow simulations, a flexible and easy-to-implement coarse graining algorithm that can work with CFD solvers of arbitrary meshes is still lacking. In this work, we proposed a new coarse graining algorithm for continuum--discrete solvers for dense particle-laden flows based on solving a transient diffusion equation. Via theoretical analysis we demonstrated that the proposed method is equivalent to the statistical kernel method with a Gaussian kernel, but the current method is much more straightforward to implement in CFD--DEM solvers. \textit{A priori} numerical tests were performed to obtain the solid volume fraction fields based on given particle distributions, the results obtained by using the proposed algorithm were compared with those from other coarse graining methods in the literature (e.g., the particle centroid method, the divided particle volume method, and the two-grid formulation). The numerical tests demonstrated that the proposed coarse graining procedure based on solving diffusion equations is theoretically sound, easy to implement and parallelize in general CFD solvers, and has improved mesh-convergence characteristics compared with existing coarse graining methods. The diffusion-based coarse graining method has been implemented into a CFD--DEM solver, the results of which are presented in a separate work (R. Sun and H. Xiao, Diffusion-based coarse graining in hybrid continuum-discrete solvers: Application in CFD-DEM solvers for particle laden flows).

preprint2014arXiv

Non-associative Deformations of Geometry in Double Field Theory

Non-geometric string backgrounds were proposed to be related to a non-associative deformation of the space-time geometry. In the flux formulation of double field theory (DFT), the structure of mathematically possible non-associative deformations is analyzed in detail. It is argued that on-shell there should not be any violation of associativity in the effective DFT action. For imposing either the strong or the weaker closure constraint we discuss two possible non-associative deformations of DFT featuring two different ways how on-shell associativity can still be kept.

preprint2012arXiv

The limit of N=(2,2) superconformal minimal models

The limit of families of two-dimensional conformal field theories has recently attracted attention in the context of AdS/CFT dualities. In our work we analyse the limit of N=(2,2) superconformal minimal models when the central charge approaches c=3. The limiting theory is a non-rational N=(2,2) superconformal theory, in which there is a continuum of chiral primary fields. We determine the spectrum of the theory, the three-point functions on the sphere, and the disc one-point functions.