Skip to main content

Showing 1–10 of 10 results for author: Roberts, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.13017  [pdf, other

    cs.CR cs.HC

    As Advertised? Understanding the Impact of Influencer VPN Ads

    Authors: Omer Akgul, Richard Roberts, Emma Shroyer, Dave Levin, Michelle L. Mazurek

    Abstract: Influencer VPN ads (sponsored segments) on YouTube often disseminate misleading information about both VPNs, and security & privacy more broadly. However, it remains unclear how (or whether) these ads affect users' perceptions and knowledge about VPNs. In this work, we explore the relationship between YouTube VPN ad exposure and users' mental models of VPNs, security, and privacy. We use a novel V… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

    Comments: Accepted for publication at USENIX Security 2025

  2. arXiv:2405.14930  [pdf, other

    astro-ph.IM astro-ph.GA cs.LG

    AstroPT: Scaling Large Observation Models for Astronomy

    Authors: Michael J. Smith, Ryan J. Roberts, Eirini Angeloudi, Marc Huertas-Company

    Abstract: This work presents AstroPT, an autoregressive pretrained transformer developed with astronomical use-cases in mind. The AstroPT models presented here have been pretrained on 8.6 million $512 \times 512$ pixel $grz$-band galaxy postage stamp observations from the DESI Legacy Survey DR8. We train a selection of foundation models of increasing size from 1 million to 2.1 billion parameters, and find t… ▽ More

    Submitted 23 May, 2024; originally announced May 2024.

    Comments: 12 pages, 4 figures, 1 table. Code available at https://github.com/Smith42/astroPT

  3. arXiv:2206.04615  [pdf, other

    cs.CL cs.AI cs.CY cs.LG stat.ML

    Beyond the Imitation Game: Quantifying and extrapolating the capabilities of language models

    Authors: Aarohi Srivastava, Abhinav Rastogi, Abhishek Rao, Abu Awal Md Shoeb, Abubakar Abid, Adam Fisch, Adam R. Brown, Adam Santoro, Aditya Gupta, AdriĆ  Garriga-Alonso, Agnieszka Kluska, Aitor Lewkowycz, Akshat Agarwal, Alethea Power, Alex Ray, Alex Warstadt, Alexander W. Kocurek, Ali Safaya, Ali Tazarv, Alice Xiang, Alicia Parrish, Allen Nie, Aman Hussain, Amanda Askell, Amanda Dsouza , et al. (426 additional authors not shown)

    Abstract: Language models demonstrate both quantitative improvement and new qualitative capabilities with increasing scale. Despite their potentially transformative impact, these new capabilities are as yet poorly characterized. In order to inform future research, prepare for disruptive new model capabilities, and ameliorate socially harmful effects, it is vital that we understand the present and near-futur… ▽ More

    Submitted 12 June, 2023; v1 submitted 9 June, 2022; originally announced June 2022.

    Comments: 27 pages, 17 figures + references and appendices, repo: https://github.com/google/BIG-bench

    Journal ref: Transactions on Machine Learning Research, May/2022, https://openreview.net/forum?id=uyTL5Bvosj

  4. arXiv:2201.00895  [pdf, other

    eess.IV cs.CV

    A Gradient Map** Guided Explainable Deep Neural Network for Extracapsular Extension Identification in 3D Head and Neck Cancer Computed Tomography Images

    Authors: Yibin Wang, Abdur Rahman, W. Neil. Duggar, P. Russell Roberts, Toms V. Thomas, Linkan Bian, Haifeng Wang

    Abstract: Diagnosis and treatment management for head and neck squamous cell carcinoma (HNSCC) is guided by routine diagnostic head and neck computed tomography (CT) scans to identify tumor and lymph node features. Extracapsular extension (ECE) is a strong predictor of patients' survival outcomes with HNSCC. It is essential to detect the occurrence of ECE as it changes staging and management for the patient… ▽ More

    Submitted 3 January, 2022; originally announced January 2022.

  5. arXiv:2108.13148  [pdf, ps, other

    cs.NI eess.SY

    Probabilistic Verification for Reliability of a Two-by-Two Network-on-Chip System

    Authors: Riley Roberts, Benjamin Lewis, Arnd Hartmanns, Prabal Basu, Sanghamitra Roy, Koushik Chakraborty, Zhen Zhang

    Abstract: Modern network-on-chip (NoC) systems face reliability issues due to process and environmental variations. The power supply noise (PSN) in the power delivery network of a NoC plays a key role in determining reliability. PSN leads to voltage droop, which can cause timing errors in the NoC. This paper makes a novel contribution towards formally analyzing PSN in NoC systems. We present a probabilistic… ▽ More

    Submitted 28 May, 2021; originally announced August 2021.

    Comments: 17 pages, 7 figures, submitted to FMICS 2021

  6. arXiv:2103.06021  [pdf, other

    cs.LG

    Deep learning methods for screening patients' S-ICD implantation eligibility

    Authors: Anthony J. Dunn, Mohamed H. ElRefai, Paul R. Roberts, Stefano Coniglio, Benedict M. Wiles, Alain B. Zemkoho

    Abstract: Subcutaneous Implantable Cardioverter-Defibrillators (S-ICDs) are used for prevention of sudden cardiac death triggered by ventricular arrhythmias. T Wave Over Sensing (TWOS) is an inherent risk with S-ICDs which can lead to inappropriate shocks. A major predictor of TWOS is a high T:R ratio (the ratio between the amplitudes of the T and R waves). Currently patients' Electrocardiograms (ECGs) are… ▽ More

    Submitted 10 March, 2021; originally announced March 2021.

  7. arXiv:2009.10071  [pdf, ps, other

    math.NA cs.LG cs.MS stat.ML

    QR and LQ Decomposition Matrix Backpropagation Algorithms for Square, Wide, and Deep -- Real or Complex -- Matrices and Their Software Implementation

    Authors: Denisa A. O. Roberts, Lucas R. Roberts

    Abstract: This article presents matrix backpropagation algorithms for the QR decomposition of matrices $A_{m, n}$, that are either square (m = n), wide (m < n), or deep (m > n), with rank $k = min(m, n)$. Furthermore, we derive novel matrix backpropagation results for the pivoted (full-rank) QR decomposition and for the LQ decomposition of deep input matrices. Differentiable QR decomposition offers a numeri… ▽ More

    Submitted 11 December, 2020; v1 submitted 19 September, 2020; originally announced September 2020.

  8. Which of My Transient Type Checks Are Not (Almost) Free?

    Authors: Isaac Oscar Gariano, Richard Roberts, Stefan Marr, Michael Homer, James Noble

    Abstract: One form of type checking used in gradually typed language is transient type checking: whenever an object 'flows' through code with a type annotation, the object is dynamically checked to ensure it has the methods required by the annotation. Just-in-time compilation and optimisation in virtual machines can eliminate much of the overhead of run-time transient type checks. Unfortunately this optimis… ▽ More

    Submitted 12 September, 2019; originally announced September 2019.

  9. arXiv:1807.00661  [pdf, other

    cs.PL

    Transient Typechecks are (Almost) Free

    Authors: Richard Roberts, Stefan Marr, Michael Homer, James Noble

    Abstract: Transient gradual ty** imposes run-time type tests that typically cause a linear slowdown in programs' performance. This performance impact discourages the use of type annotations because adding types to a program makes the program slower. A virtual machine can employ standard just-in-time optimizations to reduce the overhead of transient checks to near zero. These optimizations can give gradual… ▽ More

    Submitted 18 February, 2019; v1 submitted 2 July, 2018; originally announced July 2018.

    Comments: Draft

  10. arXiv:1804.03719  [pdf, other

    cs.ET quant-ph

    Quantum Algorithm Implementations for Beginners

    Authors: Abhijith J., Adetokunbo Adedoyin, John Ambrosiano, Petr Anisimov, William Casper, Gopinath Chennupati, Carleton Coffrin, Hristo Djidjev, David Gunter, Satish Karra, Nathan Lemons, Shizeng Lin, Alexander Malyzhenkov, David Mascarenas, Susan Mniszewski, Balu Nadiga, Daniel O'Malley, Diane Oyen, Scott Pakin, Lakshman Prasad, Randy Roberts, Phillip Romero, Nandakishore Santhi, Nikolai Sinitsyn, Pieter J. Swart , et al. (9 additional authors not shown)

    Abstract: As quantum computers become available to the general public, the need has arisen to train a cohort of quantum programmers, many of whom have been develo** classical computer programs for most of their careers. While currently available quantum computers have less than 100 qubits, quantum computing hardware is widely expected to grow in terms of qubit count, quality, and connectivity. This review… ▽ More

    Submitted 26 June, 2022; v1 submitted 10 April, 2018; originally announced April 2018.

    Comments: ACM Transactions on Quantum Computing

    Report number: LA-UR-20-22353

    Journal ref: ACM Transactions on Quantum Computing, Volume 3, Issue 4, 18 (2022)