Catalog footprint

What is connected

37works
37topics
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

37 published item(s)

preprint2026arXiv

A saturation-absorption rubidium magnetometer with multilevel optical Bloch-equation modeling for intermediate-to-high fields

We present SASHMAG (Saturated Absorption Spectroscopy High-field MAGnetometer), an atomic sensor designed for precision magnetic-field measurements in the intermediate-to-high field regime ($>0.2\,\text{T}$) using Rubidium-87 ($^{87}Rb$). The sensor operates in the hyperfine Paschen-Back regime, where the hyperfine and Zeeman interactions decouple, and utilizes counter-propagating pump-probe configuration in Faraday geometry to resolve isolated, Doppler-free Zeeman transitions. To interpret the resulting spectra in this strongly field-dependent regime, we developed a comprehensive multilevel optical Bloch-equation model solved explicitly in the uncoupled $\ket{m_I, m_J}$ basis, capturing state mixing and nonlinear saturation dynamics. This model reproduces measured spectra at sub-Doppler resolution and is consistent with analytical expectations for power broadening and thermal Doppler scaling. Magnetic field estimation is performed using a physics-constrained optimization routine that infers the magnetic field by minimizing the residual between experimentally extracted line centers and calculated transition frequencies from the field-dependent Hamiltonian. We demonstrate magnetic field retrieval from $0.2\,\text{T}$ to $0.4\,\text{T}$ with a precision of $\pm 0.0017 \,\text{T}$). Furthermore, the validated simulation establishes a foundation for generating synthetic training datasets, paving the way for autonomous, Machine Learning-enhanced magnetometry in applications ranging from MRI to fusion reactors.

preprint2022arXiv

Private Graph Data Release: A Survey

The application of graph analytics to various domains has yielded tremendous societal and economical benefits in recent years. However, the increasingly widespread adoption of graph analytics comes with a commensurate increase in the need to protect private information in graph data, especially in light of the many privacy breaches in real-world graph data that was supposed to preserve sensitive information. This paper provides a comprehensive survey of private graph data release algorithms that seek to achieve the fine balance between privacy and utility, with a specific focus on provably private mechanisms. Many of these mechanisms are natural extensions of the Differential Privacy framework to graph data, but we also investigate more general privacy formulations like Pufferfish Privacy that address some of the limitations of Differential Privacy. We also provide a wide-ranging survey of the applications of private graph data release mechanisms to social networks, finance, supply chain, and health care. This survey paper and the taxonomy it provides should benefit practitioners and researchers alike in the increasingly important area of private analytics and data release.

preprint2022arXiv

The Fellowship of the Authors: Disambiguating Names from Social Network Context

Most NLP approaches to entity linking and coreference resolution focus on retrieving similar mentions using sparse or dense text representations. The common "Wikification" task, for instance, retrieves candidate Wikipedia articles for each entity mention. For many domains, such as bibliographic citations, authority lists with extensive textual descriptions for each entity are lacking and ambiguous named entities mostly occur in the context of other named entities. Unlike prior work, therefore, we seek to leverage the information that can be gained from looking at association networks of individuals derived from textual evidence in order to disambiguate names. We combine BERT-based mention representations with a variety of graph induction strategies and experiment with supervised and unsupervised cluster inference methods. We experiment with data consisting of lists of names from two domains: bibliographic citations from CrossRef and chains of transmission (isnads) from classical Arabic histories. We find that in-domain language model pretraining can significantly improve mention representations, especially for larger corpora, and that the availability of bibliographic information, such as publication venue or title, can also increase performance on this task. We also present a novel supervised cluster inference model which gives competitive performance for little computational effort, making it ideal for situations where individuals must be identified without relying on an exhaustive authority list.

preprint2022arXiv

Tradeoffs in Resampling and Filtering for Imbalanced Classification

Imbalanced classification problems are extremely common in natural language processing and are solved using a variety of resampling and filtering techniques, which often involve making decisions on how to select training data or decide which test examples should be labeled by the model. We examine the tradeoffs in model performance involved in choices of training sample and filter training and test data in heavily imbalanced token classification task and examine the relationship between the magnitude of these tradeoffs and the base rate of the phenomenon of interest. In experiments on sequence tagging to detect rare phenomena in English and Arabic texts, we find that different methods of selecting training data bring tradeoffs in effectiveness and efficiency. We also see that in highly imbalanced cases, filtering test data using first-pass retrieval models is as important for model performance as selecting training data. The base rate of a rare positive class has a clear effect on the magnitude of the changes in performance caused by the selection of training or test data. As the base rate increases, the differences brought about by those choices decreases.

