Catalog footprint

What is connected

30works
21topics
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

30 published item(s)

preprint2026arXiv

R-VoxelMap: Accurate Voxel Mapping with Recursive Plane Fitting for Online LiDAR Odometry

This paper proposes R-VoxelMap, a novel voxel mapping method that constructs accurate voxel maps using a geometry-driven recursive plane fitting strategy to enhance the localization accuracy of online LiDAR odometry. VoxelMap and its variants typically fit and check planes using all points in a voxel, which may lead to plane parameter deviation caused by outliers, over segmentation of large planes, and incorrect merging across different physical planes. To address these issues, R-VoxelMap utilizes a geometry-driven recursive construction strategy based on an outlier detect-and-reuse pipeline. Specifically, for each voxel, accurate planes are first fitted while separating outliers using random sample consensus (RANSAC). The remaining outliers are then propagated to deeper octree levels for recursive processing, ensuring a detailed representation of the environment. In addition, a point distribution-based validity check algorithm is devised to prevent erroneous plane merging. Extensive experiments on diverse open-source LiDAR(-inertial) simultaneous localization and mapping (SLAM) datasets validate that our method achieves higher accuracy than other state-of-the-art approaches, with comparable efficiency and memory usage. Code will be available on GitHub.

preprint2022arXiv

Indefinite linearized augmented Lagrangian method for convex programming with linear inequality constraints

The augmented Lagrangian method (ALM) is a benchmark for convex programming problems with linear constraints; ALM and its variants for linearly equality-constrained convex minimization models have been well studied in the literature. However, much less attention has been paid to ALM for efficiently solving linearly inequality-constrained convex minimization models. In this paper, we exploit an enlightening reformulation of the newly developed indefinite linearized ALM for the equality-constrained convex optimization problem, and present a new indefinite linearized ALM scheme for efficiently solving the convex optimization problem with linear inequality constraints. The proposed method enjoys great advantages, especially for large-scale optimization cases, in two folds mainly: first, it largely simplifies the challenging key subproblem of the classic ALM by employing its linearized reformulation, while keeping low complexity in computation; second, we show that only a smaller proximity regularization term is needed for provable convergence, which allows a bigger step-size and hence significantly better performance. Moreover, we show the global convergence of the proposed scheme upon its equivalent compact expression of prediction-correction, along with a worst-case $\mathcal{O}(1/N)$ convergence rate. Numerical results on some application problems demonstrate that a smaller regularization term can lead to a better experimental performance, which further confirms the theoretical results presented in this study.

preprint2022arXiv

Optimal Sampling Gaps for Adaptive Submodular Maximization

Running machine learning algorithms on large and rapidly growing volumes of data is often computationally expensive, one common trick to reduce the size of a data set, and thus reduce the computational cost of machine learning algorithms, is \emph{probability sampling}. It creates a sampled data set by including each data point from the original data set with a known probability. Although the benefit of running machine learning algorithms on the reduced data set is obvious, one major concern is that the performance of the solution obtained from samples might be much worse than that of the optimal solution when using the full data set. In this paper, we examine the performance loss caused by probability sampling in the context of adaptive submodular maximization. We consider a simple probability sampling method which selects each data point with probability at least $r\in[0,1]$. If we set $r=1$, our problem reduces to finding a solution based on the original full data set. We define sampling gap as the largest ratio between the optimal solution obtained from the full data set and the optimal solution obtained from the samples, over independence systems. Our main contribution is to show that if the sampling probability of each data point is at least $r$ and the utility function is policywise submodular, then the sampling gap is both upper bounded and lower bounded by $1/r$. We show that the property of policywise submodular can be found in a wide range of real-world applications, including pool-based active learning and adaptive viral marketing.

preprint2022arXiv

Streaming Adaptive Submodular Maximization

Many sequential decision making problems can be formulated as an adaptive submodular maximization problem. However, most of existing studies in this field focus on pool-based setting, where one can pick items in any order, and there have been few studies for the stream-based setting where items arrive in an arbitrary order and one must immediately decide whether to select an item or not upon its arrival. In this paper, we introduce a new class of utility functions, semi-policywise submodular functions. We develop a series of effective algorithms to maximize a semi-policywise submodular function under the stream-based setting.

