-
Additive Manufacturing of functionalised atomic vapour cells for next-generation quantum technologies
Authors:
Feiran Wang,
Nathan Cooper,
Yinfeng He,
Benjamin Hopton,
David Johnson,
Peng Zhao,
T. Mark Fromhold,
Christopher J. Tuck,
Richard Hague,
Ricky D. Wildman,
Lyudmila Turyanska,
Lucia Hackermüller
Abstract:
Atomic vapour cells are an indispensable tool for quantum technologies (QT), but potential improvements are limited by the capacities of conventional manufacturing methods. Using an additive manufacturing (AM) technique - vat polymerisation by digital light processing - we demonstrate, for the first time, a 3D-printed glass vapour cell. The exploitation of AM capacities allows intricate internal a…
▽ More
Atomic vapour cells are an indispensable tool for quantum technologies (QT), but potential improvements are limited by the capacities of conventional manufacturing methods. Using an additive manufacturing (AM) technique - vat polymerisation by digital light processing - we demonstrate, for the first time, a 3D-printed glass vapour cell. The exploitation of AM capacities allows intricate internal architectures, overprinting of 2D optoelectronical materials to create integrated sensors and surface functionalisation, while also showing the ability to tailor the optical properties of the AM glass by in-situ growth of gold nanoparticles. The produced cells achieve ultra-high vacuum of $2 \times 10^{-9}$ mbar and enable Doppler-free spectroscopy; we demonstrate laser frequency stabilisation as a QT application. These results highlight the transformative role that AM can play for QT in enabling compact, optimised and integrated multi-material components and devices.
△ Less
Submitted 21 June, 2024;
originally announced June 2024.
-
Portfolio Construction Using Stratified Models
Authors:
Jonathan Tuck,
Shane Barratt,
Stephen Boyd
Abstract:
In this paper we develop models of asset return mean and covariance that depend on some observable market conditions, and use these to construct a trading policy that depends on these conditions, and the current portfolio holdings. After discretizing the market conditions, we fit Laplacian regularized stratified models for the return mean and covariance. These models have a different mean and cova…
▽ More
In this paper we develop models of asset return mean and covariance that depend on some observable market conditions, and use these to construct a trading policy that depends on these conditions, and the current portfolio holdings. After discretizing the market conditions, we fit Laplacian regularized stratified models for the return mean and covariance. These models have a different mean and covariance for each market condition, but are regularized so that nearby market conditions have similar models. This technique allows us to fit models for market conditions that have not occurred in the training data, by borrowing strength from nearby market conditions for which we do have data. These models are combined with a Markowitz-inspired optimization method to yield a trading policy that is based on market conditions. We illustrate our method on a small universe of 18 ETFs, using three well known and publicly available market variables to construct 1000 market conditions, and show that it performs well out of sample. The method, however, is general, and scales to much larger problems, that presumably would use proprietary data sources and forecasts along with publicly available data.
△ Less
Submitted 8 February, 2021; v1 submitted 11 January, 2021;
originally announced January 2021.
-
Persistent Data Retention Models
Authors:
Tiancong Wang,
James Tuck
Abstract:
Non-Volatile Memory devices may soon be a part of main memory, and programming models that give programmers direct access to persistent memory through loads and stores are sought to maximize the performance benefits of these new devices. Direct access introduces new challenges. In this work, we identify an important aspect of programming for persistent memory: the persistent data retention model.…
▽ More
Non-Volatile Memory devices may soon be a part of main memory, and programming models that give programmers direct access to persistent memory through loads and stores are sought to maximize the performance benefits of these new devices. Direct access introduces new challenges. In this work, we identify an important aspect of programming for persistent memory: the persistent data retention model.
A Persistent Data Retention Model describes what happens to persistent data when code that uses it is modified. We identify two models present in prior work but not described as such, the Reset and Manual Model, and we propose a new one called the Automatic Model. The Reset model discards all persistent data when a program changes leading to performance overheads and write amplification. In contrast, if data is to be retained, the Manual Model relies on the programmer to implement code that upgrades data from one version of the program to the next. This reduces overheads but places a larger burden on the programmer.
We propose the Automatic Model to assist a programmer by automating some or all of the conversion. We describe one such automatic approach, Lazily Extendible Data Structures, that uses language extensions and compiler support to reduce the effort and complexity associated with updating persistent data. We evaluate our PDRMs in the context of the Persistent Memory Development Kit (PMDK) using kernels and the TPC-C application. Manual Model shows an overhead of 2.90% to 4.10% on average, and LEDS shows overhead of 0.45% to 10.27% on average, depending on the workload. LEDS reduces the number of writes by 26.36% compared to Manual Model. Furthermore, LEDS significantly reduces the programming complexity by relying on the compiler to migrate persistent data.
△ Less
Submitted 30 September, 2020;
originally announced September 2020.
-
Universal mobility characteristics of graphene originating from electron/hole scattering by ionised impurities
Authors:
Jonathan H. Gosling,
Oleg Makarovsky,
Feiran Wang,
Nathan D Cottam,
Mark T. Greenaway,
Amalia Patanè,
Ricky Wildman,
Christopher J. Tuck,
Lyudmila Turyanska,
T. Mark Fromhold
Abstract:
Pristine graphene and graphene-based heterostructures exhibit exceptionally high electron mobility and conductance if their surface contains few electron-scattering impurities. Here, we reveal a universal connection between graphene's carrier mobility and the variation of its electrical conductance with carrier density. Our model of graphene conductivity is based on a convolution of carrier densit…
▽ More
Pristine graphene and graphene-based heterostructures exhibit exceptionally high electron mobility and conductance if their surface contains few electron-scattering impurities. Here, we reveal a universal connection between graphene's carrier mobility and the variation of its electrical conductance with carrier density. Our model of graphene conductivity is based on a convolution of carrier density and its uncertainty, which reproduces the observed universality. Taking a single conductance measurement as input, this model accurately predicts the full shape of the conductance versus carrier density curves for a wide range of reported graphene samples. We verify the convolution model by numerically solving the Boltzmann transport equation to analyse in detail the effects of charged impurity scattering on carrier mobility. In this model, we also include optical phonons, which relax high-energy charge carriers for small impurity densities. Our numerical and analytical results both capture the universality observed in experiment and provide a way to estimate all key transport parameters of graphene devices. Our results demonstrate how the carrier mobility can be predicted and controlled, thereby providing insights for engineering the properties of 2D materials and heterostructures.
△ Less
Submitted 16 May, 2020;
originally announced May 2020.
-
Fitting Laplacian Regularized Stratified Gaussian Models
Authors:
Jonathan Tuck,
Stephen Boyd
Abstract:
We consider the problem of jointly estimating multiple related zero-mean Gaussian distributions from data. We propose to jointly estimate these covariance matrices using Laplacian regularized stratified model fitting, which includes loss and regularization terms for each covariance matrix, and also a term that encourages the different covariances matrices to be close. This method `borrows strength…
▽ More
We consider the problem of jointly estimating multiple related zero-mean Gaussian distributions from data. We propose to jointly estimate these covariance matrices using Laplacian regularized stratified model fitting, which includes loss and regularization terms for each covariance matrix, and also a term that encourages the different covariances matrices to be close. This method `borrows strength' from the neighboring covariances, to improve its estimate. With well chosen hyper-parameters, such models can perform very well, especially in the low data regime. We propose a distributed method that scales to large problems, and illustrate the efficacy of the method with examples in finance, radar signal processing, and weather forecasting.
△ Less
Submitted 22 May, 2020; v1 submitted 4 May, 2020;
originally announced May 2020.
-
Convex Optimization Over Risk-Neutral Probabilities
Authors:
Shane Barratt,
Jonathan Tuck,
Stephen Boyd
Abstract:
We consider a collection of derivatives that depend on the price of an underlying asset at expiration or maturity. The absence of arbitrage is equivalent to the existence of a risk-neutral probability distribution on the price; in particular, any risk neutral distribution can be interpreted as a certificate establishing that no arbitrage exists. We are interested in the case when there are multipl…
▽ More
We consider a collection of derivatives that depend on the price of an underlying asset at expiration or maturity. The absence of arbitrage is equivalent to the existence of a risk-neutral probability distribution on the price; in particular, any risk neutral distribution can be interpreted as a certificate establishing that no arbitrage exists. We are interested in the case when there are multiple risk-neutral probabilities. We describe a number of convex optimization problems over the convex set of risk neutral price probabilities. These include computation of bounds on the cumulative distribution, VaR, CVaR, and other quantities, over the set of risk-neutral probabilities. After discretizing the underlying price, these problems become finite dimensional convex or quasiconvex optimization problems, and therefore are tractable. We illustrate our approach using real options and futures pricing data for the S&P 500 index and Bitcoin.
△ Less
Submitted 5 March, 2020;
originally announced March 2020.
-
Eigen-Stratified Models
Authors:
Jonathan Tuck,
Stephen Boyd
Abstract:
Stratified models depend in an arbitrary way on a selected categorical feature that takes $K$ values, and depend linearly on the other $n$ features. Laplacian regularization with respect to a graph on the feature values can greatly improve the performance of a stratified model, especially in the low-data regime. A significant issue with Laplacian-regularized stratified models is that the model is…
▽ More
Stratified models depend in an arbitrary way on a selected categorical feature that takes $K$ values, and depend linearly on the other $n$ features. Laplacian regularization with respect to a graph on the feature values can greatly improve the performance of a stratified model, especially in the low-data regime. A significant issue with Laplacian-regularized stratified models is that the model is $K$ times the size of the base model, which can be quite large.
We address this issue by formulating eigen-stratifed models, which are stratified models with an additional constraint that the model parameters are linear combinations of some modest number $m$ of bottom eigenvectors of the graph Laplacian, i.e., those associated with the $m$ smallest eigenvalues. With eigen-stratified models, we only need to store the $m$ bottom eigenvectors and the corresponding coefficients as the stratified model parameters. This leads to a reduction, sometimes large, of model size when $m \leq n$ and $m \ll K$. In some cases, the additional regularization implicit in eigen-stratified models can improve out-of-sample performance over standard Laplacian regularized stratified models.
△ Less
Submitted 27 January, 2020;
originally announced January 2020.
-
Polyphase Waveform Design for MIMO Radar Space Time Adaptive Processing
Authors:
Bo Tang,
Jonathan Tuck,
Peter Stoica
Abstract:
We consider the design of polyphase waveforms for ground moving target detection with airborne multiple-input-multiple-output (MIMO) radar. Due to the constant-modulus and finite-alphabet constraint on the waveforms, the associated design problem is non-convex and in general NP-hard. To tackle this problem, we develop an efficient algorithm based on relaxation and cyclic optimization. Moreover, we…
▽ More
We consider the design of polyphase waveforms for ground moving target detection with airborne multiple-input-multiple-output (MIMO) radar. Due to the constant-modulus and finite-alphabet constraint on the waveforms, the associated design problem is non-convex and in general NP-hard. To tackle this problem, we develop an efficient algorithm based on relaxation and cyclic optimization. Moreover, we exploit a reparameterization trick to avoid the significant computational burden and memory requirement brought about by relaxation. We prove that the objective values during the iterations are guaranteed to converge. Finally, we provide an effective randomization approach to obtain polyphase waveforms from the relaxed solution at convergence. Numerical examples show the effectiveness of the proposed algorithm for designing polyphase waveforms.
△ Less
Submitted 13 January, 2020;
originally announced January 2020.
-
A Distributed Method for Fitting Laplacian Regularized Stratified Models
Authors:
Jonathan Tuck,
Shane Barratt,
Stephen Boyd
Abstract:
Stratified models are models that depend in an arbitrary way on a set of selected categorical features, and depend linearly on the other features. In a basic and traditional formulation a separate model is fit for each value of the categorical feature, using only the data that has the specific categorical value. To this formulation we add Laplacian regularization, which encourages the model parame…
▽ More
Stratified models are models that depend in an arbitrary way on a set of selected categorical features, and depend linearly on the other features. In a basic and traditional formulation a separate model is fit for each value of the categorical feature, using only the data that has the specific categorical value. To this formulation we add Laplacian regularization, which encourages the model parameters for neighboring categorical values to be similar. Laplacian regularization allows us to specify one or more weighted graphs on the stratification feature values. For example, stratifying over the days of the week, we can specify that the Sunday model parameter should be close to the Saturday and Monday model parameters. The regularization improves the performance of the model over the traditional stratified model, since the model for each value of the categorical `borrows strength' from its neighbors. In particular, it produces a model even for categorical values that did not appear in the training data set.
We propose an efficient distributed method for fitting stratified models, based on the alternating direction method of multipliers (ADMM). When the fitting loss functions are convex, the stratified model fitting problem is convex, and our method computes the global minimizer of the loss plus regularization; in other cases it computes a local minimizer. The method is very efficient, and naturally scales to large data sets or numbers of stratified feature values. We illustrate our method with a variety of examples.
△ Less
Submitted 10 November, 2019; v1 submitted 26 April, 2019;
originally announced April 2019.
-
Distributed Majorization-Minimization for Laplacian Regularized Problems
Authors:
Jonathan Tuck,
David Hallac,
Stephen Boyd
Abstract:
We consider the problem of minimizing a block separable convex function (possibly nondifferentiable, and including constraints) plus Laplacian regularization, a problem that arises in applications including model fitting, regularizing stratified models, and multi-period portfolio optimization. We develop a distributed majorization-minimization method for this general problem, and derive a complete…
▽ More
We consider the problem of minimizing a block separable convex function (possibly nondifferentiable, and including constraints) plus Laplacian regularization, a problem that arises in applications including model fitting, regularizing stratified models, and multi-period portfolio optimization. We develop a distributed majorization-minimization method for this general problem, and derive a complete, self-contained, general, and simple proof of convergence. Our method is able to scale to very large problems, and we illustrate our approach on two applications, demonstrating its scalability and accuracy.
△ Less
Submitted 30 March, 2018; v1 submitted 27 March, 2018;
originally announced March 2018.
-
Visualization of defect-induced excitonic properties of the edges and grain boundaries in synthesized monolayer molybdenum disulfide
Authors:
A. E. Yore,
K. K. H. Smithe,
W. Crumrine,
A. Miller,
J. A. Tuck,
B. Redd,
E. Pop,
Bin Wang,
A. K. M. Newaz
Abstract:
Atomically thin two-dimensional (2D) transition metal dichalcogenides (TMDCs) are attractive materials for next generation nanoscale optoelectronic applications. Understanding nanoscale optical behavior of the edges and grain boundaries of synthetically grown TMDCs is vital for optimizing their optoelectronic properties. Elucidating the nanoscale optical properties of 2D materials through far-fiel…
▽ More
Atomically thin two-dimensional (2D) transition metal dichalcogenides (TMDCs) are attractive materials for next generation nanoscale optoelectronic applications. Understanding nanoscale optical behavior of the edges and grain boundaries of synthetically grown TMDCs is vital for optimizing their optoelectronic properties. Elucidating the nanoscale optical properties of 2D materials through far-field optical microscopy requires a diffraction-limited optical beam diameter sub-micron in size. Here we present our experimental work on spatial photoluminescence (PL) scanning of large size ( $\geq 50$ microns) monolayer MoS$_2$ grown by chemical vapor deposition (CVD) using a diffraction limited blue laser beam spot (wavelength 405 nm) with a beam diameter as small as 200 nm allowing us to probe nanoscale excitonic phenomena which was not observed before. We have found several important features: (i) there exists a sub-micron width strip ($\sim 500$ nm) along the edges that fluoresces $\sim 1000 \%$ brighter than the region far inside; (ii) there is another brighter wide region consisting of parallel fluorescing lines ending at the corners of the zig-zag peripheral edges; (iii) there is a giant blue shifted A-excitonic peak, as large as $\sim 120$ meV, in the PL spectra from the edges. Using density functional theory calculations, we attribute this giant blue shift to the adsorption of oxygen dimers at the edges, which reduces the excitonic binding energy. Our results not only shed light on defect-induced excitonic properties, but also offer an attractive route to tailor optical properties at the TMDC edges through defect engineering.
△ Less
Submitted 5 October, 2016;
originally announced October 2016.