preprint2021arXiv

The art of coarse Stokes: Richardson extrapolation improves the accuracy and efficiency of the method of regularized stokeslets

The method of regularised stokeslets is widely used in microscale biological fluid dynamics due to its ease of implementation, natural treatment of complex moving geometries, and removal of singular functions to integrate. The standard implementation of the method is subject to high computational cost due to the coupling of the linear system size to the numerical resolution required to resolve the rapidly-varying regularised stokeslet kernel. Here we show how Richardson extrapolation with coarse values of the regularisation parameter is ideally-suited to reduce the quadrature error, hence dramatically reducing the storage and solution costs without loss of accuracy. Numerical experiments on the resistance and mobility problems in Stokes flow support the analysis, confirming several orders of magnitude improvement in accuracy and/or efficiency.

preprint2020arXiv

Designing Environments Conducive to Interpretable Robot Behavior

Designing robots capable of generating interpretable behavior is a prerequisite for achieving effective human-robot collaboration. This means that the robots need to be capable of generating behavior that aligns with human expectations and, when required, provide explanations to the humans in the loop. However, exhibiting such behavior in arbitrary environments could be quite expensive for robots, and in some cases, the robot may not even be able to exhibit the expected behavior. Given structured environments (like warehouses and restaurants), it may be possible to design the environment so as to boost the interpretability of the robot's behavior or to shape the human's expectations of the robot's behavior. In this paper, we investigate the opportunities and limitations of environment design as a tool to promote a type of interpretable behavior -- known in the literature as explicable behavior. We formulate a novel environment design framework that considers design over multiple tasks and over a time horizon. In addition, we explore the longitudinal aspect of explicable behavior and the trade-off that arises between the cost of design and the cost of generating explicable behavior over a time horizon.

preprint2020arXiv

Peer-to-Peer Trading in Electricity Networks: An Overview

Peer-to-peer trading is a next-generation energy management technique that economically benefits proactive consumers (prosumers) transacting their energy as goods and services. At the same time, peer-to-peer energy trading is also expected to help the grid by reducing peak demand, lowering reserve requirements, and curtailing network loss. However, large-scale deployment of peer-to-peer trading in electricity networks poses a number of challenges in modeling transactions in both the virtual and physical layers of the network. As such, this article provides a comprehensive review of the state-of-the-art in research on peer-to-peer energy trading techniques. By doing so, we provide an overview of the key features of peer-to-peer trading and its benefits of relevance to the grid and prosumers. Then, we systematically classify the existing research in terms of the challenges that the studies address in the virtual and the physical layers. We then further identify and discuss those technical approaches that have been extensively used to address the challenges in peer-to-peer transactions. Finally, the paper is concluded with potential future research directions.

preprint2020arXiv

The Cost of Privacy in Asynchronous Differentially-Private Machine Learning

We consider training machine learning models using Training data located on multiple private and geographically-scattered servers with different privacy settings. Due to the distributed nature of the data, communicating with all collaborating private data owners simultaneously may prove challenging or altogether impossible. In this paper, we develop differentially-private asynchronous algorithms for collaboratively training machine-learning models on multiple private datasets. The asynchronous nature of the algorithms implies that a central learner interacts with the private data owners one-on-one whenever they are available for communication without needing to aggregate query responses to construct gradients of the entire fitness function. Therefore, the algorithm efficiently scales to many data owners. We define the cost of privacy as the difference between the fitness of a privacy-preserving machine-learning model and the fitness of trained machine-learning model in the absence of privacy concerns. We prove that we can forecast the performance of the proposed privacy-preserving asynchronous algorithms. We demonstrate that the cost of privacy has an upper bound that is inversely proportional to the combined size of the training datasets squared and the sum of the privacy budgets squared. We validate the theoretical results with experiments on financial and medical datasets. The experiments illustrate that collaboration among more than 10 data owners with at least 10,000 records with privacy budgets greater than or equal to 1 results in a superior machine-learning model in comparison to a model trained in isolation on only one of the datasets, illustrating the value of collaboration and the cost of the privacy. The number of the collaborating datasets can be lowered if the privacy budget is higher.