preprint2021arXiv

Adaptive Cascade Submodular Maximization

In this paper, we propose and study the cascade submodular maximization problem under the adaptive setting. The input of our problem is a set of items, each item is in a particular state (i.e., the marginal contribution of an item) which is drawn from a known probability distribution. However, we can not know its actual state before selecting it. As compared with existing studies on stochastic submodular maximization, one unique setting of our problem is that each item is associated with a continuation probability which represents the probability that one is allowed to continue to select the next item after selecting the current one. Intuitively, this term captures the externality of selecting one item to all its subsequent items in terms of the opportunity of being selected. Therefore, the actual set of items that can be selected by a policy depends on the specific ordering it adopts to select items, this makes our problem fundamentally different from classical submodular set optimization problems. Our objective is to identify the best sequence of selecting items so as to maximize the expected utility of the selected items. We propose a class of stochastic utility functions, \emph{adaptive cascade submodular functions}, and show that the objective functions in many practical application domains satisfy adaptive cascade submodularity. Then we develop a $0.12$ approximation algorithm to the adaptive cascade submodular maximization problem.

preprint2021arXiv

Adaptive Regularized Submodular Maximization

In this paper, we study the problem of maximizing the difference between an adaptive submodular (revenue) function and an non-negative modular (cost) function under the adaptive setting. The input of our problem is a set of $n$ items, where each item has a particular state drawn from some known prior distribution $p$. The revenue function $g$ is defined over items and states, and the cost function $c$ is defined over items, i.e., each item has a fixed cost. The state of each item is unknown initially, one must select an item in order to observe its realized state. A policy $π$ specifies which item to pick next based on the observations made so far. Denote by $g_{avg}(π)$ the expected revenue of $π$ and let $c_{avg}(π)$ denote the expected cost of $π$. Our objective is to identify the best policy $π^o\in \arg\max_πg_{avg}(π)-c_{avg}(π)$ under a $k$-cardinality constraint. Since our objective function can take on both negative and positive values, the existing results of submodular maximization may not be applicable. To overcome this challenge, we develop a series of effective solutions with performance grantees. Let $π^o$ denote the optimal policy. For the case when $g$ is adaptive monotone and adaptive submodular, we develop an effective policy $π^l$ such that $g_{avg}(π^l) - c_{avg}(π^l) \geq (1-\frac{1}{e}-ε)g_{avg}(π^o) - c_{avg}(π^o)$, using only $O(nε^{-2}\log ε^{-1})$ value oracle queries. For the case when $g$ is adaptive submodular, we present a randomized policy $π^r$ such that $g_{avg}(π^r) - c_{avg}(π^r) \geq \frac{1}{e}g_{avg}(π^o) - c_{avg}(π^o)$.

preprint2020arXiv

A deep belief network-based method to identify proteomic risk markers for Alzheimer disease

While a large body of research has formally identified apolipoprotein E (APOE) as a major genetic risk marker for Alzheimer disease, accumulating evidence supports the notion that other risk markers may exist. The traditional Alzheimer-specific signature analysis methods, however, have not been able to make full use of rich protein expression data, especially the interaction between attributes. This paper develops a novel feature selection method to identify pathogenic factors of Alzheimer disease using the proteomic and clinical data. This approach has taken the weights of network nodes as the importance order of signaling protein expression values. After generating and evaluating the candidate subset, the method helps to select an optimal subset of proteins that achieved an accuracy greater than 90%, which is superior to traditional machine learning methods for clinical Alzheimer disease diagnosis. Besides identifying a proteomic risk marker and further reinforce the link between metabolic risk factors and Alzheimer disease, this paper also suggests that apidonectin-linked pathways are a possible therapeutic drug target.

preprint2020arXiv

Assortment Optimization with Repeated Exposures and Product-dependent Patience Cost

