-
MS-TCRNet: Multi-Stage Temporal Convolutional Recurrent Networks for Action Segmentation Using Sensor-Augmented Kinematics
Authors:
Adam Goldbraikh,
Omer Shubi,
Or Rubin,
Carla M Pugh,
Shlomi Laufer
Abstract:
Action segmentation is a challenging task in high-level process analysis, typically performed on video or kinematic data obtained from various sensors. This work presents two contributions related to action segmentation on kinematic data. Firstly, we introduce two versions of Multi-Stage Temporal Convolutional Recurrent Networks (MS-TCRNet), specifically designed for kinematic data. The architectu…
▽ More
Action segmentation is a challenging task in high-level process analysis, typically performed on video or kinematic data obtained from various sensors. This work presents two contributions related to action segmentation on kinematic data. Firstly, we introduce two versions of Multi-Stage Temporal Convolutional Recurrent Networks (MS-TCRNet), specifically designed for kinematic data. The architectures consist of a prediction generator with intra-stage regularization and Bidirectional LSTM or GRU-based refinement stages. Secondly, we propose two new data augmentation techniques, World Frame Rotation and Hand Inversion, which utilize the strong geometric structure of kinematic data to improve algorithm performance and robustness. We evaluate our models on three datasets of surgical suturing tasks: the Variable Tissue Simulation (VTS) Dataset and the newly introduced Bowel Repair Simulation (BRS) Dataset, both of which are open surgery simulation datasets collected by us, as well as the JHU-ISI Gesture and Skill Assessment Working Set (JIGSAWS), a well-known benchmark in robotic surgery. Our methods achieved state-of-the-art performance.
△ Less
Submitted 12 July, 2024; v1 submitted 14 March, 2023;
originally announced March 2023.
-
Bounded Future MS-TCN++ for surgical gesture recognition
Authors:
Adam Goldbraikh,
Netanell Avisdris,
Carla M. Pugh,
Shlomi Laufer
Abstract:
In recent times there is a growing development of video based applications for surgical purposes. Part of these applications can work offline after the end of the procedure, other applications must react immediately. However, there are cases where the response should be done during the procedure but some delay is acceptable. In the literature, the online-offline performance gap is known. Our goal…
▽ More
In recent times there is a growing development of video based applications for surgical purposes. Part of these applications can work offline after the end of the procedure, other applications must react immediately. However, there are cases where the response should be done during the procedure but some delay is acceptable. In the literature, the online-offline performance gap is known. Our goal in this study was to learn the performance-delay trade-off and design an MS-TCN++-based algorithm that can utilize this trade-off. To this aim, we used our open surgery simulation data-set containing 96 videos of 24 participants that perform a suturing task on a variable tissue simulator. In this study, we used video data captured from the side view. The Networks were trained to identify the performed surgical gestures. The naive approach is to reduce the MS-TCN++ depth, as a result, the receptive field is reduced, and also the number of required future frames is also reduced. We showed that this method is sub-optimal, mainly in the small delay cases. The second method was to limit the accessible future in each temporal convolution. This way, we have flexibility in the network design and as a result, we achieve significantly better performance than in the naive approach.
△ Less
Submitted 5 October, 2022; v1 submitted 29 September, 2022;
originally announced September 2022.
-
Statistical and Topological Summaries Aid Disease Detection for Segmented Retinal Vascular Images
Authors:
John T. Nardini,
Charles W. J. Pugh,
Helen M. Byrne
Abstract:
Disease complications can alter vascular network morphology and disrupt tissue functioning. Diabetic retinopathy, for example, is a complication of types 1 and 2 diabetes mellitus that can cause blindness. Microvascular diseases are assessed by visual inspection of retinal images, but this can be challenging when diseases exhibit silent symptoms or patients cannot attend in-person meetings. We exa…
▽ More
Disease complications can alter vascular network morphology and disrupt tissue functioning. Diabetic retinopathy, for example, is a complication of types 1 and 2 diabetes mellitus that can cause blindness. Microvascular diseases are assessed by visual inspection of retinal images, but this can be challenging when diseases exhibit silent symptoms or patients cannot attend in-person meetings. We examine the performance of machine learning algorithms in detecting microvascular disease when trained on statistical and topological summaries of segmented retinal vascular images. We apply our methods to three publicly-available datasets and find that, among the 13 total descriptor vectors we consider, either a statistical Box-counting descriptor vector or a topological Flooding descriptor vector achieves the highest accuracy levels on these datasets. We then created a fourth dataset by merging several datasets: the Box-counting vector outperforms all descriptors on this dataset, including the topological Flooding vector which is sensitive to differences in the annotation styles within the combined dataset. Our work represents a first step to establishing which computational methods are most suitable for identifying microvascular disease as well as some of their current limitations. In the longer term, these methods could be incorporated into automated disease assessment tools.
△ Less
Submitted 9 September, 2022; v1 submitted 19 February, 2022;
originally announced February 2022.
-
Open surgery tool classification and hand utilization using a multi-camera system
Authors:
Kristina Basiev,
Adam Goldbraikh,
Carla M Pugh,
Shlomi Laufer
Abstract:
Purpose: The goal of this work is to use multi-camera video to classify open surgery tools as well as identify which tool is held in each hand. Multi-camera systems help prevent occlusions in open surgery video data. Furthermore, combining multiple views such as a Top-view camera covering the full operative field and a Close-up camera focusing on hand motion and anatomy, may provide a more compreh…
▽ More
Purpose: The goal of this work is to use multi-camera video to classify open surgery tools as well as identify which tool is held in each hand. Multi-camera systems help prevent occlusions in open surgery video data. Furthermore, combining multiple views such as a Top-view camera covering the full operative field and a Close-up camera focusing on hand motion and anatomy, may provide a more comprehensive view of the surgical workflow. However, multi-camera data fusion poses a new challenge: a tool may be visible in one camera and not the other. Thus, we defined the global ground truth as the tools being used regardless their visibility. Therefore, tools that are out of the image should be remembered for extensive periods of time while the system responds quickly to changes visible in the video.
Methods: Participants (n=48) performed a simulated open bowel repair. A Top-view and a Close-up cameras were used. YOLOv5 was used for tool and hand detection. A high frequency LSTM with a 1 second window at 30 frames per second (fps) and a low frequency LSTM with a 40 second window at 3 fps were used for spatial, temporal, and multi-camera integration.
Results: The accuracy and F1 of the six systems were: Top-view (0.88/0.88), Close-up (0.81,0.83), both cameras (0.9/0.9), high fps LSTM (0.92/0.93), low fps LSTM (0.9/0.91), and our final architecture the Multi-camera classifier(0.93/0.94).
Conclusion: By combining a system with a high fps and a low fps from the multiple camera array we improved the classification abilities of the global ground truth.
△ Less
Submitted 11 November, 2021;
originally announced November 2021.
-
Video-based fully automatic assessment of open surgery suturing skills
Authors:
Adam Goldbraikh,
Anne-Lise D'Angelo,
Carla M. Pugh,
Shlomi Laufer
Abstract:
The goal of this study was to develop new reliable open surgery suturing simulation system for training medical students in situation where resources are limited or in the domestic setup. Namely, we developed an algorithm for tools and hands localization as well as identifying the interactions between them based on simple webcam video data, calculating motion metrics for assessment of surgical ski…
▽ More
The goal of this study was to develop new reliable open surgery suturing simulation system for training medical students in situation where resources are limited or in the domestic setup. Namely, we developed an algorithm for tools and hands localization as well as identifying the interactions between them based on simple webcam video data, calculating motion metrics for assessment of surgical skill. Twenty-five participants performed multiple suturing tasks using our simulator. The YOLO network has been modified to a multi-task network, for the purpose of tool localization and tool-hand interaction detection. This was accomplished by splitting the YOLO detection heads so that they supported both tasks with minimal addition to computer run-time. Furthermore, based on the outcome of the system, motion metrics were calculated. These metrics included traditional metrics such as time and path length as well as new metrics assessing the technique participants use for holding the tools. The dual-task network performance was similar to that of two networks, while computational load was only slightly bigger than one network. In addition, the motion metrics showed significant differences between experts and novices. While video capture is an essential part of minimally invasive surgery, it is not an integral component of open surgery. Thus, new algorithms, focusing on the unique challenges open surgery videos present, are required. In this study, a dual-task network was developed to solve both a localization task and a hand-tool interaction task. The dual network may be easily expanded to a multi-task network, which may be useful for images with multiple layers and for evaluating the interaction between these different layers.
△ Less
Submitted 8 January, 2022; v1 submitted 26 October, 2021;
originally announced October 2021.
-
Stellar flares detected with the Next Generation Transit Survey
Authors:
James A. G. Jackman,
Peter J. Wheatley,
Jack S. Acton,
David R. Anderson,
Daniel Bayliss,
Joshua T. Briegal,
Matthew R. Burleigh,
Sarah L. Casewell,
Boris T. Gansicke,
Samuel Gill,
Edward Gillen,
Michael R. Goad,
Maximilian N. Gunther,
Beth A. Henderson,
Simon T. Hodgkin,
James S. Jenkins,
Chloe Pugh,
Didier Queloz,
Liam Raynard,
Rosanna H. Tilbrook,
Christopher A. Watson,
Richard G. West
Abstract:
We present the results of a search for stellar flares in the first data release from the Next Generation Transit Survey (NGTS). We have found 610 flares from 339 stars, with spectral types between F8 and M6, the majority of which belong to the Galactic thin disc. We have used the 13 second cadence NGTS lightcurves to measure flare properties such as the flare amplitude, duration and bolometric ene…
▽ More
We present the results of a search for stellar flares in the first data release from the Next Generation Transit Survey (NGTS). We have found 610 flares from 339 stars, with spectral types between F8 and M6, the majority of which belong to the Galactic thin disc. We have used the 13 second cadence NGTS lightcurves to measure flare properties such as the flare amplitude, duration and bolometric energy. We have measured the average flare occurrence rates of K and early to mid M stars and present a generalised method to measure these rates while accounting for changing detection sensitivities. We find that field age K and early M stars show similar flare behaviour, while fully convective M stars exhibit increased white-light flaring activity, which we attribute to their increased spin down time. We have also studied the average flare rates of pre-main sequence K and M stars, showing they exhibit increased flare activity relative to their main sequence counterparts.
△ Less
Submitted 6 April, 2021;
originally announced April 2021.
-
Microscopy with heralded Fock states
Authors:
Maria Gieysztor,
Joshua Nepinak,
Christopher J. Pugh,
Piotr Kolenderski
Abstract:
We consider a microscopy setting where quantum light is used for illumination. Spontaneous parametric down conversion (SPDC) is used as a source of a heralded single photon, which is quantum light prepared in a Fock state. We present analytical formulas for the spatial mode tracking along with the heralded and non-heralded mode widths. The obtained analytical results are supported by numerical cal…
▽ More
We consider a microscopy setting where quantum light is used for illumination. Spontaneous parametric down conversion (SPDC) is used as a source of a heralded single photon, which is quantum light prepared in a Fock state. We present analytical formulas for the spatial mode tracking along with the heralded and non-heralded mode widths. The obtained analytical results are supported by numerical calculations and the following discussion taking into account realistic setup parameters such as finite-size optics and finite-size single-photon detectors. This allows us to observe that the diffraction limit can be approached with simultaneous alleviation of the photon loss leading to increased signal-to-noise ratio - a factor limiting practical applications of quantum light. Additionally, it is shown that the spatial resolution can be manipulated by carefully preparing the amplitude and phase of the spatial mode profile of the single photon at the input to the microscope objective. Here, the spatial entanglement of the biphoton wavefunction or adaptive optics can be applied for spatial mode shaping. Analytical dependencies between the incident and focused spatial mode profiles parameters are provided.
△ Less
Submitted 7 June, 2023; v1 submitted 5 November, 2020;
originally announced November 2020.
-
Surgical Data Science -- from Concepts toward Clinical Translation
Authors:
Lena Maier-Hein,
Matthias Eisenmann,
Duygu Sarikaya,
Keno März,
Toby Collins,
Anand Malpani,
Johannes Fallert,
Hubertus Feussner,
Stamatia Giannarou,
Pietro Mascagni,
Hirenkumar Nakawala,
Adrian Park,
Carla Pugh,
Danail Stoyanov,
Swaroop S. Vedula,
Kevin Cleary,
Gabor Fichtinger,
Germain Forestier,
Bernard Gibaud,
Teodor Grantcharov,
Makoto Hashizume,
Doreen Heckmann-Nötzel,
Hannes G. Kenngott,
Ron Kikinis,
Lars Mündermann
, et al. (25 additional authors not shown)
Abstract:
Recent developments in data science in general and machine learning in particular have transformed the way experts envision the future of surgery. Surgical Data Science (SDS) is a new research field that aims to improve the quality of interventional healthcare through the capture, organization, analysis and modeling of data. While an increasing number of data-driven approaches and clinical applica…
▽ More
Recent developments in data science in general and machine learning in particular have transformed the way experts envision the future of surgery. Surgical Data Science (SDS) is a new research field that aims to improve the quality of interventional healthcare through the capture, organization, analysis and modeling of data. While an increasing number of data-driven approaches and clinical applications have been studied in the fields of radiological and clinical data science, translational success stories are still lacking in surgery. In this publication, we shed light on the underlying reasons and provide a roadmap for future advances in the field. Based on an international workshop involving leading researchers in the field of SDS, we review current practice, key achievements and initiatives as well as available standards and tools for a number of topics relevant to the field, namely (1) infrastructure for data acquisition, storage and access in the presence of regulatory constraints, (2) data annotation and sharing and (3) data analytics. We further complement this technical perspective with (4) a review of currently available SDS products and the translational progress from academia and (5) a roadmap for faster clinical translation and exploitation of the full potential of SDS, based on an international multi-round Delphi process.
△ Less
Submitted 30 July, 2021; v1 submitted 30 October, 2020;
originally announced November 2020.
-
A blueprint of state-of-the-art techniques for detecting quasi-periodic pulsations in solar and stellar flares
Authors:
Anne-Marie Broomhall,
James R. A. Davenport,
Laura A. Hayes,
Andrew R. Inglis,
Dmitrii Y. Kolotkov,
James A. McLaughlin,
Tishtrya Mehta,
Valery M. Nakariakov,
Yuta Notsu,
David J. Pascoe,
Chloe E. Pugh,
Tom Van Doorsselaere
Abstract:
Quasi-periodic pulsations (QPPs) appear to be a common feature observed in the light curves of both solar and stellar flares. However, their quasi-periodic nature, along with the fact that they can be small in amplitude and short-lived, makes QPPs difficult to unequivocally detect. In this paper, we test the strengths and limitations of state-of-the-art methods for detecting QPPs using a series of…
▽ More
Quasi-periodic pulsations (QPPs) appear to be a common feature observed in the light curves of both solar and stellar flares. However, their quasi-periodic nature, along with the fact that they can be small in amplitude and short-lived, makes QPPs difficult to unequivocally detect. In this paper, we test the strengths and limitations of state-of-the-art methods for detecting QPPs using a series of hare-and-hounds exercises. The hare simulated a set of flares, both with and without QPPs of a variety of forms, while the hounds attempted to detect QPPs in blind tests. We use the results of these exercises to create a blueprint for anyone who wishes to detect QPPs in real solar and stellar data. We present eight clear recommendations to be kept in mind for future QPP detections, with the plethora of solar and stellar flare data from new and future satellites. These recommendations address the key pitfalls in QPP detection, including detrending, trimming data, accounting for colored noise, detecting stationary-period QPPs, detecting QPPs with nonstationary periods, and ensuring that detections are robust and false detections are minimized. We find that QPPs can be detected reliably and robustly by a variety of methods, which are clearly identified and described, if the appropriate care and due diligence are taken.
△ Less
Submitted 18 October, 2019;
originally announced October 2019.
-
Multi-waveband detection of quasi-periodic pulsations in a stellar flare on EK Draconis observed by XMM-Newton
Authors:
A. -M. Broomhall,
A. E. L. Thomas,
C. E. Pugh,
J. P. Pye,
S. R. Rosen
Abstract:
Context. Quasi-periodic pulsations (QPPs) are time variations in the energy emission during a flare that are observed on both the Sun and other stars and thus have the potential to link the physics of solar and stellar flares. Aims. To characterise the QPPs detected in an X-ray flare on the solar analogue, EK Draconis, which was observed by XMM-Newton. Methods. We use wavelet and autocorrelation t…
▽ More
Context. Quasi-periodic pulsations (QPPs) are time variations in the energy emission during a flare that are observed on both the Sun and other stars and thus have the potential to link the physics of solar and stellar flares. Aims. To characterise the QPPs detected in an X-ray flare on the solar analogue, EK Draconis, which was observed by XMM-Newton. Methods. We use wavelet and autocorrelation techniques to identify the QPPs in a detrended version of the flare. We also fit a model to the flare based on an exponential decay combined with a decaying sinusoid. The flare is examined in multiple energy bands. Results. A statistically significant QPP is observed in the X-ray energy band of 0.2-12.0 keV with a periodicity of 76+/-2 min. When this energy band is split, a statistically significant QPP is observed in the low-energy band (0.2-1.0 keV) with a periodicity of 73+/-2 min and in the high-energy band (1.0-12.0 keV) with a periodicity of 82+/-2 min. When fitting a model to the time series the phases of the signals are also found to be significantly different in the two energy bands (with a difference of 1.8+/-0.2 rad) and the high-energy band is found to lead the low-energy band. Furthermore, the first peak in the cross-correlation between the detrended residuals of the low- and high-energy bands is offset from zero by more than 3σ (4.1+/-1.3 min). Both energy bands produce statistically significant regions in the wavelet spectrum, whose periods are consistent with those listed above. However, the peaks are broad in both the wavelet and global power spectra, with the wavelet showing evidence for a drift in period with time, and the difference in period obtained is not significant. etc...
△ Less
Submitted 16 August, 2019;
originally announced August 2019.
-
Adaptive optics benefit for quantum key distribution uplink from ground to a satellite
Authors:
Christopher J. Pugh,
Jean-Francois Lavigne,
Jean-Philippe Bourgoin,
Brendon L. Higgins,
Thomas Jennewein
Abstract:
For quantum communications, the use of Earth-orbiting satellites to extend distances has gained significant attention in recent years, exemplified in particular by the launch of the Micius satellite in 2016. The performance of applied protocols such as quantum key distribution (QKD) depends significantly upon the transmission efficiency through the turbulent atmosphere, which is especially challen…
▽ More
For quantum communications, the use of Earth-orbiting satellites to extend distances has gained significant attention in recent years, exemplified in particular by the launch of the Micius satellite in 2016. The performance of applied protocols such as quantum key distribution (QKD) depends significantly upon the transmission efficiency through the turbulent atmosphere, which is especially challenging for ground-to-satellite uplink scenarios. Adaptive optics (AO) techniques have been used in astronomical, communication, and other applications to reduce the detrimental effects of turbulence for many years, but their applicability to quantum protocols, and their requirements specifically in the uplink scenario, are not well established. Here, we model the effect of the atmosphere on link efficiency between an Earth station and a satellite using an optical uplink, and how AO can help recover from loss due to turbulence. Examining both low-Earth-orbit and geostationary uplink scenarios, we find that a modest link transmissivity improvement of about 3dB can be obtained in the case of a co-aligned downward beacon, while the link can be dramatically improved, up to 7dB, using an offset beacon, such as a laser guide star. AO coupled with a laser guide star would thus deliver a significant increase in the secret key generation rate of the QKD ground-to-space uplink system, especially as reductions of channel loss have favourably nonlinear key-rate response within this high-loss regime.
△ Less
Submitted 23 January, 2021; v1 submitted 10 June, 2019;
originally announced June 2019.
-
A Study of the Numerical Stability of an ImEx Scheme with Application to the Poisson-Nernst-Planck Equations
Authors:
M. C. Pugh,
D. Yan,
F. P. Dawson
Abstract:
The Poisson-Nernst-Planck equations with generalized Frumkin-Butler-Volmer boundary conditions (PNP-FBV) describe ion transport with Faradaic reactions and have applications in a wide variety of fields. Using an adaptive time-stepper based on a second-order variable step-size, semi-implicit, backward differentiation formula (VSSBDF2), we observe that when the underlying dynamics is one that would…
▽ More
The Poisson-Nernst-Planck equations with generalized Frumkin-Butler-Volmer boundary conditions (PNP-FBV) describe ion transport with Faradaic reactions and have applications in a wide variety of fields. Using an adaptive time-stepper based on a second-order variable step-size, semi-implicit, backward differentiation formula (VSSBDF2), we observe that when the underlying dynamics is one that would have the solutions converge to a steady state solution, the adaptive time-stepper produces solutions that "nearly" converge to the steady state and that, simultaneously, the time-step sizes stabilize at a limiting size $dt_\infty$. Linearizing the SBDF2 scheme about the steady state solution, we demonstrate that the linearized scheme is conditionally stable and that this is the cause of the adaptive time-stepper's behaviour. Mesh-refinement, as well as a study of the eigenvectors corresponding to the critical eigenvalues, demonstrate that the conditional stability is not due to a time-step constraint caused by high-frequency contributions. We study the stability domain of the linearized scheme and find that it can have corners as well as jump discontinuities.
△ Less
Submitted 22 June, 2020; v1 submitted 3 May, 2019;
originally announced May 2019.
-
Genuine time-bin-encoded quantum key distribution over a turbulent depolarizing free-space channel
Authors:
Jeongwan Jin,
Jean-Philippe Bourgoin,
Ramy Tannous,
Sascha Agne,
Christopher J. Pugh,
Katanya B. Kuntz,
Brendon L. Higgins,
Thomas Jennewein
Abstract:
Despite its widespread use in fiber optics, encoding quantum information in photonic time-bin states is usually considered impractical for free-space quantum communication as turbulence-induced spatial distortion impedes the analysis of time-bin states at the receiver. Here, we demonstrate quantum key distribution using time-bin photonic states distorted by turbulence and depolarization during fre…
▽ More
Despite its widespread use in fiber optics, encoding quantum information in photonic time-bin states is usually considered impractical for free-space quantum communication as turbulence-induced spatial distortion impedes the analysis of time-bin states at the receiver. Here, we demonstrate quantum key distribution using time-bin photonic states distorted by turbulence and depolarization during free-space transmission. Utilizing a novel analyzer apparatus, we observe stable quantum bit error ratios of 5.32 %, suitable for generating secure keys, despite significant wavefront distortions and polarization fluctuations across a 1.2 km channel. This shows the viability of time-bin quantum communication over long-distance free-space channels, which will simplify direct fiber/free-space interfaces and enable new approaches for practical free-space quantum communication over multi-mode, turbulent, or depolarizing channels.
△ Less
Submitted 17 December, 2019; v1 submitted 16 March, 2019;
originally announced March 2019.
-
Scaling laws of quasi-periodic pulsations in solar flares
Authors:
C. E. Pugh,
A. -M. Broomhall,
V. M. Nakariakov
Abstract:
Quasi-periodic pulsations (QPPs) are a common feature of solar flares, but previously there has been a lack of observational evidence to support any of the theoretical models that might explain the origin of QPPs. We aimed to determine if there are any relationships between the QPP period and other properties of the flaring region, using the sample of flares with QPPs from Pugh et al. (2017b). If…
▽ More
Quasi-periodic pulsations (QPPs) are a common feature of solar flares, but previously there has been a lack of observational evidence to support any of the theoretical models that might explain the origin of QPPs. We aimed to determine if there are any relationships between the QPP period and other properties of the flaring region, using the sample of flares with QPPs from Pugh et al. (2017b). If any relationships exist then these can be compared with scaling laws for the theoretical QPP mechanisms. To obtain the flaring region properties we made use of the AIA 1600 and HMI data. The AIA 1600 images allow the flare ribbons to be seen while the HMI magnetograms allow the positive and negative magnetic polarity ribbons to be distinguished and the magnetic properties determined. The ribbon properties calculated in this study were the ribbon separation distance, area, total unsigned magnetic flux, and average magnetic field strength. Only the flares that occurred within \pm 60° of the solar disk centre were included, which meant a sample of 20 flares with 22 QPP signals. Positive correlations were found between the QPP period and the ribbon properties. The strongest correlations were with the separation distance and magnetic flux. Because these ribbon properties also correlate with the flare duration, and the relationship between the QPP period and flare duration may be influenced by observational bias, we also made use of simulated data to check if artificial correlations could be introduced. These simulations show that although QPPs cannot be detected for certain combinations of QPP period and flare duration, this does not introduce an apparent correlation. There is evidence of relationships between the QPP period and flare ribbon properties, and in the future the derived scaling laws between these properties can be compared to equivalent scaling laws for theoretical QPP mechanisms.
△ Less
Submitted 25 February, 2019;
originally announced February 2019.
-
Detection of a giant flare displaying quasi-periodic pulsations from a pre-main sequence M star with NGTS
Authors:
James A. G. Jackman,
Peter J. Wheatley,
Chloe E. Pugh,
Dmitrii Y. Kolotkov,
Anne-Marie Broomhall,
Grant M. Kennedy,
Simon J. Murphy,
Roberto Raddi,
Matthew R. Burleigh,
Sarah L. Casewell,
Philipp Eigmüller,
Edward Gillen,
Maximilian N. Günther,
James S. Jenkins,
Tom Louden,
James McCormac,
Liam Raynard,
Katja Poppenhaeger,
Stéphane Udry,
Christopher A. Watson,
Richard G. West
Abstract:
We present the detection of an energetic flare on the pre-main sequence M3 star NGTS J121939.5-355557, which we estimate as only 2 Myr old. The flare had an energy of $3.2\pm^{0.4}_{0.3}\times 10^{36}$erg and a fractional amplitude of $7.2\pm0.8$, making it one of the most energetic flares seen on an M star. The star is also X-ray active, in the saturated regime with $log L_{X}/L_{Bol} = -3.1$. In…
▽ More
We present the detection of an energetic flare on the pre-main sequence M3 star NGTS J121939.5-355557, which we estimate as only 2 Myr old. The flare had an energy of $3.2\pm^{0.4}_{0.3}\times 10^{36}$erg and a fractional amplitude of $7.2\pm0.8$, making it one of the most energetic flares seen on an M star. The star is also X-ray active, in the saturated regime with $log L_{X}/L_{Bol} = -3.1$. In the flare peak we have identified multi-mode quasi-periodic pulsations formed of two statistically significant periods of approximately 320 and 660 seconds. This flare is one of the largest amplitude events to exhibit such pulsations. The shorter period mode is observed to start after a short-lived spike in flux lasting around 30 seconds, which would not have been resolved in Kepler or TESS short cadence modes. Our data shows how the high cadence of NGTS can be used to apply solar techniques to stellar flares and identify potential causes of the observed oscillations. We also discuss the implications of this flare for the habitability of planets around M star hosts and how NGTS can aid in our understanding of this.
△ Less
Submitted 5 November, 2018;
originally announced November 2018.
-
Surgical Data Science: A Consensus Perspective
Authors:
Lena Maier-Hein,
Matthias Eisenmann,
Carolin Feldmann,
Hubertus Feussner,
Germain Forestier,
Stamatia Giannarou,
Bernard Gibaud,
Gregory D. Hager,
Makoto Hashizume,
Darko Katic,
Hannes Kenngott,
Ron Kikinis,
Michael Kranzfelder,
Anand Malpani,
Keno März,
Beat Müuller-Stich,
Nassir Navab,
Thomas Neumuth,
Nicolas Padoy,
Adrian Park,
Carla Pugh,
Nicolai Schoch,
Danail Stoyanov,
Russell Taylor,
Martin Wagner
, et al. (3 additional authors not shown)
Abstract:
Surgical data science is a scientific discipline with the objective of improving the quality of interventional healthcare and its value through capturing, organization, analysis, and modeling of data. The goal of the 1st workshop on Surgical Data Science was to bring together researchers working on diverse topics in surgical data science in order to discuss existing challenges, potential standards…
▽ More
Surgical data science is a scientific discipline with the objective of improving the quality of interventional healthcare and its value through capturing, organization, analysis, and modeling of data. The goal of the 1st workshop on Surgical Data Science was to bring together researchers working on diverse topics in surgical data science in order to discuss existing challenges, potential standards and new research directions in the field. Inspired by current open space and think tank formats, it was organized in June 2016 in Heidelberg. While the first day of the workshop, which was dominated by interactive sessions, was open to the public, the second day was reserved for a board meeting on which the information gathered on the public day was processed by (1) discussing remaining open issues, (2) deriving a joint definition for surgical data science and (3) proposing potential strategies for advancing the field. This document summarizes the key findings.
△ Less
Submitted 8 June, 2018;
originally announced June 2018.
-
Quasi-periodic pulsations in the most powerful solar flare of Cycle 24
Authors:
Dmitrii Y. Kolotkov,
Chloe E. Pugh,
Anne-Marie Broomhall,
Valery M. Nakariakov
Abstract:
Quasi-periodic pulsations (QPP) are common in solar flares and are now regularly observed in stellar flares. We present the detection of two different types of QPP signals in the thermal emission light curves of the X9.3 class solar flare SOL2017-09-06T12:02, which is the most powerful flare of Cycle 24. The period of the shorter-period QPP drifts from about 12 to 25 seconds during the flare. The…
▽ More
Quasi-periodic pulsations (QPP) are common in solar flares and are now regularly observed in stellar flares. We present the detection of two different types of QPP signals in the thermal emission light curves of the X9.3 class solar flare SOL2017-09-06T12:02, which is the most powerful flare of Cycle 24. The period of the shorter-period QPP drifts from about 12 to 25 seconds during the flare. The observed properties of this QPP are consistent with a sausage oscillation of a plasma loop in the flaring active region. The period of the longer-period QPP is about 4 to 5 minutes. Its properties are compatible with standing slow magnetoacoustic oscillations, which are often detected in coronal loops. For both QPP signals, other mechanisms such as repetitive reconnection cannot be ruled out, however. The studied solar flare has an energy in the realm of observed stellar flares, and the fact that there is evidence of a short-period QPP signal typical of solar flares along with a long-period QPP signal more typical of stellar flares suggests that the different ranges of QPP periods typically observed in solar and stellar flares is likely due to observational constraints, and that similar physical processes may be occurring in solar and stellar flares.
△ Less
Submitted 13 April, 2018;
originally announced April 2018.
-
Ground-based detection of G star superflares with NGTS
Authors:
James A. G. Jackman,
Peter J. Wheatley,
Chloe E. Pugh,
Boris T. Gänsicke,
Edward Gillen,
Anne-Marie Broomhall,
David J. Armstrong,
Matthew R. Burleigh,
Alexander Chaushev,
Philipp Eigmüller,
Anders Erikson,
Michael R. Goad,
Andrew Grange,
Maximilian N. Günther,
James S. Jenkins,
James McCormac,
Liam Raynard,
Andrew P. G. Thompson,
Stéphane Udry,
Simon Walker,
Christopher A. Watson,
Richard G. West
Abstract:
We present high cadence detections of two superflares from a bright G8 star (V = 11.56) with the Next Generation Transit Survey (NGTS). We improve upon previous superflare detections by resolving the flare rise and peak, allowing us to fit a solar flare inspired model without the need for arbitrary break points between rise and decay. Our data also enables us to identify substructure in the flares…
▽ More
We present high cadence detections of two superflares from a bright G8 star (V = 11.56) with the Next Generation Transit Survey (NGTS). We improve upon previous superflare detections by resolving the flare rise and peak, allowing us to fit a solar flare inspired model without the need for arbitrary break points between rise and decay. Our data also enables us to identify substructure in the flares. From changing starspot modulation in the NGTS data we detect a stellar rotation period of 59 hours, along with evidence for differential rotation. We combine this rotation period with the observed \textit{ROSAT} X-ray flux to determine that the star's X-ray activity is saturated. We calculate the flare bolometric energies as $5.4^{+0.8}_{-0.7}\times10^{34}$ and $2.6^{+0.4}_{-0.3}\times10^{34}$ erg and compare our detections with G star superflares detected in the \textit{Kepler} survey. We find our main flare to be one of the largest amplitude superflares detected from a bright G star. With energies more than 100 times greater than the Carrington event, our flare detections demonstrate the role that ground-based instruments such as NGTS can have in assessing the habitability of Earth-like exoplanets, particularly in the era of \textit{PLATO}.
△ Less
Submitted 10 April, 2018;
originally announced April 2018.
-
Properties of quasi-periodic pulsations in solar flares from a single active region
Authors:
C. E. Pugh,
V. M. Nakariakov,
A. -M. Broomhall,
A. V. Bogomolov,
I. N. Myagkova
Abstract:
We investigate the properties of a set of solar flares originating from a single active region (AR) that exhibit QPPs, and look for signs of the QPP periods relating to AR properties. The AR studied, best known as NOAA 12192, was unusually long-lived and produced 181 flares. Data from the GOES, EVE, Fermi, Vernov and NoRH observatories were used to determine if QPPs were present in the flares. For…
▽ More
We investigate the properties of a set of solar flares originating from a single active region (AR) that exhibit QPPs, and look for signs of the QPP periods relating to AR properties. The AR studied, best known as NOAA 12192, was unusually long-lived and produced 181 flares. Data from the GOES, EVE, Fermi, Vernov and NoRH observatories were used to determine if QPPs were present in the flares. For the soft X-ray GOES and EVE data, the time derivative of the signal was used. Power spectra of the time series data (without any form of detrending) were inspected, and flares with a peak above the 95% confidence level in the spectrum were labelled as having candidate QPPs. The confidence levels were determined taking account of uncertainties and the possible presence of red noise. AR properties were determined using HMI line of sight magnetograms. A total of 37 flares (20% of the sample) show good evidence of having QPPs, and some of the pulsations can be seen in data from multiple instruments and in different wavebands. The QPP periods show a weak correlation with the flare amplitude and duration, but this may be due to an observational bias. A stronger correlation was found between the QPP period and duration of the QPP signal, which can be partially but not entirely explained by observational constraints. No correlations were found with the AR area, bipole separation, or average magnetic field strength. The fact that a substantial fraction of the flare sample showed evidence of QPPs using a strict detection method with minimal processing of the data demonstrates that these QPPs are a real phenomenon, which cannot be explained by the presence of red noise or the superposition of multiple unrelated flares. The lack of correlation between the QPP periods and AR properties implies that the small-scale structure of the AR is important, and/or that different QPP mechanisms act in different cases.
△ Less
Submitted 27 September, 2017;
originally announced September 2017.
-
Adaptive Time-stepping Schemes for the Solution of the Poisson-Nernst-Planck Equations
Authors:
David Yan,
M. C. Pugh,
F. P. Dawson
Abstract:
The Poisson-Nernst-Planck equations with generalized Frumkin-Butler-Volmer boundary conditions (PNP-FBV) describe ion transport with Faradaic reactions, and have applications in a number of fields. In this article, we develop an adaptive time-stepping scheme for the solution of the PNP-FBV equations based on two time-stepping methods: a fully implicit (BDF2) method, and an implicit-explicit (SBDF2…
▽ More
The Poisson-Nernst-Planck equations with generalized Frumkin-Butler-Volmer boundary conditions (PNP-FBV) describe ion transport with Faradaic reactions, and have applications in a number of fields. In this article, we develop an adaptive time-stepping scheme for the solution of the PNP-FBV equations based on two time-stepping methods: a fully implicit (BDF2) method, and an implicit-explicit (SBDF2) method. We present simulations under both current and voltage boundary conditions and demonstrate the ability to simulate a large range of parameters, including any value of the singular perturbation parameter $ε$. When the underlying dynamics is one that would have the solutions converge to a steady-state solution, we observe that the adaptive time-stepper based on the SBDF2 method produces solutions that ``nearly'' converge to the steady state and that, simultaneously, the time-step sizes stabilize to a limiting size $dt_\infty$. In the companion to this article \cite{YPD_Part2}, we linearize the SBDF2 scheme about the steady-state solution and demonstrate that the linearized scheme is conditionally stable. This conditional stability is the cause of the adaptive time-stepper's behaviour. While the adaptive time-stepper based on the fully-implicit (BDF2) method is not subject to such time-step constraints, the required nonlinear solve yields run times that are significantly longer.
△ Less
Submitted 22 June, 2020; v1 submitted 29 March, 2017;
originally announced March 2017.
-
Significance testing for quasi-periodic pulsations in solar and stellar flares
Authors:
C. E. Pugh,
A. -M. Broomhall,
V. M. Nakariakov
Abstract:
The robust detection of quasi-periodic pulsations (QPPs) in solar and stellar flares has been the topic of recent debate. In light of this, we have adapted a method described by Vaughan (2005) to aid with the search for QPPs in flare time series data. The method identifies statistically significant periodic signals in power spectra, and properly accounts for red noise as well as the uncertainties…
▽ More
The robust detection of quasi-periodic pulsations (QPPs) in solar and stellar flares has been the topic of recent debate. In light of this, we have adapted a method described by Vaughan (2005) to aid with the search for QPPs in flare time series data. The method identifies statistically significant periodic signals in power spectra, and properly accounts for red noise as well as the uncertainties associated with the data. We show how the method can be further developed to be used with rebinned power spectra, allowing us to detect QPPs whose signal is spread over more than one frequency bin. An advantage of these methods is that there is no need to detrend the data prior to creating the power spectrum. Examples are given where the methods have been applied to synthetic data, as well as real flare time series data with candidate QPPs from the Nobeyama Radioheliograph. These show that, despite the transient nature of QPPs, peaks corresponding to the QPPs can be seen at a significant level in the power spectrum without any form of detrending or other processing of the original time series data, providing the background trends are not too steep.
△ Less
Submitted 21 March, 2017;
originally announced March 2017.
-
Surgical Data Science: Enabling Next-Generation Surgery
Authors:
Lena Maier-Hein,
Swaroop Vedula,
Stefanie Speidel,
Nassir Navab,
Ron Kikinis,
Adrian Park,
Matthias Eisenmann,
Hubertus Feussner,
Germain Forestier,
Stamatia Giannarou,
Makoto Hashizume,
Darko Katic,
Hannes Kenngott,
Michael Kranzfelder,
Anand Malpani,
Keno März,
Thomas Neumuth,
Nicolas Padoy,
Carla Pugh,
Nicolai Schoch,
Danail Stoyanov,
Russell Taylor,
Martin Wagner,
Gregory D. Hager,
Pierre Jannin
Abstract:
This paper introduces Surgical Data Science as an emerging scientific discipline. Key perspectives are based on discussions during an intensive two-day international interactive workshop that brought together leading researchers working in the related field of computer and robot assisted interventions. Our consensus opinion is that increasing access to large amounts of complex data, at scale, thro…
▽ More
This paper introduces Surgical Data Science as an emerging scientific discipline. Key perspectives are based on discussions during an intensive two-day international interactive workshop that brought together leading researchers working in the related field of computer and robot assisted interventions. Our consensus opinion is that increasing access to large amounts of complex data, at scale, throughout the patient care process, complemented by advances in data science and machine learning techniques, has set the stage for a new generation of analytics that will support decision-making and quality improvement in interventional medicine. In this article, we provide a consensus definition for Surgical Data Science, identify associated challenges and opportunities and provide a roadmap for advancing the field.
△ Less
Submitted 31 January, 2017; v1 submitted 23 January, 2017;
originally announced January 2017.
-
Airborne demonstration of a quantum key distribution receiver payload
Authors:
Christopher J. Pugh,
Sarah Kaiser,
Jean-Philippe Bourgoin,
Jeongwan Jin,
Nigar Sultana,
Sascha Agne,
Elena Anisimova,
Vadim Makarov,
Eric Choi,
Brendon L. Higgins,
Thomas Jennewein
Abstract:
Satellite-based quantum terminals are a feasible way to extend the reach of quantum communication protocols such as quantum key distribution (QKD) to the global scale. To that end, prior demonstrations have shown QKD transmissions from airborne platforms to receivers on ground, but none have shown QKD transmissions from ground to a moving aircraft, the latter scenario having simplicity and flexibi…
▽ More
Satellite-based quantum terminals are a feasible way to extend the reach of quantum communication protocols such as quantum key distribution (QKD) to the global scale. To that end, prior demonstrations have shown QKD transmissions from airborne platforms to receivers on ground, but none have shown QKD transmissions from ground to a moving aircraft, the latter scenario having simplicity and flexibility advantages for a hypothetical satellite. Here, we demonstrate QKD from a ground transmitter to a receiver prototype mounted on an airplane in flight. We have specifically designed our receiver prototype to consist of many components that are compatible with the environment and resource constraints of a satellite. Coupled with our relocatable ground station system, optical links with distances of 3-10 km were maintained and quantum signals transmitted while traversing angular rates similar to those observed of low-Earth-orbit satellites. For some passes of the aircraft over the ground station, links were established within 10 s of position data transmission, and with link times of a few minutes and received quantum bit error rates typically 3-5%, we generated secure keys up to 868 kb in length. By successfully generating secure keys over several different pass configurations, we demonstrate the viability of technology that constitutes a quantum receiver satellite payload and provide a blueprint for future satellite missions to build upon.
△ Less
Submitted 9 June, 2017; v1 submitted 19 December, 2016;
originally announced December 2016.
-
Theory of linear sweep voltammetry with diffuse charge: unsupported electrolytes, thin films, and leaky membranes
Authors:
David Yan,
Martin Z. Bazant,
P. M. Biesheuvel,
Mary C. Pugh,
Francis P. Dawson
Abstract:
Linear sweep and cyclic voltammetry techniques are important tools for electrochemists and have a variety of applications in engineering. Voltammetry has classically been treated with the Randles-Sevcik equation, which assumes an electroneutral supported electrolyte. In this paper, we provide a comprehensive mathematical theory of voltammetry in electrochemical cells with unsupported electrolytes…
▽ More
Linear sweep and cyclic voltammetry techniques are important tools for electrochemists and have a variety of applications in engineering. Voltammetry has classically been treated with the Randles-Sevcik equation, which assumes an electroneutral supported electrolyte. In this paper, we provide a comprehensive mathematical theory of voltammetry in electrochemical cells with unsupported electrolytes and for other situations where diffuse charge effects play a role, and present analytical and simulated solutions of the time-dependent Poisson-Nernst-Planck (PNP) equations with generalized Frumkin-Butler-Volmer (FBV) boundary conditions for a 1:1 electrolyte and a simple reaction. Using these solutions, we construct theoretical and simulated currentvoltage curves for liquid and solid thin films, membranes with fixed background charge, and cells with blocking electrodes. The full range of dimensionless parameters is considered, including the dimensionless Debye screening length (scaled to the electrode separation), Damkohler number (ratio of characteristic diffusion and reaction times) and dimensionless sweep rate (scaled to the thermal voltage per diffusion time). The analysis focuses on the coupling of Faradaic reactions and diffuse charge dynamics, although capacitive charging of the electrical double layers (EDL) is also studied, for early time transients at reactive electrodes and for non-reactive blocking electrodes. Our work highlights cases where diffuse charge effects are important in the context of voltammetry, and illustrates which regimes can be approximated using simple analytical expressions and which require more careful consideration.
△ Less
Submitted 15 January, 2017; v1 submitted 24 August, 2016;
originally announced August 2016.
-
Towards correcting atmospheric beam wander via pump beam control in a down conversion process
Authors:
Christopher J. Pugh,
Piotr Kolenderski,
Carmelo Scarcella,
Alberto Tosi,
Thomas Jennewein
Abstract:
Correlated photon pairs produced by a spontaneous parametric down conversion (SPDC) process can be used for secure quantum communication over long distances including free space transmission over a link through turbulent atmosphere. We experimentally investigate the possibility to utilize the intrinsic strong correlation between the pump and output photon spatial modes to mitigate the negative tar…
▽ More
Correlated photon pairs produced by a spontaneous parametric down conversion (SPDC) process can be used for secure quantum communication over long distances including free space transmission over a link through turbulent atmosphere. We experimentally investigate the possibility to utilize the intrinsic strong correlation between the pump and output photon spatial modes to mitigate the negative targeting effects of atmospheric beam wander. Our approach is based on a demonstration observing the deflection of the beam on a spatially resolved array of single photon avalanche diodes (SPAD-array).
△ Less
Submitted 13 June, 2016;
originally announced June 2016.
-
Statistical Properties of Quasi-Periodic Pulsations in White-Light Flares Observed With Kepler
Authors:
C. E. Pugh,
D. J. Armstrong,
V. M. Nakariakov,
A. -M. Broomhall
Abstract:
We embark on a study of quasi-periodic pulsations (QPPs) in the decay phase of white-light stellar flares observed by Kepler. Out of the 1439 flares on 216 different stars detected in the short-cadence data using an automated search, 56 flares are found to have pronounced QPP-like signatures in the light curve, of which 11 have stable decaying oscillations. No correlation is found between the QPP…
▽ More
We embark on a study of quasi-periodic pulsations (QPPs) in the decay phase of white-light stellar flares observed by Kepler. Out of the 1439 flares on 216 different stars detected in the short-cadence data using an automated search, 56 flares are found to have pronounced QPP-like signatures in the light curve, of which 11 have stable decaying oscillations. No correlation is found between the QPP period and the stellar temperature, radius, rotation period and surface gravity, suggesting that the QPPs are independent of global stellar parameters. Hence they are likely to be the result of processes occurring in the local environment. There is also no significant correlation between the QPP period and flare energy, however there is evidence that the period scales with the QPP decay time for the Gaussian damping scenario, but not to a significant degree for the exponentially damped case. This same scaling has been observed for MHD oscillations on the Sun, suggesting that they could be the cause of the QPPs in those flares. Scaling laws of the flare energy are also investigated, supporting previous reports of a strong correlation between the flare energy and stellar temperature/radius. A negative correlation between the flare energy and stellar surface gravity is also found.
△ Less
Submitted 11 April, 2016;
originally announced April 2016.
-
The Host Stars of Keplers Habitable Exoplanets: Superflares, Rotation and Activity
Authors:
D. J. Armstrong,
C. E. Pugh,
A. -M. Broomhall,
D. J. A. Brown,
M. N. Lund,
H. P. Osborn,
D. L. Pollacco
Abstract:
We embark on a detailed study of the lightcurves of Keplers most Earth-like exoplanet host stars using the full length of Kepler data. We derive rotation periods, photometric activity indices, flaring energies, mass loss rates, gyrochronological ages, X-ray luminosities and consider implications for the planetary magnetospheres and habitability. Furthermore, we present the detection of superflares…
▽ More
We embark on a detailed study of the lightcurves of Keplers most Earth-like exoplanet host stars using the full length of Kepler data. We derive rotation periods, photometric activity indices, flaring energies, mass loss rates, gyrochronological ages, X-ray luminosities and consider implications for the planetary magnetospheres and habitability. Furthermore, we present the detection of superflares in the lightcurve of Kepler-438, the exoplanet with the highest Earth Similarity Index to date. Kepler-438b orbits at a distance of 0.166AU to its host star, and hence may be susceptible to atmospheric stripping. Our sample is taken from the Habitable Exoplanet Catalogue, and consists of the stars Kepler-22, Kepler-61, Kepler-62, Kepler-174, Kepler-186, Kepler-283, Kepler-296, Kepler-298, Kepler-438, Kepler-440, Kepler-442, Kepler-443 and KOI-4427, between them hosting 15 of the most habitable transiting planets known to date from Kepler.
△ Less
Submitted 17 November, 2015;
originally announced November 2015.
-
A Multi-Period Oscillation in a Stellar Superflare
Authors:
Chloe E. Pugh,
Valery M. Nakariakov,
Anne-Marie Broomhall
Abstract:
Flares that are orders of magnitude larger than the most energetic solar flares are routinely observed on Sun-like stars, raising the question of whether the same physical processes are responsible for both solar and stellar flares. In this letter we present a white-light stellar superflare on the star KIC9655129, observed by NASA's Kepler mission, with a rare multi-period quasi-periodic pulsation…
▽ More
Flares that are orders of magnitude larger than the most energetic solar flares are routinely observed on Sun-like stars, raising the question of whether the same physical processes are responsible for both solar and stellar flares. In this letter we present a white-light stellar superflare on the star KIC9655129, observed by NASA's Kepler mission, with a rare multi-period quasi-periodic pulsation (QPP) pattern. Two significant periodic processes were detected using the wavelet and autocorrelation techniques, with periods of 78 +/- 12 min and 32 +/- 2 min. By comparing the phases and decay times of the two periodicities, the QPP signal was found to most likely be linear, suggesting that the two periodicities are independent, possibly corresponding either to different magnetohydrodynamic modes of the flaring region, or different spatial harmonics of the same mode. The presence of multiple periodicities is a good indication that the QPPs were caused by magnetohydrodynamic oscillations, and suggests that the physical processes in operation during stellar flares could be the same as those in solar flares.
△ Less
Submitted 13 October, 2015;
originally announced October 2015.
-
Free-space quantum key distribution to a moving receiver
Authors:
Jean-Philippe Bourgoin,
Brendon L. Higgins,
Nick Gigov,
Catherine Holloway,
Christopher J. Pugh,
Sarah Kaiser,
Miles Cranmer,
Thomas Jennewein
Abstract:
Technological realities limit terrestrial quantum key distribution (QKD) to single-link distances of a few hundred kilometers. One promising avenue for global-scale quantum communication networks is to use low-Earth-orbit satellites. Here we report the first demonstration of QKD from a stationary transmitter to a receiver platform traveling at an angular speed equivalent to a 600 km altitude satel…
▽ More
Technological realities limit terrestrial quantum key distribution (QKD) to single-link distances of a few hundred kilometers. One promising avenue for global-scale quantum communication networks is to use low-Earth-orbit satellites. Here we report the first demonstration of QKD from a stationary transmitter to a receiver platform traveling at an angular speed equivalent to a 600 km altitude satellite, located on a moving truck. We overcome the challenges of actively correcting beam pointing, photon polarization and time-of-flight. Our system generates an asymptotic secure key at 40 bits/s.
△ Less
Submitted 17 December, 2015; v1 submitted 1 May, 2015;
originally announced May 2015.
-
Oscillations in stellar superflares
Authors:
L. A. Balona,
A. -M. Broomhall,
A. Kosovichev,
V. M. Nakariakov,
C. E. Pugh,
T. Van Doorsselaere
Abstract:
Two different mechanisms may act to induce quasi-periodic pulsations (QPP) in whole-disk observations of stellar flares. One mechanism may be magneto-hydromagnetic (MHD) forces and other processes acting on flare loops as seen in the Sun. The other mechanism may be forced local acoustic oscillations due to the high-energy particle impulse generated by the flare (known as `sunquakes' in the Sun). W…
▽ More
Two different mechanisms may act to induce quasi-periodic pulsations (QPP) in whole-disk observations of stellar flares. One mechanism may be magneto-hydromagnetic (MHD) forces and other processes acting on flare loops as seen in the Sun. The other mechanism may be forced local acoustic oscillations due to the high-energy particle impulse generated by the flare (known as `sunquakes' in the Sun). We analyze short-cadence Kepler data of 257 flares in 75 stars to search for QPP in the flare decay branch or post-flare oscillations which may be attributed to either of these two mechanisms. About 18 percent of stellar flares show a distinct bump in the flare decay branch of unknown origin. The bump does not seem to be a highly-damped global oscillation because the periods of the bumps derived from wavelet analysis do not correlate with any stellar parameter. We detected damped oscillations covering several cycles (QPP), in seven flares on five stars. The periods of these oscillations also do not correlate with any stellar parameter, suggesting that these may be a due to flare loop oscillations. We searched for forced global oscillations which might result after a strong flare. To this end, we investigated the behaviour of the amplitudes of solar-like oscillations in eight stars before and after a flare. However, no clear amplitude change could be detected. We also analyzed the amplitudes of the self-excited pulsations in two delta Scuti stars and one gamma Doradus star before and after a flare. Again, no clear amplitude changes were found. Our conclusions are that a new process needs to be found to explain the high incidence of bumps in stellar flare light curves, that flare loop oscillations may have been detected in a few stars and that no conclusive evidence exists as yet for flare induced global acoustic oscillations (starquakes).
△ Less
Submitted 7 April, 2015;
originally announced April 2015.
-
Experimental Three-Particle Quantum Nonlocality under Strict Locality Conditions
Authors:
C. Erven,
E. Meyer-Scott,
K. Fisher,
J. Lavoie,
B. L. Higgins,
Z. Yan,
C. J. Pugh,
J. -P. Bourgoin,
R. Prevedel,
L. K. Shalm,
L. Richards,
N. Gigov,
R. Laflamme,
G. Weihs,
T. Jennewein,
K. J. Resch
Abstract:
Quantum correlations are critical to our understanding of nature, with far-reaching technological and fundamental impact. These often manifest as violations of Bell's inequalities, bounds derived from the assumptions of locality and realism, concepts integral to classical physics. Many tests of Bell's inequalities have studied pairs of correlated particles; however, the immense interest in multi-p…
▽ More
Quantum correlations are critical to our understanding of nature, with far-reaching technological and fundamental impact. These often manifest as violations of Bell's inequalities, bounds derived from the assumptions of locality and realism, concepts integral to classical physics. Many tests of Bell's inequalities have studied pairs of correlated particles; however, the immense interest in multi-particle quantum correlations is driving the experimental frontier to test systems beyond just pairs. All experimental violations of Bell's inequalities to date require supplementary assumptions, opening the results to one or more loopholes, the closing of which is one of the most important challenges in quantum science. Individual loopholes have been closed in experiments with pairs of particles and a very recent result closed the detection loophole in a six ion experiment. No experiment thus far has closed the locality loopholes with three or more particles. Here, we distribute three-photon Greenberger-Horne-Zeilinger entangled states using optical fibre and free-space links to independent measurement stations. The measured correlations constitute a test of Mermin's inequality while closing both the locality and related freedom-of-choice loopholes due to our experimental configuration and timing. We measured a Mermin parameter of 2.77 +/- 0.08, violating the inequality bound of 2 by over 9 standard deviations, with minimum tolerances for the locality and freedom-of-choice loopholes of 264 +/- 28 ns and 304 +/- 25 ns, respectively. These results represent a significant advance towards definitive tests of the foundations of quantum mechanics and practical multi-party quantum communications protocols.
△ Less
Submitted 5 September, 2013;
originally announced September 2013.
-
Periodic Points on the 2-sphere
Authors:
Charles Pugh,
Michael Shub
Abstract:
For a $C^{1}$ degree two latitude preserving endomorphism $f$ of the 2-sphere, we show that $f$ has $2^{n}$ periodic points.
For a $C^{1}$ degree two latitude preserving endomorphism $f$ of the 2-sphere, we show that $f$ has $2^{n}$ periodic points.
△ Less
Submitted 13 October, 2012;
originally announced October 2012.
-
Hölder foliations, revisited
Authors:
Charles Pugh,
Michael Shub,
Amie Wilkinson
Abstract:
We investigate transverse Hölder regularity of some canonical leaf conjugacies in partially hyperbolic dynamical systems and transverse Hölder regularity of some invariant foliations. Our results validate claims made elsewhere in the literature.
We investigate transverse Hölder regularity of some canonical leaf conjugacies in partially hyperbolic dynamical systems and transverse Hölder regularity of some invariant foliations. Our results validate claims made elsewhere in the literature.
△ Less
Submitted 8 April, 2012; v1 submitted 12 December, 2011;
originally announced December 2011.
-
Technical Report: Modeling of Composite Piezoelectric Structures with the Finite Volume Method
Authors:
Valentin Bolborici,
Francis P. Dawson,
Mary C. Pugh
Abstract:
Piezoelectric devices, such as piezoelectric traveling wave rotary ultrasonic motors, have composite piezoelectric structures. A composite piezoelectric structure consists of a combination of two or more bonded materials, where at least one of them is a piezoelectric transducer. Numerical modeling of piezoelectric structures has been done in the past mainly with the finite element method. Alternat…
▽ More
Piezoelectric devices, such as piezoelectric traveling wave rotary ultrasonic motors, have composite piezoelectric structures. A composite piezoelectric structure consists of a combination of two or more bonded materials, where at least one of them is a piezoelectric transducer. Numerical modeling of piezoelectric structures has been done in the past mainly with the finite element method. Alternatively, a finite volume based approach offers the following advantages: (a) the ordinary differential equations resulting from the discretization process can be interpreted directly as corresponding circuits and (b) phenomena occurring at boundaries can be treated exactly. This report extends the work of IEEE Transactions on UFFC 57(2010)7:1673-1691 by presenting a method for implementing the boundary conditions between the bonded materials in composite piezoelectric structures. The report concludes with one modeling example of a unimorph structure.
△ Less
Submitted 7 September, 2011; v1 submitted 4 August, 2011;
originally announced August 2011.
-
Geometrical entanglement of highly symmetric multipartite states and the Schmidt decomposition
Authors:
D. Buhr,
M. E. Carrington,
T. Fugleberg,
R. Kobes,
G. Kunstatter,
D. McGillis,
C. Pugh,
D. Ryckman
Abstract:
In a previous paper we examined a geometric measure of entanglement based on the minimum distance between the entangled target state of interest and the space of unnormalized product states. Here we present a detailed study of this entanglement measure for target states with a large degree of symmetry. We obtain analytic solutions for the extrema of the distance function and solve for the Hessian…
▽ More
In a previous paper we examined a geometric measure of entanglement based on the minimum distance between the entangled target state of interest and the space of unnormalized product states. Here we present a detailed study of this entanglement measure for target states with a large degree of symmetry. We obtain analytic solutions for the extrema of the distance function and solve for the Hessian to show that, up to the action of trivial symmetries, the solutions correspond to local minima of the distance function. In addition, we show that the conditions that determine the extremal solutions for general target states can be obtained directly by parametrizing the product states via their Schmidt decomposition.
△ Less
Submitted 5 August, 2011; v1 submitted 15 April, 2011;
originally announced April 2011.
-
Jordan curves and funnel sections
Authors:
Charles Pugh,
Conan Wu
Abstract:
We study the case when solution of an ODE at a given initial condition fail to be unique and investigate what are the possible time-1 sections of the `solution funnel'. Along the way we give construction of a natural complete metric on the space of Jordan curves and prove that the generic Jordan curve is nowhere pierceable by arcs of finite length.
We study the case when solution of an ODE at a given initial condition fail to be unique and investigate what are the possible time-1 sections of the `solution funnel'. Along the way we give construction of a natural complete metric on the space of Jordan curves and prove that the generic Jordan curve is nowhere pierceable by arcs of finite length.
△ Less
Submitted 13 February, 2011;
originally announced February 2011.
-
Research Announcement: Finite-time Blow Up and Long-wave Unstable Thin Film Equations
Authors:
Marina Chugunova,
M. C. Pugh,
Roman M. Taranets
Abstract:
We study short--time existence, long--time existence, finite speed of propagation, and finite--time blow--up of nonnegative solutions for long-wave unstable thin film equations $h_t = -a_0(h^n h_{xxx})_x - a_1(h^m h_x)_x$ with $n>0$, $a_0 > 0$, and $a_1 >0$. The existence and finite speed of propagation results extend those of [Comm Pure Appl Math 51:625--661, 1998]. For $0<n<2$ we prove the exist…
▽ More
We study short--time existence, long--time existence, finite speed of propagation, and finite--time blow--up of nonnegative solutions for long-wave unstable thin film equations $h_t = -a_0(h^n h_{xxx})_x - a_1(h^m h_x)_x$ with $n>0$, $a_0 > 0$, and $a_1 >0$. The existence and finite speed of propagation results extend those of [Comm Pure Appl Math 51:625--661, 1998]. For $0<n<2$ we prove the existence of a nonnegative, compactly--supported, strong solution on the line that blows up in finite time. The construction requires that the initial data be nonnegative, compactly supported in $\R^1$, be in $H^1(\R^1)$, and have negative energy. The blow-up is proven for a large range of $(n,m)$ exponents and extends the results of [Indiana Univ Math J 49:1323--1366, 2000].
△ Less
Submitted 2 August, 2010;
originally announced August 2010.
-
Nonnegative solutions for a long-wave unstable thin film equation with convection
Authors:
Marina Chugunova,
M. C. Pugh,
R. M. Taranets
Abstract:
We consider a nonlinear 4th-order degenerate parabolic partial differential equation that arises in modelling the dynamics of an incompressible thin liquid film on the outer surface of a rotating horizontal cylinder in the presence of gravity. The parameters involved determine a rich variety of qualitatively different flows. Depending on the initial data and the parameter values, we prove the ex…
▽ More
We consider a nonlinear 4th-order degenerate parabolic partial differential equation that arises in modelling the dynamics of an incompressible thin liquid film on the outer surface of a rotating horizontal cylinder in the presence of gravity. The parameters involved determine a rich variety of qualitatively different flows. Depending on the initial data and the parameter values, we prove the existence of nonnegative periodic weak solutions. In addition, we prove that these solutions and their gradients cannot grow any faster than linearly in time; there cannot be a finite-time blow-up. Finally, we present numerical simulations of solutions.
△ Less
Submitted 28 October, 2009;
originally announced October 2009.
-
Technical report on a long-wave unstable thin film equation with convection
Authors:
Marina Chugunova,
M. C. Pugh,
R. M. Taranets
Abstract:
In this technical report, we consider a nonlinear 4th-order degenerate parabolic partial differential equation that arises in modelling the dynamics of an incompressible thin liquid film on the outer surface of a rotating horizontal cylinder in the presence of gravity. The parameters involved determine a rich variety of qualitatively different flows. Depending on the initial data and the paramet…
▽ More
In this technical report, we consider a nonlinear 4th-order degenerate parabolic partial differential equation that arises in modelling the dynamics of an incompressible thin liquid film on the outer surface of a rotating horizontal cylinder in the presence of gravity. The parameters involved determine a rich variety of qualitatively different flows. Depending on the initial data and the parameter values, we prove the existence of nonnegative periodic weak solutions. In addition, we prove that these solutions and their gradients cannot grow any faster than linearly in time; there cannot be a finite-time blow-up. Finally, we present numerical simulations of solutions.
△ Less
Submitted 27 October, 2009;
originally announced October 2009.
-
The Boundary between Compact and Noncompact Complete Riemann Manifolds
Authors:
D. Holcman,
C. Pugh
Abstract:
In 1941 Sumner Myers proved that if the Ricci curvature of a complete Riemann manifold has a positive infimum then the manifold is compact and its diameter is bounded in terms of the infimum. Subsequently the curvature hypothesis has been weakened, and in this paper we weaken it further in an attempt to find the ultimate, sharp result.
In 1941 Sumner Myers proved that if the Ricci curvature of a complete Riemann manifold has a positive infimum then the manifold is compact and its diameter is bounded in terms of the infimum. Subsequently the curvature hypothesis has been weakened, and in this paper we weaken it further in an attempt to find the ultimate, sharp result.
△ Less
Submitted 24 January, 2005;
originally announced January 2005.
-
Convex Dynamics and Applications
Authors:
R. L. Adler,
B. Kitchens,
M. Martens,
C. Pugh,
M. Shub,
C. Tresser
Abstract:
This paper proves a theorem about bounding orbits of a time dependent dynamical system. The maps that are involved are examples in convex dynamics, by which we mean the dynamics of piecewise isometries where the pieces are convex. The theorem came to the attention of the authors in connection with the problem of digital halftoning. \textit{Digital halftoning} is a family of printing technologies…
▽ More
This paper proves a theorem about bounding orbits of a time dependent dynamical system. The maps that are involved are examples in convex dynamics, by which we mean the dynamics of piecewise isometries where the pieces are convex. The theorem came to the attention of the authors in connection with the problem of digital halftoning. \textit{Digital halftoning} is a family of printing technologies for getting full color images from only a few different colors deposited at dots all of the same size. The simplest version consist in obtaining grey scale images from only black and white dots. A corollary of the theorem is that for \textit{error diffusion}, one of the methods of digital halftoning, averages of colors of the printed dots converge to averages of the colors taken from the same dots of the actual images. Digital printing is a special case of a much wider class of scheduling problems to which the theorem applies. Convex dynamics has roots in classical areas of mathematics such as symbolic dynamics, Diophantine approximation, and the theory of uniform distributions.
△ Less
Submitted 7 February, 2004;
originally announced February 2004.
-
Partial differentiability of invariant splittings
Authors:
Charles Pugh,
Michael Shub,
Amie Wilkinson
Abstract:
A key feature of a general nonlinear partially hyperbolic dynamical system is the absence of differentiability of its invariant splitting. In this paper, we show that often partial derivatives of the splitting exist and the splitting depends smoothly on the dynamical system itself.
A key feature of a general nonlinear partially hyperbolic dynamical system is the absence of differentiability of its invariant splitting. In this paper, we show that often partial derivatives of the splitting exist and the splitting depends smoothly on the dynamical system itself.
△ Less
Submitted 15 October, 2002;
originally announced October 2002.
-
Heteroclinic orbits, mobility parameters and stability for thin film type equations
Authors:
R. S. Laugesen,
M. C. Pugh
Abstract:
We study numerically the phase space of the evolution equation h_t = -(h^n h_{xxx})_x - B (h^m h_x)_x . Here h(x,t) is nonnegative, n>0 and m is real, and the Bond number B is positive.
We pursue three goals: to investigate the nonlinear stability of the positive periodic and constant steady states; to locate heteroclinic connecting orbits between these steady states and the compactly supporte…
▽ More
We study numerically the phase space of the evolution equation h_t = -(h^n h_{xxx})_x - B (h^m h_x)_x . Here h(x,t) is nonnegative, n>0 and m is real, and the Bond number B is positive.
We pursue three goals: to investigate the nonlinear stability of the positive periodic and constant steady states; to locate heteroclinic connecting orbits between these steady states and the compactly supported 'droplet' steady states; and to determine how these orbits change when the 'mobility' exponents n and m are changed.
For example, we change the mobility coefficients in such a way that the steady states are unchanged and find evidence that heteroclinic orbits between steady states are perturbed but not broken. We also find that when there appear to be touch-down singularities, the exponent n affects whether they occur in finite or infinite time. It also can affect whether there is one touch-down or two touch-downs per period.
△ Less
Submitted 29 March, 2000;
originally announced March 2000.
-
Energy levels of steady states for thin film type equations
Authors:
R. S. Laugesen,
M. C. Pugh
Abstract:
We study the phase space of the evolution equation h_t = -(f(h) h_{xxx})_x - (g(h) h_x)_x by means of a dissipated energy (a Liapunov function). Here h(x,t) is nonnegative, and at h=0 the coefficient functions f>0 and g can either degenerate to 0, or blow up to infinity, or tend to a nonzero constant.
We first show all positive periodic steady states are 'energy unstable' fixed points for the…
▽ More
We study the phase space of the evolution equation h_t = -(f(h) h_{xxx})_x - (g(h) h_x)_x by means of a dissipated energy (a Liapunov function). Here h(x,t) is nonnegative, and at h=0 the coefficient functions f>0 and g can either degenerate to 0, or blow up to infinity, or tend to a nonzero constant.
We first show all positive periodic steady states are 'energy unstable' fixed points for the evolution (meaning the energy decreases under some zero--mean perturbation) if g/f is convex or if the perturbations are allowed to have period longer than that of the steady state.
For power law coefficients (f(y) = y^n and g(y) = B y^m for some B > 0) we analytically determine the relative energy levels of distinct steady states. For example, with m-n in [1,2) and for suitable choices of the period and mean value, we find three fundamentally different steady states. The first is a constant steady state that is nonlinearly stable and is a local minimum of the energy. The second is a positive periodic steady state that is linearly unstable and has higher energy than the constant steady state; it is a saddle point. The third is a periodic collection of 'droplet' (compactly supported) steady states having lower energy than either the positive steady state or the constant one. Since the energy must decrease along every orbit, these results significantly constrain the dynamics of the evolution equation.
Our results suggest that heteroclinic connections could exist between certain of the steady states, for example from the periodic steady state to the droplet one. In a companion article we perform numerical simulations to confirm their existence.
△ Less
Submitted 29 March, 2000;
originally announced March 2000.
-
On the Validity of the Conjugate Pairing Rule for Lyapunov Exponents
Authors:
F. Bonetto,
E. G. D. Cohen,
C. Pugh
Abstract:
For Hamiltonian systems subject to an external potential, which in the presence of a thermostat will reach a nonequilibrium stationary state, Dettmann and Morriss proved a strong conjugate pairing rule (SCPR) for pairs of Lyapunov exponents in the case of isokinetic (IK) stationary states which have a given kinetic energy. This SCPR holds for all initial phases of the system, all times t and all…
▽ More
For Hamiltonian systems subject to an external potential, which in the presence of a thermostat will reach a nonequilibrium stationary state, Dettmann and Morriss proved a strong conjugate pairing rule (SCPR) for pairs of Lyapunov exponents in the case of isokinetic (IK) stationary states which have a given kinetic energy. This SCPR holds for all initial phases of the system, all times t and all numbers of particles N. This proof was generalized by Wojtkovski and Liverani to include hard interparticle potentials. A geometrical reformulation of those results is presented. The present paper proves numerically, using periodic orbits for the Lorentz gas, that SCPR cannot hold for isoenergetic (IE) stationary states, which have a given total internal energy. In that case strong evidence is obtained for CPR to hold for large N and t, where it can be conjectured that the larger N, the smaller t will be. This suffices for statistical mechanics.
△ Less
Submitted 9 March, 1998;
originally announced March 1998.