preprint2019arXiv

Multi-stage Antenna Selection for Adaptive Beamforming in MIMO Arrays

Increasing the number of transmit and receive elements in multiple-input-multiple-output (MIMO) antenna arrays imposes a substantial increase in hardware and computational costs. We mitigate this problem by employing a reconfigurable MIMO array where large transmit and receive arrays are multiplexed in a smaller set of k baseband signals. We consider four stages for the MIMO array configuration and propose four different selection strategies to offer dimensionality reduction in post-processing and achieve hardware cost reduction in digital signal processing (DSP) and radio-frequency (RF) stages. We define the problem as a determinant maximization and develop a unified formulation to decouple the joint problem and select antennas/elements in various stages in one integrated problem. We then analyze the performance of the proposed selection approaches and prove that, in terms of the output SINR, a joint transmit-receive selection method performs best followed by matched-filter, hybrid and factored selection methods. The theoretical results are validated numerically, demonstrating that all methods allow an excellent trade-off between performance and cost.

preprint2016arXiv

A numerical implementation of the unified Fokas transform for evolution problems on a finite interval

We present the numerical solution of two-point boundary value problems for a third order linear PDE, representing a linear evolution in one space dimension. The difficulty of this problem is in the numerical imposition of the boundary conditions, and to our knowledge, no such computations exist. Instead of computing the evolution numerically, we evaluate the solution representation formula obtained by the unified transform of Fokas. This representation involves complex line integrals, but in order to evaluate these integrals numerically, it is necessary to deform the integration contours using appropriate deformation mappings. We formulate a strategy to implement effectively this deformation, which allows us to obtain accurate numerical results.

preprint2016arXiv

Cooperative communications for sleep monitoring in wireless body area networks

This paper investigates the performance of cooperative receive diversity, for the wireless body area network (WBAN) radio channel, compliant with the IEEE 802.15.6 Standard, in the case of monitoring a sleeping person. Extensive WBAN measurements near the 2.4 GHz ISM band were used. Up to 7 dB and 20% improvement for two-hop communications with the use of relays are empirically demonstrated with respect to outage probability and outage duration, with 3-branch cooperative selection combining and 3-branch cooperative switch-and-examine combining.

preprint2016arXiv

Lifted Region-Based Belief Propagation

Due to the intractable nature of exact lifted inference, research has recently focused on the discovery of accurate and efficient approximate inference algorithms in Statistical Relational Models (SRMs), such as Lifted First-Order Belief Propagation. FOBP simulates propositional factor graph belief propagation without constructing the ground factor graph by identifying and lifting over redundant message computations. In this work, we propose a generalization of FOBP called Lifted Generalized Belief Propagation, in which both the region structure and the message structure can be lifted. This approach allows more of the inference to be performed intra-region (in the exact inference step of BP), thereby allowing simulation of propagation on a graph structure with larger region scopes and fewer edges, while still maintaining tractability. We demonstrate that the resulting algorithm converges in fewer iterations to more accurate results on a variety of SRMs.

preprint2016arXiv

Management of Renewable Energy for A Shared Facility Controller in Smart Grid

This paper proposes an energy management scheme to maximize the use of solar energy in the smart grid. In this context, a shared facility controller (SFC) with a number of solar photovoltaic (PV) panels in a smart community is considered that has the capability to schedule the generated energy for consumption and trade to other entities. Particularly, a mechanism is designed for the SFC to decide on the energy surplus, if there is any, that it can use to charge its battery and sell to the households and the grid based on the offered prices. In this regard, a hierarchical energy management scheme is proposed with a view to reduce the total operational cost to the SFC. The concept of a virtual cost (VC) is introduced that aids the SFC to estimate its future operational cost based on some available current information. The energy management is conducted for three different cases and the optimal cost to the SFC is determined for each case via the theory of maxima and minima. A real-time algorithm is proposed to reach the optimal cost for all cases and some numerical examples are provided to demonstrate the beneficial properties of the proposed scheme.

preprint2016arXiv

Radio emissions from double RHESSI TGFs