In this paper, we study the assortment optimization problem faced by many online retailers such as Amazon. We develop a \emph{cascade multinomial logit model}, based on the classic multinomial logit model, to capture the consumers' purchasing behavior across multiple stages. Different from existing studies, our model allows for repeated exposures of a product, i.e., the same product can be displayed multiple times across different stages. In addition, each consumer has a \emph{patience budget} that is sampled from a known distribution and each product is associated with a \emph{patience cost}, which captures the cognitive efforts spent on browsing that product. Given an assortment of products, a consumer sequentially browses them stage by stage. After browsing all products in one stage, if the utility of a product exceeds the utility of the outside option, the consumer proceeds to purchase the product and leave the platform. Otherwise, if the patience cost of all products browsed up to that point is no larger than her patience budget, she continues to view the next stage. We propose an approximation solution to this problem.

preprint2020arXiv

CAE-RLSM: Consistent and Efficient Redundant Line Segment Merging for Online Feature Map Building

In order to obtain a compact line segment-based map representation for localization and planning of mobile robots, it is necessary to merge redundant line segments which physically represent the same part of the environment in different scans. In this paper, a consistent and efficient redundant line segment merging approach (CAE-RLSM) is proposed for online feature map building. The proposed CAE-RLSM is composed of two newly proposed modules: one-to-many incremental line segment merging (OTM-ILSM) and multi-processing global map adjustment (MP-GMA). Different from state-of-the-art offline merging approaches, the proposed CAE-RLSM can achieve real-time mapping performance, which not only reduces the redundancy of incremental merging with high efficiency, but also solves the problem of global map adjustment after loop closing to guarantee global consistency. Furthermore, a new correlation-based evaluation metric is proposed for the quality evaluation of line segment maps. This evaluation metric does not require manual measurement of the environmental metric information, instead it makes full use of globally consistent laser scans obtained by simultaneous localization and mapping (SLAM) systems to compare the performance of different line segment-based mapping approaches in an objective and fair manner. Comparative experimental results with respect to a mean shift-based offline redundant line segment merging approach (MS-RLSM) and an offline version of one-to-one incremental line segment merging approach (O$^2$TO-ILSM) on both public data sets and self-recorded data set are presented to show the superior performance of CAE-RLSM in terms of efficiency and map quality in different scenarios.

preprint2020arXiv

Efficient ADMM and Splitting Methods for Continuous Min-cut and Max-flow Problems

The Potts model has many applications. It is equivalent to some min-cut and max-flow models. Primal-dual algorithms have been used to solve these problems. Due to the special structure of the models, convergence proof is still a difficult problem. In this work, we developed two novel, preconditioned, and over-relaxed alternating direction methods of multipliers (ADMM) with convergence guarantee for these models. Using the proposed preconditioners or block preconditioners, we get accelerations with the over-relaxation variants of preconditioned ADMM. The preconditioned and over-relaxed Douglas-Rachford splitting methods are also considered for the Potts model. Our framework can handle both the two-labeling or multi-labeling problems with appropriate block preconditioners based on Eckstein-Bertsekas and Fortin-Glowinski splitting techniques.

preprint2020arXiv

Intelligent Radome Design Using Multilayer Metamaterial Structures to Realize Energy Isolation and Asymmetric Propagation of Electromagnetic Wave

An intelligent radome utilizing composite metamaterial structures is presented and investigated in this article, which can realize energy isolation and asymmetric propagation of electromagnetic (EM) wave self-adaptively by controlling states of PIN diodes. The whole structure mainly consists of a broadband polarization-sensitive polarization converter (PC) and an active frequency selective rasorber (AFSR) switching between a transmission mode and absorption mode which is used as an energy-selective surface (ESS). Among them, the function of the PC is to make the EM waves transmit asymmetrically, and the purpose of AFSR is to make the high-power waves be reflected or absorbed, which depends on the polarization type of the wave. Thus, the radome can realize both asymmetric propagations of EM wave and electromagnetic shielding. The equivalent circuit models (ECM) and parametric studies are considered to explain the physical operating mechanism of PC and AFSR. The fabricated structure with 7*7 unit cells is experimentally demonstrated and the measured results agree with simulated results well. Considering the distinctive characteristic of self-actuation, the presented concept has the potential application in electromagnetic stealth and HPEMWs shielding to protect communication devices.

preprint2020arXiv

Polarization-independent reconfigurable frequency selective rasorber/absorber with low insertion loss

