Skip to main content

Showing 1–28 of 28 results for author: Wu, D J

.
  1. arXiv:2401.05409  [pdf, other

    eess.SP cs.AI cs.LG

    Image-based Data Representations of Time Series: A Comparative Analysis in EEG Artifact Detection

    Authors: Aaron Maiwald, Leon Ackermann, Maximilian Kalcher, Daniel J. Wu

    Abstract: Alternative data representations are powerful tools that augment the performance of downstream models. However, there is an abundance of such representations within the machine learning toolbox, and the field lacks a comparative understanding of the suitability of each representation method. In this paper, we propose artifact detection and classification within EEG data as a testbed for profilin… ▽ More

    Submitted 21 December, 2023; originally announced January 2024.

    Comments: 13 pages, 4 figures

  2. arXiv:2304.13138  [pdf, other

    cs.AI cs.LG

    The Update-Equivalence Framework for Decision-Time Planning

    Authors: Samuel Sokota, Gabriele Farina, David J. Wu, Hengyuan Hu, Kevin A. Wang, J. Zico Kolter, Noam Brown

    Abstract: The process of revising (or constructing) a policy at execution time -- known as decision-time planning -- has been key to achieving superhuman performance in perfect-information games like chess and Go. A recent line of work has extended decision-time planning to imperfect-information games, leading to superhuman performance in poker. However, these methods involve solving subgames whose sizes gr… ▽ More

    Submitted 13 May, 2024; v1 submitted 25 April, 2023; originally announced April 2023.

  3. arXiv:2301.09159  [pdf, other

    cs.GT cs.AI cs.LG

    Abstracting Imperfect Information Away from Two-Player Zero-Sum Games

    Authors: Samuel Sokota, Ryan D'Orazio, Chun Kai Ling, David J. Wu, J. Zico Kolter, Noam Brown

    Abstract: In their seminal work, Nayyar et al. (2013) showed that imperfect information can be abstracted away from common-payoff games by having players publicly announce their policies as they play. This insight underpins sound solvers and decision-time planning algorithms for common-payoff games. Unfortunately, a naive application of the same insight to two-player zero-sum games fails because Nash equili… ▽ More

    Submitted 31 July, 2023; v1 submitted 22 January, 2023; originally announced January 2023.

  4. arXiv:2210.05492  [pdf, other

    cs.GT cs.AI cs.LG cs.MA

    Mastering the Game of No-Press Diplomacy via Human-Regularized Reinforcement Learning and Planning

    Authors: Anton Bakhtin, David J Wu, Adam Lerer, Jonathan Gray, Athul Paul Jacob, Gabriele Farina, Alexander H Miller, Noam Brown

    Abstract: No-press Diplomacy is a complex strategy game involving both cooperation and competition that has served as a benchmark for multi-agent AI research. While self-play reinforcement learning has resulted in numerous successes in purely adversarial games like chess, Go, and poker, self-play alone is insufficient for achieving optimal performance in domains involving cooperation with humans. We address… ▽ More

    Submitted 11 October, 2022; originally announced October 2022.

  5. arXiv:2210.05125  [pdf, ps, other

    cs.AI cs.LG cs.MA

    Human-AI Coordination via Human-Regularized Search and Learning

    Authors: Hengyuan Hu, David J Wu, Adam Lerer, Jakob Foerster, Noam Brown

    Abstract: We consider the problem of making AI agents that collaborate well with humans in partially observable fully cooperative environments given datasets of human behavior. Inspired by piKL, a human-data-regularized search method that improves upon a behavioral cloning policy without diverging far away from it, we develop a three-step algorithm that achieve strong performance in coordinating with real h… ▽ More

    Submitted 10 October, 2022; originally announced October 2022.

  6. arXiv:2206.09842  [pdf, other

    cs.CV cs.CY

    Practical Deepfake Detection: Vulnerabilities in Global Contexts

    Authors: Yang A. Chuming, Daniel J. Wu, Ken Hong

    Abstract: Recent advances in deep learning have enabled realistic digital alterations to videos, known as deepfakes. This technology raises important societal concerns regarding disinformation and authenticity, galvanizing the development of numerous deepfake detection algorithms. At the same time, there are significant differences between training data and in-the-wild video data, which may undermine their… ▽ More

    Submitted 20 June, 2022; originally announced June 2022.

    Comments: 6 pages, 6 figures, presented as a workshop paper at Responsible AI @ ICLR 2021

  7. arXiv:2112.07544  [pdf, other

    cs.MA cs.AI cs.GT cs.LG

    Modeling Strong and Human-Like Gameplay with KL-Regularized Search

    Authors: Athul Paul Jacob, David J. Wu, Gabriele Farina, Adam Lerer, Hengyuan Hu, Anton Bakhtin, Jacob Andreas, Noam Brown

    Abstract: We consider the task of building strong but human-like policies in multi-agent decision-making problems, given examples of human behavior. Imitation learning is effective at predicting human actions but may not match the strength of expert humans, while self-play learning and search techniques (e.g. AlphaZero) lead to strong performance but may produce policies that are difficult for humans to und… ▽ More

    Submitted 16 February, 2022; v1 submitted 14 December, 2021; originally announced December 2021.

  8. arXiv:2104.10949  [pdf, ps, other

    cs.CR cs.LG

    CryptGPU: Fast Privacy-Preserving Machine Learning on the GPU

    Authors: Sijun Tan, Brian Knott, Yuan Tian, David J. Wu

    Abstract: We introduce CryptGPU, a system for privacy-preserving machine learning that implements all operations on the GPU (graphics processing unit). Just as GPUs played a pivotal role in the success of modern deep learning, they are also essential for realizing scalable privacy-preserving deep learning. In this work, we start by introducing a new interface to losslessly embed cryptographic operations ove… ▽ More

    Submitted 22 April, 2021; originally announced April 2021.

  9. arXiv:2103.16609  [pdf, other

    cs.LG

    Binarized Neural Networks for Resource-Constrained On-Device Gait Identification

    Authors: Daniel J. Wu, Avoy Datta, Vinay Prabhu

    Abstract: User authentication through gait analysis is a promising application of discriminative neural networks -- particularly due to the ubiquity of the primary sources of gait accelerometry, in-pocket cellphones. However, conventional machine learning models are often too large and computationally expensive to enable inference on low-resource mobile devices. We propose that binarized neural networks can… ▽ More

    Submitted 30 March, 2021; originally announced March 2021.

    Comments: Authors One and Two contributed equally

  10. arXiv:2103.16591  [pdf, other

    cs.LG cs.AI

    Continuous Weight Balancing

    Authors: Daniel J. Wu, Avoy Datta

    Abstract: We propose a simple method by which to choose sample weights for problems with highly imbalanced or skewed traits. Rather than naively discretizing regression labels to find binned weights, we take a more principled approach -- we derive sample weights from the transfer function between an estimated source and specified target distributions. Our method outperforms both unweighted and discretely-we… ▽ More

    Submitted 30 March, 2021; originally announced March 2021.

    Comments: 4 pages, 2 figures, presented at the S2D-OLAD workshop at ICLR 2021

    ACM Class: I.2.m

  11. arXiv:2009.13509  [pdf, other

    cs.CV cs.LG

    Afro-MNIST: Synthetic generation of MNIST-style datasets for low-resource languages

    Authors: Daniel J Wu, Andrew C Yang, Vinay U Prabhu

    Abstract: We present Afro-MNIST, a set of synthetic MNIST-style datasets for four orthographies used in Afro-Asiatic and Niger-Congo languages: Ge`ez (Ethiopic), Vai, Osmanya, and N'Ko. These datasets serve as "drop-in" replacements for MNIST. We also describe and open-source a method for synthetic MNIST-style dataset generation from single examples of each digit. These datasets can be found at https://gith… ▽ More

    Submitted 28 September, 2020; originally announced September 2020.

    Comments: 10 pages, 11 figures, presented as a workshop paper at Practical Machine Learning for Develo** Countries @ ICLR 2020

  12. arXiv:2009.04089  [pdf, ps, other

    physics.space-ph

    Magnetic helicity signature and its role in regulating magnetic energy spectra and proton temperatures in the solar wind

    Authors: G. Q. Zhao, Y. Lin, X. Y. Wang, H. Q. Feng, D. J. Wu, H. B. Li, A. Zhao, Q. Liu

    Abstract: In a previous paper, we found that proton temperatures are clearly associated with the proton-scale turbulence in the solar wind, and magnetic helicity signature appears to be an important indicator in the association. Based on 15 years of in situ measurements, the present paper further investigates the magnetic helicity of solar wind turbulence and its role in regulating magnetic energy spectra a… ▽ More

    Submitted 8 September, 2020; originally announced September 2020.

    Comments: 28 pages, 8 figures

  13. arXiv:2009.00120  [pdf, ps, other

    physics.space-ph astro-ph.SR physics.plasm-ph

    Observational evidence for solar wind proton heating by ion-scale turbulence

    Authors: G. Q. Zhao, Y. Lin, X. Y. Wang, D. J. Wu, H. Q. Feng, Q. Liu, A. Zhao, H. B. Li

    Abstract: Based on in-situ measurements by Wind spacecraft from 2005 to 2015, this letter reports for the first time a clearly scale-dependent connection between proton temperatures and the turbulence in the solar wind. A statistical analysis of proton-scale turbulence shows that increasing helicity magnitudes correspond to steeper magnetic energy spectra. In particular, there exists a positive power-law co… ▽ More

    Submitted 31 August, 2020; originally announced September 2020.

    Comments: 15 pages, 4 figures, accepted for publication in Geophysical Research Letters

  14. arXiv:2001.07172  [pdf, ps, other

    physics.space-ph astro-ph.SR

    Dependence of ion temperatures on alpha-proton differential flow vector and heating mechanisms in the solar wind

    Authors: G. Q. Zhao, H. Q. Feng, D. J. Wu, J. Huang, Y. Zhao, Q. Liu, Z. J. Tian

    Abstract: According to \emph{Wind} observations between June 2004 and May 2019, this Letter investigates the proton and alpha particle temperatures in the space of ($θ_d$, $V_d/V_A$) for the first time, where $θ_d$ and $V_d$ are the radial angle and magnitude of alpha$-$proton differential flow vector respectively, $V_A$ is the local Alfvén speed. Results show that the temperatures significantly depend on… ▽ More

    Submitted 20 January, 2020; originally announced January 2020.

    Comments: 21 pages, 5 figures, accepted for publication in ApJ Letters

  15. arXiv:1908.07680  [pdf, ps, other

    physics.space-ph

    Effects of alpha-proton differential flow on proton temperature anisotropy instabilities in the solar wind: Wind observations

    Authors: G. Q. Zhao, H. Li, H. Q. Feng, D. J. Wu, H. B. Li, A. Zhao

    Abstract: Plasma kinetic waves and alpha-proton differential flow are two important subjects on the topic of evolution of the solar wind. Based on the Wind data during 2005-2015, this paper reports that the occurrence of electromagnetic cyclotron waves (ECWs) near the proton cyclotron frequency significantly depends on the direction of alpha-proton differential flow Vd. As Vd rotates from anti-Sunward direc… ▽ More

    Submitted 20 August, 2019; originally announced August 2019.

    Comments: 24 page, 5 figures, accepted for publication by ApJ

  16. arXiv:1902.10565  [pdf, other

    cs.LG stat.ML

    Accelerating Self-Play Learning in Go

    Authors: David J. Wu

    Abstract: By introducing several improvements to the AlphaZero process and architecture, we greatly accelerate self-play learning in Go, achieving a 50x reduction in computation over comparable methods. Like AlphaZero and replications such as ELF OpenGo and Leela Zero, our bot KataGo only learns from neural-net-guided Monte Carlo tree search self-play. But whereas AlphaZero required thousands of TPUs over s… ▽ More

    Submitted 9 November, 2020; v1 submitted 27 February, 2019; originally announced February 2019.

    Comments: 28 pages including appendices, 8 figures, 7 tables. Presented at AAAI20-RLG workshop. (this version: updated an email address)

  17. Deep Learning and Glaucoma Specialists: The Relative Importance of Optic Disc Features to Predict Glaucoma Referral in Fundus Photos

    Authors: Sonia Phene, R. Carter Dunn, Naama Hammel, Yun Liu, Jonathan Krause, Naho Kitade, Mike Schaekermann, Rory Sayres, Derek J. Wu, Ashish Bora, Christopher Semturs, Anita Misra, Abigail E. Huang, Arielle Spitze, Felipe A. Medeiros, April Y. Maa, Monica Gandhi, Greg S. Corrado, Lily Peng, Dale R. Webster

    Abstract: Glaucoma is the leading cause of preventable, irreversible blindness world-wide. The disease can remain asymptomatic until severe, and an estimated 50%-90% of people with glaucoma remain undiagnosed. Glaucoma screening is recommended for early detection and treatment. A cost-effective tool to detect glaucoma could expand screening access to a much larger patient population, but such a tool is curr… ▽ More

    Submitted 30 August, 2019; v1 submitted 20 December, 2018; originally announced December 2018.

    Journal ref: Ophthalmology (2019)

  18. arXiv:1812.05323  [pdf, ps, other

    physics.space-ph

    On the generation mechanism of electromagnetic cyclotron waves in the solar wind: statistical results from Wind observations

    Authors: G. Q. Zhao, H. Q. Feng, D. J. Wu, G. Pi, J. Huang

    Abstract: Electromagnetic cyclotron waves (ECWs) near the proton cyclotron frequency are frequently observed in the solar wind, yet their generation mechanism is still an open question. Based on the Wind data during the years 2005$-$2015, this paper carries out a statistical study on plasma characteristics associated with the occurrence of ECWs. The probability density distributions (PDDs) of proton tempera… ▽ More

    Submitted 13 December, 2018; originally announced December 2018.

    Comments: 32 pages, 8 figures, accepted for publication in ApJ

  19. arXiv:1709.01403  [pdf, ps, other

    physics.space-ph astro-ph.SR

    Time-dependent occurrence rate of electromagnetic cyclotron waves in the solar wind: evidence for effect of alpha particles?

    Authors: G. Q. Zhao, H. Q. Feng, D. J. Wu, Y. H. Chu, J. Huang

    Abstract: Previous studies revealed that electromagnetic cyclotron waves (ECWs) near the proton cyclotron frequency exist widely in the solar wind, and the majority of ECWs are left-handed (LH) polarized waves. Using the magnetic field data from the STEREO mission, this Letter carries out a survey of ECWs over a long period of 7 years, and calculates the occurrence rates of ECWs with different polarization… ▽ More

    Submitted 3 September, 2017; originally announced September 2017.

    Comments: 17 pages, 4 figures, accepted for publication in ApJL

  20. arXiv:1611.04451  [pdf, ps, other

    physics.plasm-ph astro-ph.SR

    The effect of electron holes on cyclotron maser emission driven by horseshoe distributions

    Authors: G. Q. Zhao, Y. H. Chu, H. Q. Feng, D. J. Wu

    Abstract: This Brief Communication presents a quantitative investigation for the effect of electron holes on electron-cyclotron maser (ECM) driven by horseshoe distributions. The investigation is based on an integrated distribution function for the horseshoe distributions with electron holes. Results show that the presence of electron holes can significantly enhance the ECM growth rate by 2-3 times in a ver… ▽ More

    Submitted 7 November, 2016; originally announced November 2016.

    Comments: 13 pages, 3 figures, accepted by Physics of Plasmas

  21. arXiv:1604.06959  [pdf, ps, other

    cs.CR

    Privacy, Discovery, and Authentication for the Internet of Things

    Authors: David J. Wu, Ankur Taly, Asim Shankar, Dan Boneh

    Abstract: Automatic service discovery is essential to realizing the full potential of the Internet of Things (IoT). While discovery protocols like Multicast DNS, Apple AirDrop, and Bluetooth Low Energy have gained widespread adoption across both IoT and mobile devices, most of these protocols do not offer any form of privacy control for the service, and often leak sensitive information such as service type,… ▽ More

    Submitted 28 February, 2017; v1 submitted 23 April, 2016; originally announced April 2016.

    Comments: Extended version of ESORICS 2016 paper

  22. Electron Cyclotron Maser Emissions from Evolving Fast Electron Beams

    Authors: J. F. Tang, D. J. Wu, L. Chen, G. Q. Zhao, C. M. Tan

    Abstract: Fast electron beams (FEBs) are common products of solar active phenomena. Solar radio bursts are an important diagnostic tool in the understanding of FEBs as well as the solar plasma environment in which they are propagating along solar magnetic fields. In particular, the evolutions of the energy spectrum and velocity distribution of FEBs due to the interaction with the ambient plasma and field wh… ▽ More

    Submitted 14 March, 2016; originally announced March 2016.

    Comments: Accepted by ApJ

  23. arXiv:1603.01923  [pdf, ps, other

    astro-ph.SR astro-ph.HE physics.plasm-ph physics.space-ph

    Cyclotron maser emission from power-law electrons with strong pitch-angle anisotropy

    Authors: G. Q. Zhao, H. Q. Feng, D. J. Wu, L. Chen, J. F. Tang, Q. Liu

    Abstract: Energetic electrons with power-law spectrum are most commonly observed in astrophysics. This paper investigates electron cyclotron maser emission (ECME) from the power-law electrons, in which strong pitch-angle anisotropy is emphasized. The electron distribution function proposed in this paper can describe various types of pitch-angle anisotropy. Results show that the emission properties of ECME,… ▽ More

    Submitted 6 March, 2016; originally announced March 2016.

    Comments: 25 pages, 5 figures, accepted for publication in ApJ

  24. Privacy-Preserving Shortest Path Computation

    Authors: David J. Wu, Joe Zimmerman, Jérémy Planul, John C. Mitchell

    Abstract: Navigation is one of the most popular cloud computing services. But in virtually all cloud-based navigation systems, the client must reveal her location and destination to the cloud service provider in order to learn the fastest route. In this work, we present a cryptographic protocol for navigation on city streets that provides privacy for both the client's location and the service provider's rou… ▽ More

    Submitted 10 January, 2016; originally announced January 2016.

    Comments: Extended version of NDSS 2016 paper

  25. arXiv:1509.08237  [pdf, ps, other

    astro-ph.EP astro-ph.SR physics.space-ph

    Kinetic Alfvén turbulence below and above ion-cyclotron frequency

    Authors: J. S. Zhao, Y. M. Voitenko, D. J. Wu, M. Y. Yu

    Abstract: Alfvénic turbulent cascade perpendicular and parallel to the background magnetic field is studied accounting for anisotropic dispersive effects and turbulent intermittency. The perpendicular dispersion and intermittency make the perpendicular-wavenumber magnetic spectra steeper and speed up production of high ion-cyclotron frequencies by the turbulent cascade. On the contrary, the parallel dispers… ▽ More

    Submitted 28 September, 2015; originally announced September 2015.

    Comments: 9 Pages, 3 Figures, and 2 Tables

  26. A study of line widths and kinetic parameters of ions in the solar corona

    Authors: G. Q. Zhao, D. J. Wu, C. B. Wang

    Abstract: Solar extreme-ultraviolet (EUV) lines emitted by highly charged ions have been extensively studied to discuss the issue of coronal heating and solar wind acceleration. Based on observations of the polar corona by the SUMER/SOHO spectrometer, this paper investigates the relation between the line widths and kinetic parameters of ions. It is shown that there exists a strongly linear correlation betwe… ▽ More

    Submitted 19 July, 2014; originally announced July 2014.

    Comments: 7 pages, 2 figures, accepted for publication in Astrophysics and Space Science

  27. arXiv:1405.0717  [pdf, ps, other

    astro-ph.SR physics.space-ph

    Properties of Short-wavelength Oblique Alfven and Slow Waves

    Authors: J. S. Zhao, Y. Voitenko, M. Y. Yu, J. Y. Lu, D. J Wu

    Abstract: Linear properties of kinetic Alfvén waves (KAWs) and kinetic slow waves (KSWs) are studied in the framework of two-fluid magnetohydrodynamics. We obtain the wave dispersion relations that are valid in a wide range of the wave frequency $ω$ and plasma-to-magnetic pressure ratio $β$. The KAW frequency can reach and exceed the ion cyclotron frequency at ion kinetic scales, whereas the KSW frequency r… ▽ More

    Submitted 13 September, 2014; v1 submitted 4 May, 2014; originally announced May 2014.

    Comments: 13 pages, 13 figures. This version is accepted and published in the Astrophysical Journal

    Journal ref: ApJ, 793, 107, (2014)

  28. A Model for Radio Emission from Solar Coronal Shocks

    Authors: G. Q. Zhao, L. Chen, D. J. Wu

    Abstract: Solar coronal shocks are very common phenomena in the solar atmosphere and are believed to be the drivers of solar type II radio bursts. However, the microphysical nature of these emissions is still an open problem. This paper proposes that electron cyclotron maser (ECM) emission is responsible for the generation of radiations from the coronal shocks. In the present model, an energetic ion beam ac… ▽ More

    Submitted 23 March, 2014; v1 submitted 20 March, 2014; originally announced March 2014.

    Comments: 18 pages, 4 figures, accepted for publication in APJ