A detailed analysis of Reuven Ramaty High Energy Solar Spectroscopic Imager (RHESSI) terrestrial gamma ray flashes (TGFs) is performed in association with World Wide Lightning Location Network (WWLLN) sources and very low frequency (VLF) sferics recorded at Duke University. RHESSI clock offset is evaluated and found to experience changes on the 5 August 2005 and 21 October 2013, based on the analysis of TGF-WWLLN matches. The clock offsets were found for all three periods of observations with standard deviations less than 100 μs. This result opens the possibility for the precise comparative analyses of RHESSI TGFs with the other types of data (WWLLN, radio measurements, etc.) In case of multiple-peak TGFs, WWLLN detections are observed to be simultaneous with the last TGF peak for all 16 cases of multipeak RHESSI TGFs simultaneous with WWLLN sources. VLF magnetic field sferics were recorded for two of these 16 events at Duke University. These radio measurements also attribute VLF sferics to the second peak of the double TGFs, exhibiting no detectable radio emission during the first TGF peak. Possible scenarios explaining these observations are proposed. Double (multipeak) TGFs could help to distinguish between the VLF radio emission radiated by the recoil currents in the +IC leader channel and the VLF emission from the TGF producing electrons.

preprint2015arXiv

Approximations of injective modules and finitistic dimension

Let $Λ$ be an artin algebra and let $\mathcal{P}^{<\infty}_Λ$ the category of finitely generated right $Λ$-modules of finite projective dimension. We show that $\mathcal{P}^{<\infty}_Λ$ is contravariantly finite in $\rm mod\,Λ$ if and only if the direct sum $E$ of the indecomposable Ext-injective modules in $\mathcal{P}^{<\infty}_Λ$ form a tilting module in $\rm mod\,Λ$. Moreover, we show that in this case $E$ coincides with the direct sum of the minimal right $\mathcal{P}^{<\infty}_Λ$-approximations of the indecomposable $Λ$-injective modules and that the projective dimension of $E$ equal to the finitistic dimension of $Λ$.

preprint2015arXiv

Cost Minimization of Charging Stations with Photovoltaics: An Approach with EV Classification

This paper proposes a novel electric vehicle (EV) classification scheme for a photovoltaic (PV) powered EV charging station (CS) that reduces the effect of intermittency of electricity supply as well as reducing the cost of energy trading of the CS. Since not all EV drivers would like to be environmentally friendly, all vehicles in the CS are divided into three categories: 1) premium, 2) conservative, and 3) green, according to their charging behavior. Premium and conservative EVs are considered to be interested only in charging their batteries, with noticeably higher rate of charging for premium EVs. Green vehicles are more environmentally friendly, and thus assist the CS to reduce its cost of energy trading by allowing the CS to use their batteries as distributed storage. A different charging scheme is proposed for each type of EV, which is adopted by the CS to encourage more EVs to be green. A basic mixed integer programming (MIP) technique is used to facilitate the proposed classification scheme. It is shown that the uncertainty in PV generation can be effectively compensated, along with minimization of total cost of energy trading to the CS, by consolidating more green EVs. Real solar and pricing data are used for performance analysis of the system. It is demonstrated that the total cost to the CS reduces considerably as the percentage of green vehicles increases, and also that the contributions of green EVs in winter are greater than those in summer.

preprint2015arXiv

Filtering subcategories of modules of an artinian algebra

Let $A$ be an artinian algebra, and let $\mathcal{C}$ be a subcategory of mod$A$ that is closed under extensions. When $\mathcal{C}$ is closed under kernels of epimorphisms (or closed under cokernels of monomorphisms), we describe the smallest class of modules that filters $\mathcal{C}$. As a consequence, we obtain sufficient conditions for the finitistic dimension of an algebra over a field to be finite. We also apply our results to the torsion pairs. In particular, when a torsion pair is induced by a tilting module, we show that the smallest classes of modules that filter the torsion and torsion-free classes are completely compatible with the quasi-equivalences of Brenner and Butler.

preprint2015arXiv

Infinite friezes and triangulations of the strip