A polarization-independent reconfigurable frequency selective rasorber (FSR)/absorber with low insertion loss based on diodes is proposed in this paper. The presented structure consists of a lossy layer based on square loops and a bandpass frequency-selective surface. These two layers are separated by an air layer. Each layer has an embedded bias network that provides the bias voltage to the diodes through metallic via. This configuration can avoid undesirable effects associated with the additional biasing wire. When the diodes are in off-state, the structure is in FSR mode and exhibits a transmission window at 4.28GHz with only 0.69dB insertion loss (IL) within the absorption bands. While diodes are in on-state and the structure switches to absorber mode, it achieves perfect absorption with absorptivity of over 90% ranging from 2.8 to 5.2 GHz. An equivalent circuit model (ECM) is developed to analyse the physical mechanism of the structure. A prototype of the proposed architecture is fabricated and measured, where reasonable agreements between simulations and measurements are observed, verifying the effectiveness of this design.

preprint2016arXiv

Going viral: Optimizing Discount Allocation in Social Networks for Influence Maximization

In this paper, we investigate the discount allocation problem in social networks. It has been reported that 40\% of consumers will share an email offer with their friend and 28\% of consumers will share deals via social media platforms. What does this mean for a business? Essentially discounts should not just be treated as short term solutions to attract individual customer, instead, allocating discounts to a small fraction of users (called seed users) may trigger a large cascade in a social network. This motivates us to study the influence maximization discount allocation problem: given a social network and budget, we need to decide to which initial set users should offer the discounts, and how much should the discounts be worth. Our goal is to maximize the number of customers who finally adopt the target product. We investigate this problem under both non-adaptive and adaptive settings. In the first setting, we have to commit the set of seed users and corresponding discounts all at once in advance. In the latter case, the decision process is performed in a sequential manner, and each seed user that is picked provides the feedback on the discount, or, in other words, reveals whether or not she will adopt the discount. We propose a simple greedy policy with an approximation ratio of $\frac{1}{2}(1 - 1/e)$ in non-adaptive setting. For the significantly more complex adaptive setting, we propose an adaptive greedy policy with bounded approximation ratio in terms of expected utility.

preprint2016arXiv

Improved liver T1rho measurement precision with a breathhold black blood single shot fast spin echo acquisition: a validation study in healthy volunteers

Purpose: To explore the usability and normal T1rho value of liver parenchyma with a novel single breathhold black blood single shot fast spin echo acquisition based liver imaging sequence. Materials and Methods: In total 19 health subjects (10 males, 9 females; mean age: 37.4 yrs; range: 23-54 yrs) participated in the study. 11 subjects had liver scanned twice in the same session to access scan-rescan repeatability. 12 subjects had liver scanned twice in two sessions with 7-10 days' interval to access scan-rescan reproducibility. MR was performed with a 3.0 T scanner with dual transmitter. The MR sequence allows simultaneous acquisition of 4 spin lock times (TSLs: 0ms, 10 ms, 30 ms, 50ms) in 10 second. Inherent black blood effect of fast spin echo and double inversion recovery were utilized to achieve blood signal suppression. Results: The technique demonstrated good image quality and minimal artifacts. For liver parenchyma, Bland-Altman plot showed the scan-rescan repeatability mean difference was 0.025 ms (95% limits of agreement: -1.163 to 1.213 ms), and intraclass correlation coefficient (ICC) was 0.977. The scan-rescan reproducibility mean difference was -0.075 ms (95% limits of agreement: -3.280 to 3.310 ms), and ICC was 0.820 which is better than the ICC of 0.764 of a previous bright blood multi-breath hold gradient echo acquisition technique. The liver T1rho value was 39.9 +/- 2.4 ms (range: 36.1 - 44.2 ms), which is lower than the value of 42.8=/-2.1 ms acquired with the previous bright blood technique. Conclusion: This study validated the application of a single breathhold black blood single shot fast spin echo acquisition based for human liver T1rho imaging. The lower liver parenchyma T1rho value and higher scan rescan reproducibility may improve of the sensitivity of this technique.

preprint2016arXiv

Noise Folding based on General Complete Perturbation in Compressed Sensing

