Skip to main content

Showing 1–50 of 137 results for author: Nichols, J

.
  1. arXiv:2406.18385  [pdf, other

    physics.optics

    Bending Light via Transverse Momentum Exchange: Theory and Experiment

    Authors: J. M. Nichols, D. V. Nickel, F. Bucholtz

    Abstract: In this work we present a transport model for the paraxial propagation of vector beams. Of particular importance is the appearance of a new transverse momentum term proportional to the linear polarization angle gradient imparted to the beam during the beam preparation process. The model predicts that during propagation, this new momentum will be exchanged for classical transverse momentum, thereby… ▽ More

    Submitted 26 June, 2024; originally announced June 2024.

    Comments: 11 pages, 1 figure, 3 appendices

    MSC Class: 35Q60; 78A60

  2. arXiv:2406.07739  [pdf, other

    cs.CL cs.HC cs.SE

    UICoder: Finetuning Large Language Models to Generate User Interface Code through Automated Feedback

    Authors: Jason Wu, Eldon Schoop, Alan Leung, Titus Barik, Jeffrey P. Bigham, Jeffrey Nichols

    Abstract: Large language models (LLMs) struggle to consistently generate UI code that compiles and produces visually relevant designs. Existing approaches to improve generation rely on expensive human feedback or distilling a proprietary model. In this paper, we explore the use of automated feedback (compilers and multi-modal models) to guide LLMs to generate high-quality UI code. Our method starts with an… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

    Comments: Accepted to NAACL 2024

  3. arXiv:2405.14434  [pdf, other

    astro-ph.SR astro-ph.EP astro-ph.HE

    X-ray and UV radiation in the planet-forming T-Tauri system PDS 70. Signs of accretion and coronal activity

    Authors: Simon R. G. Joyce, John P. Pye, Jonathan D. Nichols, Richard Alexander, Manuel Gudel, David Barrado

    Abstract: Planet formation takes place in protoplanetary discs around young T-Tauri stars. PDS 70 is one of the first confirmed examples of a system where the planets are currently forming in gaps in the disc, and can be directly imaged. One of the main early influences on planet formation is the lifetime of the protoplanetary disk, which is limited by the intense stellar X-ray and UV radiation. Stellar cor… ▽ More

    Submitted 23 May, 2024; originally announced May 2024.

    Comments: 17 pages, Published in MNRAS

    Journal ref: MNRAS (2023), 519, 4514

  4. arXiv:2405.06577  [pdf, other

    astro-ph.SR astro-ph.EP

    ExoplANETS-A: A VO database for host stars and planetary systems: The effect of XUV on planet atmospheres

    Authors: M. Morales-Calderón, S. R. G. Joyce, J. P. Pye, D. Barrado, M. García Castro, C. Rodrigo, E. Solano, J. D. Nichols, P. O. Lagage, A. Castro-González, R. A. García, M. Guedel, N. Huélamo, Y. Metodieva, R. Waters

    Abstract: ExoplANETS-A is an EU Horizon-2020 project with the primary objective of establishing new knowledge on exoplanet atmospheres. Intimately related to this topic is the study of the host-stars radiative properties in order to understand the environment in which exoplanets lie. The aim of this work is to exploit archived data from space-based observatories and other public sources to produce uniform… ▽ More

    Submitted 10 May, 2024; originally announced May 2024.

    Comments: 14 pages

  5. arXiv:2404.19676  [pdf, other

    astro-ph.SR astro-ph.HE

    The Nature of X-Rays from Young Stellar Objects in the Orion Nebula Cluster -- A Chandra HETGS Legacy Project

    Authors: Norbert S. Schulz, David P. Huenemoerder, David A. Principe, Marc Gagne, Hans Moritz Günther, Joel Kastner, Joy Nichols, Andrew Pollock, Thomas Preibisch, Paola Testa, Fabio Reale, Fabio Favata, Claude R. Canizares

    Abstract: The Orion Nebula Cluster (ONC) is the closest site of very young ($\sim$ 1 Myrs) massive star formation. The ONC hosts more than 1600 young and X-ray bright stars with masses ranging from $\sim$ 0.1 to 35 $M_\odot$. The Chandra HETGS Orion Legacy Project observed the ONC with the Chandra high energy transmission grating spectrometer (HETGS) for $2.1\,$Ms. We describe the spectral extraction and cl… ▽ More

    Submitted 9 May, 2024; v1 submitted 30 April, 2024; originally announced April 2024.

    Comments: Accepted by ApJ, fixed typo in the xlabel of Fig 12 (left panel)

  6. arXiv:2404.16977  [pdf, other

    astro-ph.SR astro-ph.HE

    Chandra HETG X-ray Spectra and Variability of $π$ Aqr, a $γ$ Cas-type Be star

    Authors: David P. Huenemoerder, Pragati Pradhan, Claude R. Canizares, Sean Gunderson, Richard Ignace, Joy S. Nichols, A. M. T. Pollock, Norbert S. Schulz, Dustin K. Swarm, Jose M. Torrejon

    Abstract: High-resolution X-ray spectra of $π\,$Aqr, a $γ\,$Cas-type star, obtained with the Chandra/HETG grating spectrometer, revealed emission lines of H-like ions of Mg, Si, S, and Fe, a strong, hard continuum, and a lack of He-like ions, indicating the presence of very hot thermal plasma. The X-ray light curve showed significant fluctuations, with coherent variability at period of about 3400 seconds in… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

    Comments: 7 pages, 3 figures, 3 tables

  7. arXiv:2404.12500  [pdf, other

    cs.HC cs.CL cs.CV

    UIClip: A Data-driven Model for Assessing User Interface Design

    Authors: Jason Wu, Yi-Hao Peng, Amanda Li, Amanda Swearngin, Jeffrey P. Bigham, Jeffrey Nichols

    Abstract: User interface (UI) design is a difficult yet important task for ensuring the usability, accessibility, and aesthetic qualities of applications. In our paper, we develop a machine-learned model, UIClip, for assessing the design quality and visual relevance of a UI given its screenshot and natural language description. To train UIClip, we used a combination of automated crawling, synthetic augmenta… ▽ More

    Submitted 18 April, 2024; originally announced April 2024.

  8. arXiv:2404.07387  [pdf, other

    cs.HC cs.AI

    BISCUIT: Scaffolding LLM-Generated Code with Ephemeral UIs in Computational Notebooks

    Authors: Ruijia Cheng, Titus Barik, Alan Leung, Fred Hohman, Jeffrey Nichols

    Abstract: Novices frequently engage with machine learning tutorials in computational notebooks and have been adopting code generation technologies based on large language models (LLMs). However, they encounter difficulties in understanding and working with code produced by LLMs. To mitigate these challenges, we introduce a novel workflow into computational notebooks that augments LLM-based code generation w… ▽ More

    Submitted 12 April, 2024; v1 submitted 10 April, 2024; originally announced April 2024.

  9. arXiv:2404.05719  [pdf, other

    cs.CV cs.CL cs.HC

    Ferret-UI: Grounded Mobile UI Understanding with Multimodal LLMs

    Authors: Keen You, Haotian Zhang, Eldon Schoop, Floris Weers, Amanda Swearngin, Jeffrey Nichols, Yinfei Yang, Zhe Gan

    Abstract: Recent advancements in multimodal large language models (MLLMs) have been noteworthy, yet, these general-domain MLLMs often fall short in their ability to comprehend and interact effectively with user interface (UI) screens. In this paper, we present Ferret-UI, a new MLLM tailored for enhanced understanding of mobile UI screens, equipped with referring, grounding, and reasoning capabilities. Given… ▽ More

    Submitted 8 April, 2024; originally announced April 2024.

  10. arXiv:2402.06071  [pdf, other

    cs.HC

    Keyframer: Empowering Animation Design using Large Language Models

    Authors: Tiffany Tseng, Ruijia Cheng, Jeffrey Nichols

    Abstract: Large language models (LLMs) have the potential to impact a wide range of creative domains, but the application of LLMs to animation is underexplored and presents novel challenges such as how users might effectively describe motion in natural language. In this paper, we present Keyframer, a design tool for animating static images (SVGs) with natural language. Informed by interviews with profession… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

  11. arXiv:2310.04869  [pdf, other

    cs.HC cs.AI cs.CL cs.CV

    ILuvUI: Instruction-tuned LangUage-Vision modeling of UIs from Machine Conversations

    Authors: Yue Jiang, Eldon Schoop, Amanda Swearngin, Jeffrey Nichols

    Abstract: Multimodal Vision-Language Models (VLMs) enable powerful applications from their fused understanding of images and language, but many perform poorly on UI tasks due to the lack of UI training data. In this paper, we adapt a recipe for generating paired text-image training data for VLMs to the UI domain by combining existing pixel-based methods with a Large Language Model (LLM). Unlike prior art, o… ▽ More

    Submitted 7 October, 2023; originally announced October 2023.

  12. AXNav: Replaying Accessibility Tests from Natural Language

    Authors: Maryam Taeb, Amanda Swearngin, Eldon Schoop, Ruijia Cheng, Yue Jiang, Jeffrey Nichols

    Abstract: Developers and quality assurance testers often rely on manual testing to test accessibility features throughout the product lifecycle. Unfortunately, manual testing can be tedious, often has an overwhelming scope, and can be difficult to schedule amongst other development milestones. Recently, Large Language Models (LLMs) have been used for a variety of tasks including automation of UIs, however t… ▽ More

    Submitted 4 March, 2024; v1 submitted 3 October, 2023; originally announced October 2023.

    Comments: Accepted into Conference on Human Factors in Computing Systems (CHI) 2024, 22 pages, 7 figures

    ACM Class: I.2

  13. arXiv:2310.00091  [pdf, other

    cs.HC cs.SE

    Towards Automated Accessibility Report Generation for Mobile Apps

    Authors: Amanda Swearngin, Jason Wu, Xiaoyi Zhang, Esteban Gomez, Jen Coughenour, Rachel Stukenborg, Bhavya Garg, Greg Hughes, Adriana Hilliard, Jeffrey P. Bigham, Jeffrey Nichols

    Abstract: Many apps have basic accessibility issues, like missing labels or low contrast. Automated tools can help app developers catch basic issues, but can be laborious or require writing dedicated tests. We propose a system, motivated by a collaborative process with accessibility stakeholders at a large technology company, to generate whole app accessibility reports by combining varied data collection me… ▽ More

    Submitted 16 October, 2023; v1 submitted 29 September, 2023; originally announced October 2023.

    Comments: 24 pages, 8 figures

  14. arXiv:2308.14835  [pdf, other

    cs.CR

    AI ATAC 1: An Evaluation of Prominent Commercial Malware Detectors

    Authors: Robert A. Bridges, Brian Weber, Justin M. Beaver, Jared M. Smith, Miki E. Verma, Savannah Norem, Kevin Spakes, Cory Watson, Jeff A. Nichols, Brian Jewell, Michael. D. Iannacone, Chelsey Dunivan Stahl, Kelly M. T. Huffer, T. Sean Oesch

    Abstract: This work presents an evaluation of six prominent commercial endpoint malware detectors, a network malware detector, and a file-conviction algorithm from a cyber technology vendor. The evaluation was administered as the first of the Artificial Intelligence Applications to Autonomous Cybersecurity (AI ATAC) prize challenges, funded by / completed in service of the US Navy. The experiment employed 1… ▽ More

    Submitted 28 August, 2023; originally announced August 2023.

  15. arXiv:2308.12259  [pdf, other

    eess.SP eess.SY

    Data-driven Identification of Parametric Governing Equations of Dynamical Systems Using the Signed Cumulative Distribution Transform

    Authors: Abu Hasnat Mohammad Rubaiyat, Duy H. Thai, Jonathan M. Nichols, Meredith N. Hutchinson, Samuel P. Wallen, Christina J. Naify, Nathan Geib, Michael R. Haberman, Gustavo K. Rohde

    Abstract: This paper presents a novel data-driven approach to identify partial differential equation (PDE) parameters of a dynamical system. Specifically, we adopt a mathematical "transport" model for the solution of the dynamical system at specific spatial locations that allows us to accurately estimate the model parameters, including those associated with structural damage. This is accomplished by means o… ▽ More

    Submitted 14 November, 2023; v1 submitted 23 August, 2023; originally announced August 2023.

  16. arXiv:2308.08726  [pdf, other

    cs.HC

    Never-ending Learning of User Interfaces

    Authors: Jason Wu, Rebecca Krosnick, Eldon Schoop, Amanda Swearngin, Jeffrey P. Bigham, Jeffrey Nichols

    Abstract: Machine learning models have been trained to predict semantic information about user interfaces (UIs) to make apps more accessible, easier to test, and to automate. Currently, most models rely on datasets that are collected and labeled by human crowd-workers, a process that is costly and surprisingly error-prone for certain tasks. For example, it is possible to guess if a UI element is "tappable"… ▽ More

    Submitted 16 August, 2023; originally announced August 2023.

  17. arXiv:2308.01374  [pdf, other

    astro-ph.SR

    The Mass-Temperature Relation for B and Early A Stars Based on IUE Spectra of Detached Eclipsing Binaries

    Authors: Nancy Remage Evans, Mckenzie G. Ferrari, Joanna Kuraszkiewicz, Steven Silverberg, Joy Nichols, Guillermo Torres, Makenzi Fischbach

    Abstract: Ultraviolet spectra were taken of 25 Detached Eclipsing Binaries (DEBs) with spectral types O, B, and early A with the International Ultraviolet Explorer (IUE) satellite in the 1150 to 1900 $Å$ region. The spectra were compared with BOSZ model atmospheres (Bohlin, et al. 2017). The composite spectra of the DEBs were modeled by a combination of models representing the hot and cool components, and t… ▽ More

    Submitted 2 August, 2023; originally announced August 2023.

    Comments: accepted by AJ

    Report number: 04

  18. arXiv:2308.00758  [pdf, other

    astro-ph.SR astro-ph.HE

    Survey of X-rays from Massive Stars Observed at High Spectral Resolution with Chandra

    Authors: Pragati Pradhan, David P. Huenemoerder, Richard Ignace, Joy S. Nichols, A. M. T. Pollock

    Abstract: Identifying trends between observational data and the range of physical parameters of massive stars is a critical step to the still-elusive full understanding of the source, structure, and evolution of X-ray emission from the stellar winds, requiring a substantial sample size and systematic analysis methods. The \emph{Chandra} data archive as of 2022 contains 37 high resolution spectra of O, B, an… ▽ More

    Submitted 1 August, 2023; originally announced August 2023.

    Comments: 78 pages, 46 figures, 41 tables, Accepted for publication in ApJ

  19. arXiv:2307.11485  [pdf, other

    astro-ph.HE astro-ph.SR

    The RS Oph outburst of 2021 monitored in X-rays with NICER

    Authors: Marina Orio, Keith Gendreau, Morgan Giese, Gerardo Juna M. Luna, Jozef Magdolen, Tod E. Strohmayer, Andy E. Zhang, Diego Altamirano, Andrej Dobrotka, Teruaki Enoto, Elizabeth C. Ferrara, Richard Ignace, Sebastian heinz, Craig Markwardt, Joy S. Nichols, Micahel L. Parker, Dheerajay R. Pasham, Songpeng Pei, Pragati Pradhan, Ron Remillard, James F. Steiner, Francesco Tombesi

    Abstract: The 2021 outburst of the symbiotic recurrent nova RS Oph was monitored with the Neutron Star Interior Composition Explorer Mission (NICER) in the 0.2-12 keV range from day one after the optical maximum, until day 88, producing an unprecedented, detailed view of the outburst development. The X-ray flux preceding the supersoft X-ray phase peaked almost 5 days after optical maximum and originated onl… ▽ More

    Submitted 21 July, 2023; originally announced July 2023.

    Comments: Accepted for publication in the Astrophysical Journal

  20. arXiv:2306.03248  [pdf, other

    physics.flu-dyn

    Three-dimensional receptivity of hypersonic sharp and blunt cones to free-stream planar waves using hierarchical input-output analysis

    Authors: David A. Cook, Joseph W. Nichols

    Abstract: Understanding the receptivity of hypersonic flows to free-stream disturbances is crucial for predicting laminar to turbulent boundary layer transition. Input-output analysis as a receptivity tool considers which free-stream disturbances lead to the largest response from the boundary layer using the global linear dynamics. Two technical challenges are addressed. First, we extend recent work by Kama… ▽ More

    Submitted 4 December, 2023; v1 submitted 5 June, 2023; originally announced June 2023.

    Comments: Submitted to Physical Review Fluids

  21. arXiv:2303.10747  [pdf

    physics.flu-dyn

    Linear Analysis of Boundary-Layer Instabilities on a Finned-Cone at Mach 6

    Authors: Daniel B. Araya, Neal P. Bitter, Bradley M. Wheaton, Omar Kamal, Tim Colonius, Anthony Knutson, Heath Johnson, Joseph Nichols, Graham V. Candler, Vincenzo Russo, Christoph Brehm

    Abstract: Boundary-layer instabilities for a finned cone at Mach=6, $Re=8.4 \times 10^6$ [m$^{-1}$], and zero incidence angle are examined using linear stability methods of varying fidelity and maturity, following earlier analysis presented in [doi.org/10.2514/6.2022-3247]. The geometry and laminar flow conditions correspond to experiments conducted at the Boeing Air Force Mach 6 Quiet Tunnel (BAM6QT) at Pu… ▽ More

    Submitted 19 March, 2023; originally announced March 2023.

  22. Topological Deep Learning: A Review of an Emerging Paradigm

    Authors: Ali Zia, Abdelwahed Khamis, James Nichols, Zeeshan Hayder, Vivien Rolland, Lars Petersson

    Abstract: Topological data analysis (TDA) provides insight into data shape. The summaries obtained by these methods are principled global descriptions of multi-dimensional data whilst exhibiting stable properties such as robustness to deformation and noise. Such properties are desirable in deep learning pipelines but they are typically obtained using non-TDA strategies. This is partly caused by the difficul… ▽ More

    Submitted 7 February, 2023; originally announced February 2023.

    Comments: 7 pages and 2 references

  23. arXiv:2301.13280  [pdf, other

    cs.HC

    WebUI: A Dataset for Enhancing Visual UI Understanding with Web Semantics

    Authors: Jason Wu, Siyan Wang, Siman Shen, Yi-Hao Peng, Jeffrey Nichols, Jeffrey P. Bigham

    Abstract: Modeling user interfaces (UIs) from visual information allows systems to make inferences about the functionality and semantics needed to support use cases in accessibility, app automation, and testing. Current datasets for training machine learning models are limited in size due to the costly and time-consuming process of manually collecting and annotating UIs. We crawled the web to construct WebU… ▽ More

    Submitted 30 January, 2023; originally announced January 2023.

    Comments: Accepted to CHI 2023. Dataset, code, and models release coming soon

  24. arXiv:2301.08372  [pdf, other

    cs.HC

    Screen Correspondence: Map** Interchangeable Elements between UIs

    Authors: Jason Wu, Amanda Swearngin, Xiaoyi Zhang, Jeffrey Nichols, Jeffrey P. Bigham

    Abstract: Understanding user interface (UI) functionality is a useful yet challenging task for both machines and people. In this paper, we investigate a machine learning approach for screen correspondence, which allows reasoning about UIs by map** their elements onto previously encountered examples with known functionality and properties. We describe and implement a model that incorporates element semanti… ▽ More

    Submitted 19 January, 2023; originally announced January 2023.

  25. arXiv:2301.03994  [pdf, other

    physics.optics

    Transport Model for the Propagation of Partially-Coherent, Polarization-Gradient Vector Beams

    Authors: J. M. Nichols, D. V. Nickel, G. K. Rohde, F. Bucholtz

    Abstract: In a recent work [20], we predicted and experimentally validated a new physical mechanism for altering the propagation path of a monochromatic beam. Specifically, we showed that by properly tailoring the spatial distribution of the linear state of polarization transverse to the direction of propagation, the beam followed a curved trajectory in free space. Here we extend the model to the partially… ▽ More

    Submitted 10 January, 2023; originally announced January 2023.

    Comments: 25 pages, 3 figures, 3 appendices

    MSC Class: 35Q60; 78A60

  26. arXiv:2209.02123  [pdf, other

    astro-ph.HE astro-ph.SR

    Shocks in the outflow of the RS Oph 2021 eruption observed with X-ray gratings

    Authors: Marina Orio, Ehud Behar, Juan Luna, Jeremy Drake, Jay Gallagher, Joy S. Nichols, Jan-Uwe Ness, Andrej Dobrotka, Joanna Mikolajewska, Massimo Della Valle, Rico Ignace, Roy Rahin

    Abstract: The 2021 outburst of the symbiotic recurrent nova RS Oph was observed with the Chandra High Energy Transmission Gratings (HETG) on day 18 after optical maximum and with XMM-Newton and its Reflection Grating Spectrographs (RGS) on day 21, before the supersoft X-ray source emerged and when the emission was due to shocked ejecta. The absorbed flux in the HETG 1.3-31 Angstrom range was 2.6 x 10(-10) e… ▽ More

    Submitted 5 September, 2022; originally announced September 2022.

    Comments: In press in the Astrophysical Journal

  27. Testing SOAR Tools in Use

    Authors: Robert A. Bridges, Ashley E. Rice, Sean Oesch, Jeff A. Nichols, Cory Watson, Kevin Spakes, Savannah Norem, Mike Huettel, Brian Jewell, Brian Weber, Connor Gannon, Olivia Bizovi, Samuel C Hollifield, Samantha Erwin

    Abstract: Modern security operation centers (SOCs) rely on operators and a tapestry of logging and alerting tools with large scale collection and query abilities. SOC investigations are tedious as they rely on manual efforts to query diverse data sources, overlay related logs, and correlate the data into information and then document results in a ticketing system. Security orchestration, automation, and res… ▽ More

    Submitted 14 February, 2023; v1 submitted 11 August, 2022; originally announced August 2022.

    Journal ref: Computers & Security 2023

  28. arXiv:2207.07712  [pdf, other

    cs.HC

    Reflow: Automatically Improving Touch Interactions in Mobile Applications through Pixel-based Refinements

    Authors: Jason Wu, Titus Barik, Xiaoyi Zhang, Colin Lea, Jeffrey Nichols, Jeffrey P. Bigham

    Abstract: Touch is the primary way that users interact with smartphones. However, building mobile user interfaces where touch interactions work well for all users is a difficult problem, because users have different abilities and preferences. We propose a system, Reflow, which automatically applies small, personalized UI adaptations, called refinements -- to mobile app screens to improve touch efficiency. R… ▽ More

    Submitted 15 July, 2022; originally announced July 2022.

  29. arXiv:2207.04165  [pdf, other

    cs.HC

    Extracting Replayable Interactions from Videos of Mobile App Usage

    Authors: Jieshan Chen, Amanda Swearngin, Jason Wu, Titus Barik, Jeffrey Nichols, Xiaoyi Zhang

    Abstract: Screen recordings of mobile apps are a popular and readily available way for users to share how they interact with apps, such as in online tutorial videos, user reviews, or as attachments in bug reports. Unfortunately, both people and systems can find it difficult to reproduce touch-driven interactions from video pixel data alone. In this paper, we introduce an approach to extract and replay user… ▽ More

    Submitted 8 July, 2022; originally announced July 2022.

  30. Assembling a Cyber Range to Evaluate Artificial Intelligence / Machine Learning (AI/ML) Security Tools

    Authors: Jeffrey A. Nichols, Kevin D. Spakes, Cory L. Watson, Robert A. Bridges

    Abstract: In this case study, we describe the design and assembly of a cyber security testbed at Oak Ridge National Laboratory in Oak Ridge, TN, USA. The range is designed to provide agile reconfigurations to facilitate a wide variety of experiments for evaluations of cyber security tools -- particularly those involving AI/ML. In particular, the testbed provides realistic test environments while permitting… ▽ More

    Submitted 20 January, 2022; originally announced January 2022.

    Comments: ICCWS 2021 16th International Conference on Cyber Warfare and Security. Academic Conferences Limited, 2021

  31. Sketch-based Creativity Support Tools using Deep Learning

    Authors: Forrest Huang, Eldon Schoop, David Ha, Jeffrey Nichols, John Canny

    Abstract: Sketching is a natural and effective visual communication medium commonly used in creative processes. Recent developments in deep-learning models drastically improved machines' ability in understanding and generating visual content. An exciting area of development explores deep-learning approaches used to model human sketches, opening opportunities for creative applications. This chapter describes… ▽ More

    Submitted 18 November, 2021; originally announced November 2021.

    Comments: Preprint of chapter in published in "Artificial Intelligence for Human Computer Interaction: A Modern Approach". arXiv admin note: substantial text overlap with arXiv:2005.07781

  32. arXiv:2110.14582  [pdf, other

    physics.optics physics.app-ph

    Vector Beam Bending

    Authors: J. M. Nichols, D. V. Nickel, F. Bucholtz

    Abstract: It is well known that the trajectory of a light beam can curve if the medium in which the beam propagates is inhomogeneous or if the local spacetime is curved. In this paper we present a third possibility and show that a properly-prepared optical beam follows a curved trajectory even in free space where the spacetime is locally flat. By casting the problem in terms of transport of optical intensit… ▽ More

    Submitted 30 October, 2021; v1 submitted 27 October, 2021; originally announced October 2021.

    Comments: 4 pages, 2 figures

    MSC Class: 35Q60; 78A60

  33. Screen Parsing: Towards Reverse Engineering of UI Models from Screenshots

    Authors: Jason Wu, Xiaoyi Zhang, Jeff Nichols, Jeffrey P. Bigham

    Abstract: Automated understanding of user interfaces (UIs) from their pixels can improve accessibility, enable task automation, and facilitate interface design without relying on developers to comprehensively provide metadata. A first step is to infer what UI elements exist on a screen, but current approaches are limited in how they infer how those elements are semantically grouped into structured interface… ▽ More

    Submitted 17 September, 2021; originally announced September 2021.

  34. arXiv:2109.03742  [pdf, other

    astro-ph.SR astro-ph.EP

    Using in-situ solar-wind observations to generate inner-boundary conditions to outer-heliosphere simulations, 1: Dynamic time war** applied to synthetic observations

    Authors: Mathew Owens, Jonathan Nichols

    Abstract: The structure and dynamics of the magnetospheres of the outer planets, particularly Saturn and Jupiter, have been explored both through remote and in-situ observations. Interpreting these observations often necessitates simultaneous knowledge of the solar-wind conditions im**ing on the magnetosphere. Without an available upstream monitor, solar-wind context is typically provided using models ini… ▽ More

    Submitted 8 September, 2021; originally announced September 2021.

    Comments: 9 pages, 11 figures

  35. arXiv:2106.05045  [pdf, other

    astro-ph.EP physics.space-ph

    Searching for Saturn's X-rays during a rare Jupiter Magnetotail Crossing using Chandra

    Authors: D. M. Weigt, W. R. Dunn, C. M. Jackman, R. Kraft, G. Branduardi-Raymont, J. D. Nichols, A. D. Wibisono, M. F. Vogt, G. R. Gladstone

    Abstract: Every 19 years, Saturn passes through Jupiter's 'flap**' magnetotail. Here, we report Chandra X-ray observations of Saturn planned to coincide with this rare planetary alignment and to analyse Saturn's magnetospheric response when transitioning to this unique parameter space. We analyse three Director's Discretionary Time (DDT) observations from the High Resolution Camera (HRC-I) on-board Chandr… ▽ More

    Submitted 9 June, 2021; originally announced June 2021.

    Comments: 8 pages, 3 figures, accepted for publication in MNRAS

  36. arXiv:2103.05053  [pdf, other

    astro-ph.HE astro-ph.SR

    The Colliding Winds of WR 25 in High Resolution X-rays

    Authors: Pragati Pradhan, David P. Huenemoerder, Richard Ignace, A. M. T Pollock, Joy S. Nichols

    Abstract: WR 25 is a colliding-wind binary star system comprised of a very massive O2.5If*/WN6 primary and an O-star secondary in a 208-day period eccentric orbit. These hot stars have strong, highly-supersonic winds which interact to form a bright X-ray source from wind-collision-shocks whose conditions change with stellar separation. Different views through the WR and O star winds are afforded with orbita… ▽ More

    Submitted 8 March, 2021; originally announced March 2021.

    Comments: 27 pages, 10 figures, submitted to ApJ, comments welcome

  37. arXiv:2103.03985  [pdf, other

    math.NA

    Coarse reduced model selection for nonlinear state estimation

    Authors: James A. Nichols

    Abstract: State estimation is the task of approximately reconstructing a solution $u$ of a parametric partial differential equation when the parameter vector $y$ is unknown and the only information is $m$ linear measurements of $u$. In [Cohen et. al., 2021] the authors proposed a method to use a family of linear reduced spaces as a generalised nonlinear reduced model for state estimation. A computable surro… ▽ More

    Submitted 5 March, 2021; originally announced March 2021.

    Comments: 10 pages, 5 figures. Cconference report

    MSC Class: 65M32; 65M15; 68U20; 65D99

  38. arXiv:2101.04893  [pdf, other

    cs.HC

    Screen Recognition: Creating Accessibility Metadata for Mobile Applications from Pixels

    Authors: Xiaoyi Zhang, Lilian de Greef, Amanda Swearngin, Samuel White, Kyle Murray, Lisa Yu, Qi Shan, Jeffrey Nichols, Jason Wu, Chris Fleizach, Aaron Everitt, Jeffrey P. Bigham

    Abstract: Many accessibility features available on mobile platforms require applications (apps) to provide complete and accurate metadata describing user interface (UI) components. Unfortunately, many apps do not provide sufficient metadata for accessibility features to work as expected. In this paper, we explore inferring accessibility metadata for mobile apps from their pixels, as the visual interfaces of… ▽ More

    Submitted 13 January, 2021; originally announced January 2021.

  39. arXiv:2012.09214  [pdf, other

    cs.CR cs.LG

    Beyond the Hype: A Real-World Evaluation of the Impact and Cost of Machine Learning-Based Malware Detection

    Authors: Robert A. Bridges, Sean Oesch, Miki E. Verma, Michael D. Iannacone, Kelly M. T. Huffer, Brian Jewell, Jeff A. Nichols, Brian Weber, Justin M. Beaver, Jared M. Smith, Daniel Scofield, Craig Miles, Thomas Plummer, Mark Daniell, Anne M. Tall

    Abstract: In this paper, we present a scientific evaluation of four prominent malware detection tools to assist an organization with two primary questions: To what extent do ML-based tools accurately classify previously- and never-before-seen files? Is it worth purchasing a network-level malware detector? To identify weaknesses, we tested each tool against 3,536 total files (2,554 or 72\% malicious, 982 or… ▽ More

    Submitted 17 August, 2022; v1 submitted 16 December, 2020; originally announced December 2020.

    Comments: Includes Actionable Takeaways for SOCs

    Journal ref: Digital Threats: Research and Practice 2023

  40. arXiv:2012.07926  [pdf, other

    astro-ph.EP astro-ph.SR

    The search for radio emission from the exoplanetary systems 55 Cancri, $\upsilon$ Andromedae, and $τ$ Boötis using LOFAR beam-formed observations

    Authors: Jake D. Turner, Philippe Zarka, Jean-Mathias Grießmeier, Joseph Lazio, Baptiste Cecconi, J. Emilio Enriquez, Julien N. Girard, Ray Jayawardhana, Laurent Lamy, Jonathan D. Nichols, Imke de Pater

    Abstract: Observing planetary auroral radio emission is the most promising method to detect exoplanetary magnetic fields, the knowledge of which will provide valuable insights into the planet's interior structure, atmospheric escape, and habitability. We present LOFAR-LBA circularly polarized beamformed observations of the exoplanetary systems 55 Cancri, $\upsilon$ Andromedae, and $τ$ Boötis. We tentatively… ▽ More

    Submitted 14 December, 2020; originally announced December 2020.

    Comments: Accepted for publication in A&A (Oct. 22, 2020). 29 pages (15 pgs main text), 17 figures, 8 tables, 10 appendices

    Journal ref: A&A 645, A59 (2021)

  41. Correlated X-ray and optical variability in the O-type supergiant zeta Puppis

    Authors: Joy S. Nichols, Yael Naze, David P. Huenemoerder, Anthony F. J. Moffat, Nathan Miller, Jennifer Lauer, Richard Ignace, Ken Gayley, Tahina Ramiaramanantsoa, Lidia Oskinova, Wolf-Rainer Hamann, Noel D. Richardson, Wayne L. Waldron, Matthew Dahmer

    Abstract: Analysis of the recent long exposure Chandra X-ray observation of the early-type O star zeta Pup shows clear variability with a period previously reported in optical photometric studies. These 813 ks of HETG observations taken over a roughly one year time span have two signals of periodic variability: a high significance period of 1.7820 +/- 0.0008 day, and a marginal detection of periodic behavio… ▽ More

    Submitted 13 November, 2020; originally announced November 2020.

    Comments: 17 pages; 10 figures

  42. arXiv:2009.02687  [pdf, other

    math.NA

    Nonlinear reduced models for state and parameter estimation

    Authors: Albert Cohen, Wolfgang Dahmen, Olga Mula, James Nichols

    Abstract: State estimation aims at approximately reconstructing the solution $u$ to a parametrized partial differential equation from $m$ linear measurements, when the parameter vector $y$ is unknown. Fast numerical recovery methods have been proposed based on reduced models which are linear spaces of moderate dimension $n$ which are tailored to approximate the solution manifold $\mathcal{M}$ where the solu… ▽ More

    Submitted 24 November, 2020; v1 submitted 6 September, 2020; originally announced September 2020.

  43. arXiv:2004.12023  [pdf, other

    physics.chem-ph physics.comp-ph

    NWChem: Past, Present, and Future

    Authors: E. Aprà, E. J. Bylaska, W. A. de Jong, N. Govind, K. Kowalski, T. P. Straatsma, M. Valiev, H. J. J. van Dam, Y. Alexeev, J. Anchell, V. Anisimov, F. W. Aquino, R. Atta-Fynn, J. Autschbach, N. P. Bauman, J. C. Becca, D. E. Bernholdt, K. Bhaskaran-Nair, S. Bogatko, P. Borowski, J. Boschen, J. Brabec, A. Bruner, E. Cauët, Y. Chen , et al. (89 additional authors not shown)

    Abstract: Specialized computational chemistry packages have permanently reshaped the landscape of chemical and materials science by providing tools to support and guide experimental efforts and for the prediction of atomistic and electronic properties. In this regard, electronic structure packages have played a special role by using first-principledriven methodologies to model complex chemical and materials… ▽ More

    Submitted 26 May, 2020; v1 submitted 24 April, 2020; originally announced April 2020.

    Comments: This article appeared in volume 152, issue 18, page 184102 of the Journal of Chemical Physics. It can be found at https://doi.org/10.1063/5.0004997

    Journal ref: J. Chem. Phys., 152, 184102 (2020)

  44. arXiv:2004.10140  [pdf

    physics.space-ph physics.plasm-ph

    Auroral diagnosis of solar wind interaction with Jupiter's magnetosphere

    Authors: Z. H. Yao, B. Bonfond, D. Grodent, E. Chané, W. R. Dunn, W. S. Kurth, J. E. P. Connerney, J. D. Nichols, B. Palmaerts, R. L. Guo, G. B. Hospodarsky, B. H. Mauk, T. Kimura, S. J. Bolton

    Abstract: Although mass and energy in Jupiter's magnetosphere mostly come from the innermost Galilean moon Io's volcanic activities, solar wind perturbations can play crucial roles in releasing the magnetospheric energy and powering aurorae in Jupiter's polar regions. The systematic response of aurora to solar wind compression remains poorly understood. Here we report the analysis of a set of auroral images… ▽ More

    Submitted 21 April, 2020; originally announced April 2020.

  45. arXiv:2004.03669  [pdf, other

    cs.CV cs.LG eess.IV

    Radon cumulative distribution transform subspace modeling for image classification

    Authors: Mohammad Shifat-E-Rabbi, Xuwang Yin, Abu Hasnat Mohammad Rubaiyat, Shiying Li, Soheil Kolouri, Akram Aldroubi, Jonathan M. Nichols, Gustavo K. Rohde

    Abstract: We present a new supervised image classification method applicable to a broad class of image deformation models. The method makes use of the previously described Radon Cumulative Distribution Transform (R-CDT) for image data, whose mathematical properties are exploited to express the image data in a form that is more suitable for machine learning. While certain operations such as translation, scal… ▽ More

    Submitted 2 March, 2022; v1 submitted 7 April, 2020; originally announced April 2020.

    Comments: 14 pages, 11 figures

  46. arXiv:2003.09991  [pdf, other

    astro-ph.EP astro-ph.SR

    Magnetohydrodynamic modelling of star-planet interaction and associated auroral radio emission

    Authors: Sam Turnpenney, Jonathan D. Nichols, Graham A. Wynn, Xianzhe Jia

    Abstract: We present calculations of auroral radio powers of magnetised hot Jupiters orbiting Sun-like stars, computed using global magnetohydrodynamic (MHD) modelling of the magnetospheric and ionospheric convection arising from the interaction between the magnetosphere and the stellar wind. Exoplanetary auroral radio powers are traditionally estimated using empirical or analytically-derived relations, suc… ▽ More

    Submitted 22 March, 2020; originally announced March 2020.

    Comments: 13 pages, 10 figures

  47. arXiv:2003.06889  [pdf, other

    astro-ph.SR astro-ph.HE

    A Deep Exposure in High Resolution X-Rays Reveals the Hottest Plasma in the $ζ\,$Puppis Wind

    Authors: David P. Huenemoerder, Richard Ignace, Nathan A. Miller, Kenneth G. Gayley, Wolf-Rainer Hamann, Jennifer Lauer, Anthony F. J. Moffat, Yaël Nazé, Joy S. Nichols, Lidia Oskinova, Noel D. Richardson, Wayne Waldron

    Abstract: We have obtained a very deep exposure (813 ks) of $ζ\,$Puppis (O4 supergiant) with the Chandra/HETG Spectrometer. Here we report on analysis of the 1-9 Å region, especially well suited for Chandra, which has a significant contribution from continuum emission between well separated emission lines from high-ionization species. These data allow us to study the hottest plasma present through the conti… ▽ More

    Submitted 15 March, 2020; originally announced March 2020.

    Comments: 18 pages, 4 figures; accepted for publication in the Astrophysical Journal

    Journal ref: ApJ, 893, id52 (10p, 2020)

  48. arXiv:1911.00769  [pdf

    astro-ph.SR astro-ph.EP astro-ph.GA astro-ph.IM

    Closing gaps to our origins. The UV window into the Universe

    Authors: Ana I. Gomez de Castro, Martin A. Barstow, Fréderic Baudin, Stefano Benetti, Jean Claude Bouret, Noah Brosch, Domitilla de Martino, Giulio del Zanna, Chris Evans, Miriam García, Boris Gaensicke, Carolina Kehrig, Jon La**ton, Alain Lecavelier des Etangs, Giampiero Naletto, Yael Nazé, Coralie Neiner, Jonathan Nichols, Marina Orio, Isabella Pagano, Gregor Rauw, Steven Shore, Gagik Tovmasian, Asif ud-Doula, Kevin France , et al. (1 additional authors not shown)

    Abstract: The investigation of the emergence of life is a major endeavour of science. Astronomy is contributing to it in three fundamental manners: (1) by measuring the chemical enrichment of the Universe, (2) by investigating planet formation and searching for exoplanets with signatures of life and, (3) by determining the abundance of aminoacids and the chemical routes to aminoacid and protein growth in as… ▽ More

    Submitted 2 November, 2019; originally announced November 2019.

    Comments: White Paper submitted to the European Space Agency call for Voyage 2050. This WP proposes the development of a European Ultraviolet Visible Observatory (EUVO) to study the origins of life and it is largely based in arXiv 1306.3358 (ApSS,354,229)

  49. arXiv:1911.00297  [pdf, ps, other

    astro-ph.SR astro-ph.EP astro-ph.GA

    A Swift view of X-ray and UV radiation in the planet-forming T-Tauri system PDS 70

    Authors: Simon Joyce, John Pye, Jonathan Nichols, Kim Page, Richard Alexander, Manuel Gudel, Yanina Metodieva

    Abstract: PDS 70 is a $\sim$5 Myr old star with a gas and dust disc in which several proto-planets have been discovered. We present the first UV detection of the system along with X-ray observations taken with the \textit{Neil Gehrels Swift Observatory} satellite. PDS 70 has an X-ray flux of 3.4$\times 10^{-13}$ erg cm$^{-2}$ s$^{-1}$ in the 0.3-10.0 keV range, and UV flux (U band) of 3.5$\times 10^{-13}$ e… ▽ More

    Submitted 1 November, 2019; originally announced November 2019.

    Comments: 5 pages, 3 figures, accepted for publication in MNRAS Letters

  50. Long-baseline horizontal radio-frequency transmission through polar ice

    Authors: P. Allison, S. Archambault, J. J. Beatty, D. Z. Besson, C. C. Chen, C. H. Chen, P. Chen, A. Christenson, B. A. Clark, W. Clay, A. Connolly, L. Cremonesi, C. Deaconu, M. Duvernois, L. Friedman, R. Gaior, J. Hanson, K. Hanson, J. Haugen, K. D. Hoffman, E. Hong, S. Y. Hsu, L. Hu, J. J. Huang, A. M. -H. Huang , et al. (41 additional authors not shown)

    Abstract: We report on analysis of englacial radio-frequency (RF) pulser data received over horizontal baselines of 1--5 km, based on broadcasts from two sets of transmitters deployed to depths of up to 1500 meters at the South Pole. First, we analyze data collected usingtwo RF bicone transmitters 1400 meters below the ice surface, and frozen into boreholes drilled for the IceCube experiment in 2011. Additi… ▽ More

    Submitted 19 January, 2021; v1 submitted 28 August, 2019; originally announced August 2019.