The infinite friezes of positive integers were introduced by Tschabold as a variation of the classical Conway-Coxeter frieze patterns. These infinite friezes were further shown be to realizable via triangulations of the infinite strip by Baur, Parsons and Tschabold. In this paper, we show that the construction of Baur, Parsons and Tschabold can be slightly adapted in order to obtain a bijection between the infinite friezes and the so-called admissible triangulations of the infinite strip with no special marked points on the upper boundary. As a consequence, we obtain that the infinite friezes with enough ones are in bijection with the admissible triangulations of the infinity-gon.

preprint2015arXiv

Price discrimination for energy trading in smart grid: A game theoretic approach

Pricing schemes are an important smart grid feature to affect typical energy usage behavior of energy users (EUs). However, most existing schemes use the assumption that a buyer pays the same price per unit of energy to all suppliers at any particular time when energy is bought. By contrast, here a discriminate pricing technique using game theory is studied. A cake cutting game is investigated, in which participating EUs in a smart community decide on the price per unit of energy to charge a shared facility controller (SFC) in order to sell surplus energy. The focus is to study fairness criteria to maximize sum benefits to EUs and ensure an envy-free energy trading market. A benefit function is designed that leverages generation of discriminate pricing by each EU, according to the amount of surplus energy that an EU trades with the SFC and the EU's sensitivity to price. It is shown that the game possesses a socially optimal, and hence also Pareto optimal, solution. Further, an algorithm that can be implemented by each EU in a distributed manner to reach the optimal solution is proposed. Numerical case studies are given that demonstrate beneficial properties of the scheme.

preprint2015arXiv

Socially Optimal Coexistence of Wireless Body Area Networks Enabled by a Non-Cooperative Game

In this paper, we enable the coexistence of multiple wireless body area networks (BANs) using a finite repeated non-cooperative game for transmit power control. With no coordination amongst these personal sensor networks, the proposed game maximizes each network's packet delivery ratio (PDR) at low transmit power. In this context we provide a novel utility function, which gives reduced benefit to players with higher transmission power, and a subsequent reduction in radio interference to other coexisting BANs. Considering the purpose of inter-BAN interference mitigation, PDR is expressed as a compressed exponential function of inverse signal-to-interference-and-noise ratio (SINR), so it is essentially a function of transmit powers of all coexisting BANs. It is shown that a unique Nash Equilibrium (NE) exists, and hence there is a subgame-perfect equilibrium, considering best-response at each stage independent of history. In addition, the NE is proven to be the socially optimal solution across all action profiles. Realistic and extensive on- and inter-body channel models are employed. Results confirm the effectiveness of the proposed scheme in better interference management, greater reliability and reduced transmit power, when compared with other schemes that can be applied in BANs.

preprint2015arXiv

The Application of Non-Cooperative Stackelberg Game Theory in Behavioral Science: Social Optimality with any Number of Players

Here we present a ground-breaking new postulate for game theory. The first part of this postulate contains the axiomatic observation that all games are created by a designer, whether they are: e.g., (dynamic/static) or (stationary/non-stationary) or (sequential/one-shot) non-cooperative games, and importantly, whether or not they are intended to represent a non-cooperative Stackelberg game, they can be mapped to a Stackelberg game. I.e., the game designer is the leader who is totally rational and honest, and the followers are mapped to the players of the designed game. If now the game designer, or "the leader" in the Stackelberg context, adopts a pure strategy, we postulate the following second part following from axiomatic observation of ultimate game leadership, where empirical insight leads to the second part of this postulate. Importantly, implementing a non-cooperative Stackelberg game, with a very honest and rational leader results in social optimality for all players (followers), assuming pure strategy across all followers and leader, and that the leader is totally rational, honest, and is able to achieve a minimum amount of competency in leading this game, with any finite number of iterations of leading this finite game.

preprint2013arXiv

Coexistence and Interference Mitigation for Wireless Body Area Networks: Improvements using On-Body Opportunistic Relaying