This paper first present a new general completely perturbed compressed sensing (CS) model y=(A+E)(x+u)+e,called \emph{noise folding based on general completely perturbed CS system},~where $y\in R^m,~u \in R^m,~u\neq 0,~e\in R^m$, $A\in R^{m\times n},~m\ll n$,~$E\in R^{m\times n}$ with incorporating general nonzero perturbation E to sensing matrix A and noise u into signal x simultaneously based on the standard CS model y=Ax+e.~Our constructions mainly will whiten the new proposed CS model and explore into RIP,~coherence for A+E of the new CS model after being whitened.

preprint2016arXiv

Relationship between Pairing Symmetries and Interaction Parameters in Iron-Based Superconductors from Functional Renormalization Group Calculations

Pairing symmetries of iron-based superconductors are investigated systematically in a five-orbital model within the different regions of interaction parameters by functional renormalization group(FRG). Even for a fixed Fermi surface with both hole and electron pockets, it is found that depending on interaction parameters, a variety of pairing symmetries, including two types of $d$-wave and two types of $s$-wave pairing symmetries, can emerge. Only the $d_{x^2-y^2}$ and the $s\pm$ waves are robustly supported by the nearest-neighbor(NN) intra-orbital $J_1$ and the next-nearest-neighbor(NNN) intra-orbital $J_2$ antiferromagnetic(AFM) exchange couplings respectively. This study suggests that the accurate initial input of interaction parameters are essential to make FRG an useful method to determine the leading channel of superconducting instability.

preprint2015arXiv

A Proximal Bregman Projection Approach to Continuous Max-Flow Problems Using Entropic Distances

One issue limiting the adaption of large-scale multi-region segmentation is the sometimes prohibitive memory requirements. This is especially troubling considering advances in massively parallel computing and commercial graphics processing units because of their already limited memory compared to the current random access memory used in more traditional computation. To address this issue in the field of continuous max-flow segmentation, we have developed a \textit{pseudo-flow} framework using the theory of Bregman proximal projections and entropic distances which implicitly represents flow variables between labels and designated source and sink nodes. This reduces the memory requirements for max-flow segmentation by approximately 20\% for Potts models and approximately 30\% for hierarchical max-flow (HMF) and directed acyclic graph max-flow (DAGMF) models. This represents a great improvement in the state-of-the-art in max-flow segmentation, allowing for much larger problems to be addressed and accelerated using commercially available graphics processing hardware.

preprint2015arXiv

Magnetism in Quasi-One-Dimensional A$_2$Cr$_3$As$_3$ (A=K,Rb) superconductors

We predict that the recently discovered quasi-one dimensional superconductors, A$_2$Cr$_3$As$_3$(A=K,Rb), possess strong frustrated magnetic fluctuations and are nearby a novel in-out co-planar magnetic ground state. The frustrated magnetism is very sensitive to c-axis lattice constant and can thus be suppressed by increasing pressure. Our results qualitatively explain strong non-Fermi liquid behaviors observed in the normal state of the superconductors as the intertwining between the magnetism and superconductivity can create a large quantum critical region in quasi-one dimensional systems and also suggest that the materials share similar phase diagrams and superconducting mechanism with other unconventional superconductors, such as cuprates and iron-based superconductors.

preprint2015arXiv

Optimizing Ad Allocation in Social Advertising

Social advertising (or social promotion) is an effective approach that produces a significant cascade of adoption through influence in the online social networks. The goal of this work is to optimize the ad allocation from the platform's perspective. On the one hand, the platform would like to maximize revenue earned from each advertiser by exposing their ads to as many people as possible, one the other hand, the platform wants to reduce free-riding to ensure the truthfulness of the advertiser. To access this tradeoff, we adopt the concept of \emph{regret} \citep{viral2015social} to measure the performance of an ad allocation scheme. In particular, we study two social advertising problems: \emph{budgeted social advertising problem} and \emph{unconstrained social advertising problem}. In the first problem, we aim at selecting a set of seeds for each advertiser that minimizes the regret while setting budget constraints on the attention cost; in the second problem, we propose to optimize a linear combination of the regret and attention costs. We prove that both problems are NP-hard, and then develop a constant factor approximation algorithm for each problem.

preprint2015arXiv

Robustness enhancement of cloud computing network based on coupled networks model

As a novel technology, cloud computing attracts more and more people including technology enthusiasts and malicious users. Different from the classical network architecture, cloud environment has many its own features which make the traditional defense mechanism invalid. To make the network more robust against a malicious attack, we introduce a new method to mitigate this risk efficiently and systematically. In this paper, we first propose a coupled networks model which adequately considers the interactions between physical layer and virtual layer in a practical cloud computing environment. Based on this new model and our systematical method, we show that with the addition of protection of some specific nodes in the network structure, the robustness of cloud computing's network can be significantly improved whereas their functionality remains unchanged. Our results demonstrate that our new method can effectively settle the hard problems which cloud computing now is facing without much cost.

preprint2015arXiv

Robustness of s-wave pairing symmetry in iron-based superconductors and its implications to fundamentals on magnetically-driven high temperature superconductivity

Under the assumption that the superconducting state belongs to a single irreducible representation of lattice symmetry, we argue that the pairing symmetry in all measured iron-based superconductors is universally consistent with the A_{1g} s-wave. The robust s-wave pairing throughout the different families of iron-based superconductors at different doping regions signals two fundamental principles behind high T_c superconducting mechanisms: (1) the correspondence principle: the short range magnetic exchange interactions and the Fermi surfaces act collaboratively to achieve high T_c superconductivity and determine pairing symmetries; (2) the magnetic selection pairing rule: the superconductivity is only induced by the magnetic exchange couplings from the superexchange mechanism through cation-anion-cation chemical bondings. These principles explain why the unconventional high T_c superconductivity appears to be such a rare but robust phenomena with its strict requirement on electronic environment. The robust s-wave pairing also reveals that the current standard effective models with only onsite interactions are not sufficient and a minimum microscopic model must include strong nearest neighbor repulsive interactions resulted from the d-d direct bondings to serves as a s-wave symmetry stabilizer. Finally, the sign distribution of the superconducting order parameters in the reciprocal space is simply a consequence of the form factors given by the leading short-range pairings. The sign change of superconducting order parameters on Fermi surfaces is not a necessary requirement in repulsive-interaction-driven high T_c mechanism. The results will guide us to search for new electronic structure that supports high T_c superconductivity.

preprint2015arXiv

Shape Complexes in Continuous Max-Flow Hierarchical Multi-Labeling Problems

Although topological considerations amongst multiple labels have been previously investigated in the context of continuous max-flow image segmentation, similar investigations have yet to be made about shape considerations in a general and extendable manner. This paper presents shape complexes for segmentation, which capture more complex shapes by combining multiple labels and super-labels constrained by geodesic star convexity. Shape complexes combine geodesic star convexity constraints with hierarchical label organization, which together allow for more complex shapes to be represented. This framework avoids the use of co-ordinate system warping techniques to convert shape constraints into topological constraints, which may be ambiguous or ill-defined for certain segmentation problems.

preprint2015arXiv

The effect of randomness for dependency map on the robustness of interdependent lattices

For interdependent networks with identity dependency map, percolation is exactly the same with that on a single network and follows a second-order phase transition, while for random dependency, percolation follows a first-order phase transition. In real networks, the dependency relations between networks are neither identical nor completely random. Thus in this paper, we study the influence of randomness for dependency maps on the robustness of interdependent lattice networks. We introduce approximate entropy($ApEn$) as the measure of randomness of the dependency maps. We find that there is critical $ApEn_c$ below which the percolation is continuous, but for larger $ApEn$, it is a first-order transition. With the increment of $ApEn$, the $p_c$ increases until $ApEn$ reaching ${ApEn}_c'$ and then remains almost constant. The time scale of the system shows rich properties as $ApEn$ increases. Our results uncover that randomness is one of the important factors that lead to cascading failures of spatially interdependent networks.

preprint2014arXiv

$g$-wave Pairing in BiS$_2$ Superconductors

Recent angle resolved photoemission spectroscopy(ARPES) experiments have suggested that BiS$_2$ based superconductors are at very low electron doping. Using random phase approximation(RPA) and functional renormalization group(FRG) methods, we find that $g$-wave pairing symmetry belonging to A$_{2g}$ irreducible representation is dominant at electron doping $x<0.25$. The pairing symmetry is determined by inter-pocket nesting and orbital characters on the Fermi surfaces and is robust in a two-orbital model including both Hund's coupling $J$, and Hubbard-like Coulomb interactions $U$ and $U'$ with relatively small $J$ ($J\leq0.2U$). With the increasing electron doping, the g-wave state competes with both the s-wave $A_{1g}$ and d-wave $B_{2g}$ states and no pairing symmetry emerges dominantly.