Coexistence, and hence interference mitigation, across multiple wireless body area networks (WBANs) is an important problem as WBANs become more pervasive. Here, two-hop relay-assisted cooperative communications using opportunistic relaying (OR) is proposed for enhancement of coexistence for WBANs. Suitable time division multiple access (TDMA) schemes are employed for both intra-WBAN and inter-WBANs access protocols. To emulate actual conditions of WBAN use, extensive on-body and inter-body "everyday" channel measurements are employed. In addition, a realistic inter-WBAN channel model is simulated to investigate the effect of body shadowing and hub location on WBAN performance in enabling coexistence. When compared with single-link communications, it is found that opportunistic relaying can provide significant improvement, in terms of signal-to-interference+noise ratio (SINR), to outage probability and level crossing rate (LCR) into outages. However, average outage duration (AOD) is not affected. In addition a lognormal distribution shows a better fit to received SINR when the channel coherence time is small, and a Nakagami-m distribution is a more common fit when the channel is more stable. According to the estimated SINR distributions, theoretical outage probability, LCR and AOD are shown to match the empirical results well.

preprint2013arXiv

High-Angular-Resolution and High-Sensitivity Science Enabled by Beamformed ALMA

An international consortium is presently constructing a beamformer for the Atacama Large Millimeter/submillimeter Array (ALMA) in Chile that will be available as a facility instrument. The beamformer will aggregate the entire collecting area of the array into a single, very large aperture. The extraordinary sensitivity of phased ALMA, combined with the extremely fine angular resolution available on baselines to the Northern Hemisphere, will enable transformational new very long baseline interferometry (VLBI) observations in Bands 6 and 7 (1.3 and 0.8 mm) and provide substantial improvements to existing VLBI arrays in Bands 1 and 3 (7 and 3 mm). The ALMA beamformer will have impact on a variety of scientific topics, including accretion and outflow processes around black holes in active galactic nuclei (AGN), tests of general relativity near black holes, jet launch and collimation from AGN and microquasars, pulsar and magnetar emission processes, the chemical history of the universe and the evolution of fundamental constants across cosmic time, maser science, and astrometry.

preprint2013arXiv

Prioritizing Consumers in Smart Grid: A Game Theoretic Approach

This paper proposes an energy management technique for a consumer-to-grid system in smart grid. The benefit to consumers is made the primary concern to encourage consumers to participate voluntarily in energy trading with the central power station (CPS) in situations of energy deficiency. A novel system model motivating energy trading under the goal of social optimality is proposed. A single-leader multiple-follower Stackelberg game is then studied to model the interactions between the CPS and a number of energy consumers (ECs), and to find optimal distributed solutions for the optimization problem based on the system model. The CPS is considered as a leader seeking to minimize its total cost of buying energy from the ECs, and the ECs are the followers who decide on how much energy they will sell to the CPS for maximizing their utilities. It is shown that the game, which can be implemented distributedly, possesses a socially optimal solution, in which the benefits-sum to all consumers is maximized, as the total cost to the CPS is minimized. Numerical analysis confirms the effectiveness of the game.

preprint2012arXiv

Human sperm cells swimming in micro-channels

The migratory abilities of motile human spermatozoa in vivo are essential for natural fertility, but it remains a mystery what properties distinguish the tens of cells which find an egg from the millions of cells ejaculated. To reach the site of fertilization, sperm must traverse narrow and convoluted channels, filled with viscous fluids. To elucidate individual and group behaviors that may occur in the complex three-dimensional female tract environment, we examine the behavior of migrating sperm in assorted micro-channel geometries. Cells rarely swim in the central part of the channel cross-section, instead traveling along the intersection of the channel walls (`channel corners'). When the channel turns sharply, cells leave the corner, continuing ahead until hitting the opposite wall of the channel, with a distribution of departure angles, the latter being modulated by fluid viscosity. If the channel bend is smooth, cells depart from the inner wall when the curvature radius is less than a threshold value close to 150 micron. Specific wall shapes are able to preferentially direct motile cells. As a consequence of swimming along the corners, the domain occupied by cells becomes essentially 1-dimensional. This leads to frequent collisions and needs to be accounted for when modeling the behavior of populations of migratory cells and considering how sperm populate and navigate the female tract. The combined effect of viscosity and three-dimensional architecture should be accounted for in future in vitro studies of sperm chemoattraction.

preprint2012arXiv

Opportunistic Relaying in Wireless Body Area Networks: Coexistence Performance

In this paper, a cooperative two-hop communication scheme, together with opportunistic relaying (OR), is applied within a mobile wireless body area network (WBAN). Its effectiveness in interference mitigation is investigated in a scenario where there are multiple closely-located networks. Due to a typical WBAN's nature, no coordination is used among different WBANs. A suitable time-division-multiple-access (TDMA) is adopted as both an intra-network and also an inter-network access scheme. Extensive on-body and off-body channel gain measurements are employed to gauge performance, which are overlaid to simulate a realistic WBAN working environment. It is found that opportunistic relaying is able to improve the signal-to-interference-and-noise ratio (SINR) threshold value at outage probability of 10% by an average of 5 dB, and it is also shown that it can reduce level crossing rate (LCR) significantly at a low SINR threshold value. Furthermore, this scheme is more efficient when on-body channels fade less slowly.

preprint2012arXiv

Optimal Limited Contingency Planning

For a given problem, the optimal Markov policy can be considerred as a conditional or contingent plan containing a (potentially large) number of branches. Unfortunately, there are applications where it is desirable to strictly limit the number of decision points and branches in a plan. For example, it may be that plans must later undergo more detailed simulation to verify correctness and safety, or that they must be simple enough to be understood and analyzed by humans. As a result, it may be necessary to limit consideration to plans with only a small number of branches. This raises the question of how one goes about finding optimal plans containing only a limited number of branches. In this paper, we present an any-time algorithm for optimal k-contingency planning (OKP). It is the first optimal algorithm for limited contingency planning that is not an explicit enumeration of possible contingent plans. By modelling the problem as a Partially Observable Markov Decision Process, it implements the Bellman optimality principle and prunes the solution space. We present experimental results of applying this algorithm to some simple test cases.

preprint2012arXiv

Planning under Continuous Time and Resource Uncertainty: A Challenge for AI

We outline a class of problems, typical of Mars rover operations, that are problematic for current methods of planning under uncertainty. The existing methods fail because they suffer from one or more of the following limitations: 1) they rely on very simple models of actions and time, 2) they assume that uncertainty is manifested in discrete action outcomes, 3) they are only practical for very small problems. For many real world problems, these assumptions fail to hold. In particular, when planning the activities for a Mars rover, none of the above assumptions is valid: 1) actions can be concurrent and have differing durations, 2) there is uncertainty concerning action durations and consumption of continuous resources like power, and 3) typical daily plans involve on the order of a hundred actions. This class of problems may be of particular interest to the UAI community because both classical and decision-theoretic planning techniques may be useful in solving it. We describe the rover problem, discuss previous work on planning under uncertainty, and present a detailed, but very small, example illustrating some of the difficulties of finding good plans.

preprint2011arXiv

Flat-face approximations of invisibility cloaks with planar metamaterial layers

Transformation optics (TO) is a powerful tool for the design of artiffcial materials with unprecedented optical properties. Here, we propose the approximation of TO structures of arbitrary shape by faceting, in which curved surfaces are approximated by at metamaterial layers that can be implemented by standard fabrication and stacking techniques. We illustrate the approximation approach for the specific example of a cylindrical invisibility cloak. First, we introduce a numerical method for the design of cloaks with arbitrary boundary shapes, and apply it to faceted shapes. Subsequently, we reduce the complexity of the metamaterials needed to implement the perfect faceted cloak by introducing several approximations, whose validity is quantified by an investigation of the scattering cross section.

preprint2011arXiv

Locating the LCROSS Impact Craters

The Lunar CRater Observations and Sensing Satellite (LCROSS) mission impacted a spent Centaur rocket stage into a permanently shadowed region near the lunar south pole. The Sheperding Spacecraft (SSC) separated \sim9 hours before impact and performed a small braking maneuver in order to observe the Centaur impact plume, looking for evidence of water and other volatiles, before impacting itself. This paper describes the registration of imagery of the LCROSS impact region from the mid- and near-infrared cameras onboard the SSC, as well as from the Goldstone radar. We compare the Centaur impact features, positively identified in the first two, and with a consistent feature in the third, which are interpreted as a 20 m diameter crater surrounded by a 160 m diameter ejecta region. The images are registered to Lunar Reconnaisance Orbiter (LRO) topographical data which allows determination of the impact location. This location is compared with the impact location derived from ground-based tracking and propagation of the spacecraft's trajectory and with locations derived from two hybrid imagery/trajectory methods. The four methods give a weighted average Centaur impact location of -84.6796\circ, -48.7093\circ, with a 1σ un- certainty of 115 m along latitude, and 44 m along longitude, just 146 m from the target impact site. Meanwhile, the trajectory-derived SSC impact location is -84.719\circ, -49.61\circ, with a 1σ uncertainty of 3 m along the Earth vector and 75 m orthogonal to that, 766 m from the target location and 2.803 km south-west of the Centaur impact. We also detail the Centaur impact angle and SSC instrument pointing errors. Six high-level LCROSS mission requirements are shown to be met by wide margins. We hope that these results facilitate further analyses of the LCROSS experiment data and follow-up observations of the impact region.

preprint2011arXiv

Mutation of cluster-tilting objects and potentials

We prove that mutation of cluster-tilting objects in triangulated 2-Calabi-Yau categories is closely connected with mutation of quivers with potentials. This gives a close connection between 2-CY-tilted algebras and Jacobian algebras associated with quivers with potentials. We show that cluster-tilted algebras are Jacobian and also that they are determined by their quivers. There are similar results when dealing with tilting modules over 3-CY algebras. The nearly Morita equivalence for 2-CY-tilted algebras is shown to hold for the finite length modules over Jacobian algebras.

preprint2010arXiv

Memory Metamaterials

The resonant elements that grant metamaterials their unique properties have the fundamental limitation of restricting their useable frequency bandwidth. The development of frequency-agile metamaterials has helped to alleviate these bandwidth restrictions by allowing real-time tuning of the metamaterial frequency response. We demonstrate electrically-controlled persistent frequency tuning of a metamaterial, allowing lasting modification of its response using a transient stimulus. This work demonstrates a form of memory capacitance which interfaces metamaterials with a class of devices known collectively as memory devices.

preprint2001arXiv

Inelastic Dark Matter

Many observations suggest that much of the matter of the universe is non-baryonic. Recently, the DAMA NaI dark matter direct detection experiment reported an annual modulation in their event rate consistent with a WIMP relic. However, the Cryogenic Dark Matter Search (CDMS) Ge experiment excludes most of the region preferred by DAMA. We demonstrate that if the dark matter can only scatter by making a transition to a slightly heavier state (Delta m ~ 100kev), the experiments are no longer in conflict. Moreover, differences in the energy spectrum of nuclear recoil events could distinguish such a scenario from the standard WIMP scenario. Finally, we discuss the sneutrino as a candidate for inelastic dark matter in supersymmetric theories.

preprint2001arXiv

Towards a Theory of Flavor from Orbifold GUTs

We show that the recently constructed 5-dimensional supersymmetric $S^1/(Z_2\times Z_2')$ orbifold GUT models allow an appealing explanation of the observed hierarchical structure of the quark and lepton masses and mixing angles. Flavor hierarchies arise from the geometrical suppression of some couplings when fields propagate in different numbers of dimensions, or on different fixed branes. Restrictions arising from locality in the extra dimension allow interesting texture zeroes to be easily generated. In addition the detailed nature of the SU(5)-breaking orbifold projections lead to simple theories where $b-τ$ unification is maintained but similar disfavored SU(5) relations for the lighter generations are naturally avoided. We find that simple 5d models based on $S^1/(Z_2\times Z_2')$ are strikingly successful in explaining many features of the masses and mixing angles of the 2nd and 3rd generation. Successful three generation models of flavor including neutrinos are constructed by generalizing the $S^1/(Z_2\times Z'_2)$ model to six dimensions. Large angle neutrino mixing is elegantly accommodated. Novel features of these models include a simple $m_u=0$ configuration leading to a solution of the strong CP problem.

preprint1997arXiv

Relativistically smeared X-ray reprocessed components in the GINGA spectra of GS 2023+338

We present results of spectral analysis of Ginga data obtained during the decline phase after the 1989 outburst of GS 2023+338 (V404 Cyg). Our analysis includes detailed modelling of the effects of X-ray reflection/reprocessing. We have found that (1) the contribution of the reprocessed component (both continuum and line) corresponds to the solid angle of the reprocessor as seen from the X-ray source of Omega \approx (0.4-0.5) 2π, (2) the reprocessed component (both line and continuum) is broadened (``smeared'') by kinematic and relativistic effects, as expected from the accretion disk reflection. We discuss the constraints these results give on various possible system geometries.