preprint2014arXiv

A Continuous Max-Flow Approach to General Hierarchical Multi-Labeling Problems

Multi-region segmentation algorithms often have the onus of incorporating complex anatomical knowledge representing spatial or geometric relationships between objects, and general-purpose methods of addressing this knowledge in an optimization-based manner have thus been lacking. This paper presents Generalized Hierarchical Max-Flow (GHMF) segmentation, which captures simple anatomical part-whole relationships in the form of an unconstrained hierarchy. Regularization can then be applied to both parts and wholes independently, allowing for spatial grouping and clustering of labels in a globally optimal convex optimization framework. For the purposes of ready integration into a variety of segmentation tasks, the hierarchies can be presented in run-time, allowing for the segmentation problem to be readily specified and alternatives explored without undue programming effort or recompilation.

preprint2014arXiv

A Continuous Max-Flow Approach to Multi-Labeling Problems under Arbitrary Region Regularization

The incorporation of region regularization into max-flow segmentation has traditionally focused on ordering and part-whole relationships. A side effect of the development of such models is that it constrained regularization only to those cases, rather than allowing for arbitrary region regularization. Directed Acyclic Graphical Max-Flow (DAGMF) segmentation overcomes these limitations by allowing for the algorithm designer to specify an arbitrary directed acyclic graph to structure a max-flow segmentation. This allows for individual 'parts' to be a member of multiple distinct 'wholes.'

preprint2014arXiv

Functional Renormalization Group Analysis of $η$-Pairing in Iron-based Superconductors

Using functional renormalization group (FRG) approach, we analyze the $η$ pairing in a five d-orbital model for iron-pncitides. We find that the $η$ pairing between two hole pockets is a leading instability at low energy when the two hole pockets are close to a nesting condition. The result suggests that the system can spontaneously enter into a superconducting state with both normal pairing and $η$ paring and the $η$ pairing is driven by the inter-orbital antiferromagnetic exchange coupling while the normal pairing is driven by the intra-orbital antiferromagnetic ones. An effective model at low energy is proposed to account for the $η$ pairing instability.

preprint2014arXiv

MRF denoising with compressed sensing and adaptive filtering

The recently proposed Magnetic Resonance Fingerprinting (MRF) technique can simultaneously estimate multiple parameters through dictionary matching. It has promising potentials in a wide range of applications. However, MRF introduces errors due to undersampling during the data acquisition process and the limit of dictionary resolution. In this paper, we investigate the error source of MRF and propose the technologies of improving the quality of MRF with compressed sensing, error prediction by decision trees, and adaptive filtering. Experimental results support our observations and show significant improvement of the proposed technologies.

preprint2014arXiv

RANCOR: Non-Linear Image Registration with Total Variation Regularization

Optimization techniques have been widely used in deformable registration, allowing for the incorporation of similarity metrics with regularization mechanisms. These regularization mechanisms are designed to mitigate the effects of trivial solutions to ill-posed registration problems and to otherwise ensure the resulting deformation fields are well-behaved. This paper introduces a novel deformable registration algorithm, RANCOR, which uses iterative convexification to address deformable registration problems under total-variation regularization. Initial comparative results against four state-of-the-art registration algorithms are presented using the Internet Brain Segmentation Repository (IBSR) database.

preprint2011arXiv

Comparative study of microwave absorption in Ni/SiO2 and SiO2/Ni core-shell structures

Ni coated SiO2 and SiO2 coated Ni composite particles with core-shell structures were designed, prepared and their microwave absorption properties were characterized. The comparison study of the shell effect on the effective electromagnetic parameters reveals that the effective permittivity/permeability was crucially determined by the percent and the intrinsic electromagnetic parameters of the component materials regardless of various core/shell structures. Both of the composite core-shell structures could have good microwave absorption properties. Investigation of the input impedance indicates that, good microwave absorption performances are a consequence of proper electromagnetic impedance matches when the effective electromagnetic parameters were modulated.