Skip to main content

Showing 1–40 of 40 results for author: Sampson, A

.
  1. FEWSim: A Visual Analytic Framework for Exploring the Nexus of Food-Energy-Water Simulations

    Authors: Fan Lei, David A. Sampson, Jiayi Hong, Yuxin Ma, Giuseppe Mascaro, Dave White, Rimjhim Agarwal, Ross Maciejewski

    Abstract: The interdependencies of food, energy, and water (FEW) systems create a nexus opportunity to explore the strengths and vulnerabilities of individual and cross-sector interactions within FEW systems. However, the variables quantifying nexus interactions are hard to observe, which hinders the cross-sector analysis. To overcome such challenges, we present FEWSim, a visual analytics framework designed… ▽ More

    Submitted 16 June, 2025; originally announced June 2025.

    Comments: Accepted by IEEE Computer Graphics and Applications (CG&A)

  2. arXiv:2401.02570  [pdf, other

    cs.PL cs.AR

    Correct and Compositional Hardware Generators

    Authors: Rachit Nigam, Ethan Gabizon, Edmund Lam, Adrian Sampson

    Abstract: Hardware generators help designers explore families of concrete designs and their efficiency trade-offs. Both parameterized hardware description languages (HDLs) and higher-level programming models, however, can obstruct composability. Different concrete designs in a family can have dramatically different timing behavior, and high-level hardware generators rarely expose a consistent HDL-level inte… ▽ More

    Submitted 4 January, 2024; originally announced January 2024.

    Comments: 13 pages

  3. arXiv:2312.16300  [pdf, other

    cs.PL cs.AR

    Unifying Static and Dynamic Intermediate Languages for Accelerator Generators

    Authors: Caleb Kim, Pai Li, Anshuman Mohan, Andrew Butt, Adrian Sampson, Rachit Nigam

    Abstract: Compilers for accelerator design languages (ADLs) translate high-level languages into application-specific hardware. ADL compilers rely on a hardware control interface to compose hardware units. There are two choices: static control, which relies on cycle-level timing; or dynamic control, which uses explicit signalling to avoid depending on timing details. Static control is efficient but brittle;… ▽ More

    Submitted 26 December, 2023; originally announced December 2023.

    Comments: 12 pages, 9 figures

  4. arXiv:2311.01247  [pdf, other

    cs.CR

    Emergent (In)Security of Multi-Cloud Environments

    Authors: Morgan Reece, Theodore Lander Jr., Sudip Mittal, Nidhi Rastogi, Josiah Dykstra, Andy Sampson

    Abstract: As organizations increasingly use cloud services to host their IT infrastructure, there is a need to share data among these cloud hosted services and systems. A majority of IT organizations have workloads spread across different cloud service providers, growing their multi-cloud environments. When an organization grows their multi-cloud environment, the threat vectors and vulnerabilities for their… ▽ More

    Submitted 2 November, 2023; originally announced November 2023.

    Journal ref: 39th ACM Annual Computer Security Applications Conference 2023 (ACM ACSAC 2023)

  5. arXiv:2306.08711  [pdf

    stat.AP

    Modernising the Design and Analysis of Prevalence Surveys for Neglected Tropical Diseases

    Authors: Peter J. Diggle, Claudio Fronterre, Katherine Gass, Lee Hundley, Reza Niles-Robin, Annastacia Sampson, Ana Morice, Ronaldo Carvalho Scholte

    Abstract: Current WHO guidelines set prevalence thresholds below which a Neglected Tropical Disease can be considered to have been eliminated as a public health problem, and specify how surveys to assess whether elimination has been achieved should be designed and analysed, based on classical survey sampling methods. In this paper we describe an alternative approach based on geospatial statistical modelling… ▽ More

    Submitted 14 June, 2023; originally announced June 2023.

    Comments: 11 pages, 3 figures

  6. arXiv:2306.03964  [pdf

    cs.AR

    Fifty Years of ISCA: A data-driven retrospective on key trends

    Authors: Gaurang Upasani, Matthew D. Sinclair, Adrian Sampson, Parthasarathy Ranganathan, David Patterson, Shaan Shah, Nidhi Parthasarathy, Rutwik Jain

    Abstract: Computer Architecture, broadly, involves optimizing hardware and software for current and future processing systems. Although there are several other top venues to publish Computer Architecture research, including ASPLOS, HPCA, and MICRO, ISCA (the International Symposium on Computer Architecture) is one of the oldest, longest running, and most prestigious venues for publishing Computer Architectu… ▽ More

    Submitted 18 November, 2023; v1 submitted 6 June, 2023; originally announced June 2023.

    Comments: 34 pages, 16 figures

  7. arXiv:2306.01862  [pdf, other

    cs.CR

    Systemic Risk and Vulnerability Analysis of Multi-cloud Environments

    Authors: Morgan Reece, Theodore Edward Lander Jr., Matthew Stoffolano, Andy Sampson, Josiah Dykstra, Sudip Mittal, Nidhi Rastogi

    Abstract: With the increasing use of multi-cloud environments, security professionals face challenges in configuration, management, and integration due to uneven security capabilities and features among providers. As a result, a fragmented approach toward security has been observed, leading to new attack vectors and potential vulnerabilities. Other research has focused on single-cloud platforms or specific… ▽ More

    Submitted 7 July, 2023; v1 submitted 2 June, 2023; originally announced June 2023.

    Comments: 27 pages, 9 figures

  8. arXiv:2304.10646  [pdf

    cs.AR cs.PL

    Modular Hardware Design with Timeline Types

    Authors: Rachit Nigam, Pedro Henrique Azevedo De Amorim, Adrian Sampson

    Abstract: Modular design is a key challenge for enabling large-scale reuse of hardware modules. Unlike software, however, hardware designs correspond to physical circuits and inherit constraints from them. Timing constraints -- which cycle a signal arrives, when an input is read -- and structural constraints -- how often a multiplier accepts new inputs -- are fundamental to hardware interfaces. Existing har… ▽ More

    Submitted 20 April, 2023; originally announced April 2023.

    Comments: Extended version of PLDI '23 paper

  9. arXiv:2109.07707  [pdf, other

    cs.CV

    Dense Pruning of Pointwise Convolutions in the Frequency Domain

    Authors: Mark Buckler, Neil Adit, Yuwei Hu, Zhiru Zhang, Adrian Sampson

    Abstract: Depthwise separable convolutions and frequency-domain convolutions are two recent ideas for building efficient convolutional neural networks. They are seemingly incompatible: the vast majority of operations in depthwise separable CNNs are in pointwise convolutional layers, but pointwise layers use 1x1 kernels, which do not benefit from frequency transformation. This paper unifies these two ideas b… ▽ More

    Submitted 16 September, 2021; originally announced September 2021.

  10. A Compiler Infrastructure for Accelerator Generators

    Authors: Rachit Nigam, Samuel Thomas, Zhijing Li, Adrian Sampson

    Abstract: We present Calyx, a new intermediate language (IL) for compiling high-level programs into hardware designs. Calyx combines a hardware-like structural language with a software-like control flow representation with loops and conditionals. This split representation enables a new class of hardware-focused optimizations that require both structural and control flow information which are crucial for hig… ▽ More

    Submitted 18 February, 2021; originally announced February 2021.

    Comments: To appear at ASPLOS 2021

    Journal ref: ASPLOS 2021: Proceedings of the 26th ACM International Conference on Architectural Support for Programming Languages and Operating Systems

  11. arXiv:2012.14295  [pdf, other

    physics.geo-ph cs.LG

    Uncertainty Estimation with Deep Learning for Rainfall-Runoff Modelling

    Authors: Daniel Klotz, Frederik Kratzert, Martin Gauch, Alden Keefe Sampson, Günter Klambauer, Sepp Hochreiter, Grey Nearing

    Abstract: Deep Learning is becoming an increasingly important way to produce accurate hydrological predictions across a wide range of spatial and temporal scales. Uncertainty estimations are critical for actionable hydrological forecasting, and while standardized community benchmarks are becoming an increasingly important part of hydrological model development and research, similar tools for benchmarking un… ▽ More

    Submitted 15 December, 2020; originally announced December 2020.

    Comments: 32 pages, 11 figures

    MSC Class: 86A05 ACM Class: J.2.5

  12. arXiv:2004.04852  [pdf, other

    cs.PL cs.AR

    Predictable Accelerator Design with Time-Sensitive Affine Types

    Authors: Rachit Nigam, Sachille Atapattu, Samuel Thomas, Zhijing Li, Theodore Bauer, Yuwei Ye, Apurva Koti, Adrian Sampson, Zhiru Zhang

    Abstract: Field-programmable gate arrays (FPGAs) provide an opportunity to co-design applications with hardware accelerators, yet they remain difficult to program. High-level synthesis (HLS) tools promise to raise the level of abstraction by compiling C or C++ to accelerator designs. Repurposing legacy software languages, however, requires complex heuristics to map imperative code onto hardware structures.… ▽ More

    Submitted 30 April, 2020; v1 submitted 9 April, 2020; originally announced April 2020.

    Comments: Full paper with soundness proof and MachSuite ports

    Journal ref: PLDI 2020: Proceedings of the 41st ACM SIGPLAN Conference on Programming Language Design and Implementation

  13. arXiv:2003.02874  [pdf, other

    cs.CV cs.GR cs.PF eess.IV

    Optimizing JPEG Quantization for Classification Networks

    Authors: Zhijing Li, Christopher De Sa, Adrian Sampson

    Abstract: Deep learning for computer vision depends on lossy image compression: it reduces the storage required for training and test data and lowers transfer costs in deployment. Mainstream datasets and imaging pipelines all rely on standard JPEG compression. In JPEG, the degree of quantization of frequency coefficients controls the lossiness: an 8 by 8 quantization table (Q-table) decides both the quality… ▽ More

    Submitted 5 March, 2020; originally announced March 2020.

    Comments: 6 pages, 13 figures, Resource-Constrained Machine Learning (ReCoML) Workshop of MLSys 2020 Conference, Austin, TX, USA, 2020

  14. Electromagnetically and gravitationally stealth fields

    Authors: Cristian Quinzacara, Paola Meza, Almeira Sampson, Mauricio Valenzuela

    Abstract: We construct a generic class of models for complex scalar fields -- minimally coupled to gravity and electromagnetism -- with the property that their energy-momentum tensor and the electric current vanish for certain massive configurations. These are electromagnetically and gravitationally {\it stealth fields}. We shall see that the latter configurations can affect, in addition, the strength of th… ▽ More

    Submitted 6 February, 2023; v1 submitted 31 March, 2019; originally announced April 2019.

    Comments: 13 pages. References and new comments have been added to this new version. The title has been changed

    Journal ref: JCAP 03 (2023) 032

  15. arXiv:1809.05859  [pdf, other

    cs.AR cs.ET cs.PL

    Exploiting Errors for Efficiency: A Survey from Circuits to Algorithms

    Authors: Phillip Stanley-Marbell, Armin Alaghi, Michael Carbin, Eva Darulova, Lara Dolecek, Andreas Gerstlauer, Ghayoor Gillani, Djordje Jevdjic, Thierry Moreau, Mattia Cacciotti, Alexandros Daglis, Natalie Enright Jerger, Babak Falsafi, Sasa Misailovic, Adrian Sampson, Damien Zufferey

    Abstract: When a computational task tolerates a relaxation of its specification or when an algorithm tolerates the effects of noise in its execution, hardware, programming languages, and system software can trade deviations from correct behavior for lower resource usage. We present, for the first time, a synthesis of research results on computing systems that only make as many errors as their users can tole… ▽ More

    Submitted 16 September, 2018; originally announced September 2018.

    Comments: 35 pages

  16. Massive stealth scalar fields from field redefinition method

    Authors: Cristian C. Quinzacara, Paola Meza, Almeira Sampson, Mauricio Valenzuela

    Abstract: We propose an uni-parametric deformation method of action principles of scalar fields coupled to gravity which generates new models with massive stealth field configurations, i.e. with vanishing energy-momentum tensor. The method applies to a wide class of models and we provide three examples. In particular we observe that in the case of the standard massive scalar action principle, the respective… ▽ More

    Submitted 29 June, 2018; v1 submitted 11 May, 2018; originally announced May 2018.

    Comments: 12 pages

  17. arXiv:1803.06312  [pdf, other

    cs.CV eess.IV

    EVA$^2$: Exploiting Temporal Redundancy in Live Computer Vision

    Authors: Mark Buckler, Philip Bedoukian, Suren Jayasuriya, Adrian Sampson

    Abstract: Hardware support for deep convolutional neural networks (CNNs) is critical to advanced computer vision in mobile and embedded devices. Current designs, however, accelerate generic CNNs; they do not exploit the unique characteristics of real-time vision. We propose to use the temporal redundancy in natural video to avoid unnecessary computation on most frames. A new algorithm, activation motion com… ▽ More

    Submitted 16 April, 2018; v1 submitted 16 March, 2018; originally announced March 2018.

    Comments: Appears in ISCA 2018

  18. arXiv:1710.09441  [pdf, other

    cs.CV

    High Five: Improving Gesture Recognition by Embracing Uncertainty

    Authors: Diman Zad Tootaghaj, Adrian Sampson, Todd Mytkowicz, Kathryn S McKinley

    Abstract: Sensors on mobile devices---accelerometers, gyroscopes, pressure meters, and GPS---invite new applications in gesture recognition, gaming, and fitness tracking. However, programming them remains challenging because human gestures captured by sensors are noisy. This paper illustrates that noisy gestures degrade training and classification accuracy for gesture recognition in state-of-the-art determi… ▽ More

    Submitted 25 October, 2017; originally announced October 2017.

  19. arXiv:1709.04991  [pdf, other

    cs.PL cs.AI

    Abstractions for AI-Based User Interfaces and Systems

    Authors: Alex Renda, Harrison Goldstein, Sarah Bird, Chris Quirk, Adrian Sampson

    Abstract: Novel user interfaces based on artificial intelligence, such as natural-language agents, present new categories of engineering challenges. These systems need to cope with uncertainty and ambiguity, interface with machine learning algorithms, and compose information from multiple users to make decisions. We propose to treat these challenges as language-design problems. We describe three programming… ▽ More

    Submitted 14 September, 2017; originally announced September 2017.

  20. arXiv:1705.04352  [pdf, other

    cs.CV

    Reconfiguring the Imaging Pipeline for Computer Vision

    Authors: Mark Buckler, Suren Jayasuriya, Adrian Sampson

    Abstract: Advancements in deep learning have ignited an explosion of research on efficient hardware for embedded computer vision. Hardware vision acceleration, however, does not address the cost of capturing and processing the image data that feeds these algorithms. We examine the role of the image signal processing (ISP) pipeline in computer vision to identify opportunities to reduce computation and save e… ▽ More

    Submitted 1 August, 2017; v1 submitted 11 May, 2017; originally announced May 2017.

  21. First Upper Limits on the Radar Cross Section of Cosmic-Ray Induced Extensive Air Showers

    Authors: R. U. Abbasi, M. Abe, M. Abou Bakr Othman, T. Abu-Zayyad, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, D. Besson, S. A. Blake, M. Byrne, R. Cady, M. J. Chae, B. G. Cheon, J. Chiba, M. Chikawa, W. R. Cho, B. Farhang-Boroujeny, T. Fujii, M. Fukushima, W. H. Gillman, T. Goto, W. Hanlon , et al. (114 additional authors not shown)

    Abstract: TARA (Telescope Array Radar) is a cosmic ray radar detection experiment colocated with Telescope Array, the conventional surface scintillation detector (SD) and fluorescence telescope detector (FD) near Delta, Utah, U.S.A. The TARA detector combines a 40 kW, 54.1 MHz VHF transmitter and high-gain transmitting antenna which broadcasts the radar carrier over the SD array and within the FD field of v… ▽ More

    Submitted 16 March, 2016; originally announced March 2016.

    Comments: 21 pages, 30 figures

  22. arXiv:1505.01860  [pdf, ps, other

    astro-ph.HE astro-ph.IM hep-ex

    Measurement of the Proton-Air Cross Section with Telescope Array's Middle Drum Detector and Surface Array in Hybrid Mode

    Authors: R. U. Abbasi, M. Abe, T. Abu-Zayyad, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, M. J. Chae, B. G. Cheon, J. Chiba, M. Chikawa, W. R. Cho, T. Fujii, M. Fukushima, T. Goto, W. Hanlon, Y. Hayashi, N. Hayashida, K. Hibino, K. Honda, D. Ikeda , et al. (101 additional authors not shown)

    Abstract: In this work we are reporting on the measurement of the proton-air inelastic cross section $σ^{\rm inel}_{\rm p-air}$ using the Telescope Array (TA) detector. Based on the measurement of the $σ^{\rm inel}_{\rm p-air}$ the proton-proton cross section $σ_{\rm p-p}$ value is also determined at $\sqrt{s} = 95_{-8}^{+5}$ TeV. Detecting cosmic ray events at ultra high energies with Telescope Array enabl… ▽ More

    Submitted 31 August, 2015; v1 submitted 7 May, 2015; originally announced May 2015.

    Journal ref: Phys. Rev. D 92, 032007 (2015)

  23. On the spacetime connecting two aeons in conformal cyclic cosmology

    Authors: A. Araujo, H. Jennen, J. G. Pereira, A. C. Sampson, L. L. Savi

    Abstract: As quotient spaces, Minkowski and de Sitter are fundamental, non-gravitational spacetimes for the construction of physical theories. When general relativity is constructed on a de Sitter spacetime, the usual Riemannian structure is replaced by a more general structure called de Sitter-Cartan geometry. In the contraction limit of an infinite cosmological term, the de Sitter-Cartan spacetime reduces… ▽ More

    Submitted 17 November, 2015; v1 submitted 17 March, 2015; originally announced March 2015.

    Comments: 15 pages. V2: presentation changes aiming at clarifying the text, matches published version

    Journal ref: Gen. Relativ. Grav. 47 (2015) 151 (17 pages)

  24. arXiv:1409.3128  [pdf, ps, other

    astro-ph.HE astro-ph.IM

    Searches for Large-Scale Anisotropy in the Arrival Directions of Cosmic Rays Detected above Energy of $10^{19}$ eV at the Pierre Auger Observatory and the Telescope Array

    Authors: The Pierre Auger, Telescope Array Collaborations, :, A. Aab, P. Abreu, M. Aglietta, E. J. Ahn, I. Al Samarai, I. F. M. Albuquerque, I. Allekotte, J. Allen, P. Allison, A. Almela, J. Alvarez Castillo, J. Alvarez-Muñiz, R. Alves Batista, M. Ambrosio, A. Aminaei, L. Anchordoqui, S. Andringa, C. Aramo, F. Arqueros, H. Asorey, P. Assis, J. Aublin , et al. (584 additional authors not shown)

    Abstract: Spherical harmonic moments are well-suited for capturing anisotropy at any scale in the flux of cosmic rays. An unambiguous measurement of the full set of spherical harmonic coefficients requires full-sky coverage. This can be achieved by combining data from observatories located in both the northern and southern hemispheres. To this end, a joint analysis using data recorded at the Telescope Array… ▽ More

    Submitted 10 September, 2014; originally announced September 2014.

    Comments: 33 pages, 13 figures, to appear in The Astrophysical Journal

    Journal ref: ApJ, 794, 172 (2014)

  25. Study of Ultra-High Energy Cosmic Ray Composition Using Telescope Array's Middle Drum Detector and Surface Array in Hybrid Mode

    Authors: R. U. Abbasi, M. Abe, T. Abu-Zayyad, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, M. J. Chae, B. G. Cheon, J. Chiba, M. Chikawa, W. R. Cho, T. Fujii, M. Fukushima, T. Goto, W. Hanlon, Y. Hayashi, N. Hayashida, K. Hibino, K. Honda, D. Ikeda , et al. (102 additional authors not shown)

    Abstract: Previous measurements of the composition of Ultra-High Energy Cosmic Rays(UHECRs) made by the High Resolution Fly's Eye(HiRes) and Pierre Auger Observatory(PAO) are seemingly contradictory, but utilize different detection methods, as HiRes was a stereo detector and PAO is a hybrid detector. The five year Telescope Array(TA) Middle Drum hybrid composition measurement is similar in some, but not all… ▽ More

    Submitted 5 November, 2014; v1 submitted 7 August, 2014; originally announced August 2014.

    Comments: 23 pages, 30 figures

  26. A Northern Sky Survey for Point-Like Sources of EeV Neutral Particles with the Telescope Array Experiment

    Authors: R. U. Abbasi, M. Abe, T. Abu-Zayyad, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, M. J. Chae, B. G. Cheon, J. Chiba, M. Chikawa, W. R. Cho, T. Fujii, M. Fukushima, T. Goto, W. Hanlon, Y. Hayashi, N. Hayashida, K. Hibino, K. Honda, D. Ikeda , et al. (101 additional authors not shown)

    Abstract: We report on the search for steady point-like sources of neutral particles around 10$^{18}$ eV between 2008 May and 2013 May with the scintillator surface detector of the Telescope Array experiment. We found overall no significant point-like excess above 0.5 EeV in the northern sky. Subsequently, we also searched for coincidence with the Fermi bright Galactic sources. No significant coincidence wa… ▽ More

    Submitted 3 March, 2015; v1 submitted 23 July, 2014; originally announced July 2014.

    Comments: 27 pages, 10 figures, 3 tables, accepted for publication in the Astrophysical Journal

    Journal ref: ApJ 804 133 (2015)

  27. Indications of Intermediate-Scale Anisotropy of Cosmic Rays with Energy Greater Than 57 EeV in the Northern Sky Measured with the Surface Detector of the Telescope Array Experiment

    Authors: The Telescope Array Collaboration, R. U. Abbasi, M. Abe, T. Abu-Zayyad, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, M. J. Chae, B. G. Cheon, J. Chiba, M. Chikawa, W. R. Cho, T. Fujii, M. Fukushima, T. Goto, W. Hanlon, Y. Hayashi, N. Hayashida, K. Hibino, K. Honda , et al. (102 additional authors not shown)

    Abstract: We have searched for intermediate-scale anisotropy in the arrival directions of ultrahigh-energy cosmic rays with energies above 57~EeV in the northern sky using data collected over a 5 year period by the surface detector of the Telescope Array experiment. We report on a cluster of events that we call the hotspot, found by oversampling using 20$^\circ$-radius circles. The hotspot has a Li-Ma stati… ▽ More

    Submitted 16 July, 2014; v1 submitted 23 April, 2014; originally announced April 2014.

    Comments: 16 pages, 3 figures, accepted for publication in the ApJ Letters

    Journal ref: ApJ 790 L21 (2014)

  28. de Sitter transitivity, conformal transformations and conservation laws

    Authors: J. G. Pereira, A. C. Sampson, L. L. Savi

    Abstract: Minkowski spacetime is transitive under ordinary translations, a transformation that do not have matrix representations. The de Sitter spacetime, on the other hand, is transitive under a combination of translations and proper conformal transformations, which do have a matrix representation. Such matrix, however, is not by itself a de Sitter generator: it gives rise to a conformal re-scaling of the… ▽ More

    Submitted 11 December, 2013; originally announced December 2013.

    Comments: 10 pages

    Journal ref: Int. J. Mod. Phys. D 23 (2014) 1450035

  29. arXiv:1310.0647  [pdf

    astro-ph.HE astro-ph.IM

    Pierre Auger Observatory and Telescope Array: Joint Contributions to the 33rd International Cosmic Ray Conference (ICRC 2013)

    Authors: The Telescope Array, Pierre Auger Collaborations, :, T. Abu-Zayyad, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W Belz, D. R. Bergman, S. A. Blake, R. Cady, M. J. Chae, B. G. Cheon, J. Chiba, M. Chikawa, W. R. Cho, T. Fujii, M. Fukushima, K. Goto, W. Hanlon, Y. Hayashi, N. Hayashida, K. Hibino, K. Honda , et al. (598 additional authors not shown)

    Abstract: Joint contributions of the Pierre Auger and Telescope Array Collaborations to the 33rd International Cosmic Ray Conference, Rio de Janeiro, Brazil, July 2013: cross-calibration of the fluorescence telescopes, large scale anisotropies and mass composition.

    Submitted 2 October, 2013; originally announced October 2013.

    Comments: Joint contributions of the Pierre Auger and Telescope Array Collaborations to the 33rd International Cosmic Ray Conference, Rio de Janeiro, Brazil, July 2013

  30. Search for correlations of the arrival directions of ultra-high energy cosmic ray with extragalactic objects as observed by the telescope array experiment

    Authors: T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino, K. Hiyama , et al. (120 additional authors not shown)

    Abstract: We search for correlations between positions of extragalactic objects and arrival directions of Ultra-High Energy Cosmic Rays (UHECRs) with primary energy $E \ge 40$ EeV as observed by the surface detector array of the Telescope Array (TA) experiment during the first 40 months of operation. We examined several public astronomical object catalogs, including the Veron-Cetty and Veron catalog of acti… ▽ More

    Submitted 24 June, 2013; originally announced June 2013.

  31. arXiv:1305.7273  [pdf, ps, other

    astro-ph.HE

    Energy Spectrum of Ultra-High Energy Cosmic Rays Observed with the Telescope Array Using a Hybrid Technique

    Authors: T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino, K. Hiyama , et al. (120 additional authors not shown)

    Abstract: We measure the spectrum of cosmic rays with energies greater than $10^{18.2}$ eV with the Fluorescence Detectors (FDs) and the Surface Detectors (SDs) of the Telescope Array Experiment using the data taken in our first 2.3-year observation from May 27 2008 to September 7 2010. A hybrid air shower reconstruction technique is employed to improve accuracies in determination of arrival directions and… ▽ More

    Submitted 30 May, 2013; originally announced May 2013.

    Comments: 28 pages, 12 figures, submitted to Astroparticle Physics

  32. arXiv:1305.6079  [pdf, ps, other

    astro-ph.HE astro-ph.IM

    The Energy Spectrum of Ultra-High-Energy Cosmic Rays Measured by the Telescope Array FADC Fluorescence Detectors in Monocular Mode

    Authors: The Telescope Array Collaboration, T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino , et al. (120 additional authors not shown)

    Abstract: We present a measurement of the energy spectrum of ultra-high-energy cosmic rays performed by the Telescope Array experiment using monocular observations from its two new FADC-based fluorescence detectors. After a short description of the experiment, we describe the data analysis and event reconstruction procedures. Since the aperture of the experiment must be calculated by Monte Carlo simulation,… ▽ More

    Submitted 26 May, 2013; originally announced May 2013.

    Comments: 10 pages, 10 figures, submitted to Astroparticle Physics

  33. arXiv:1304.5614  [pdf, ps, other

    astro-ph.HE hep-ex hep-ph

    Upper limit on the flux of photons with energies above 10^19 eV using the Telescope Array surface detector

    Authors: T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, D. Gorbunov, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino , et al. (117 additional authors not shown)

    Abstract: We search for ultra-high energy photons by analyzing geometrical properties of shower fronts of events registered by the Telescope Array surface detector. By making use of an event-by-event statistical method, we derive upper limits on the absolute flux of primary photons with energies above 10^19, 10^19.5 and 10^20 eV based on the first three years of data taken.

    Submitted 6 December, 2013; v1 submitted 20 April, 2013; originally announced April 2013.

    Comments: 7 pages, 5 figures

    Journal ref: Phys.Rev.D 88, 112005 (2013)

  34. Search for Anisotropy of Ultra-High Energy Cosmic Rays with the Telescope Array Experiment

    Authors: T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino, K. Hiyama , et al. (118 additional authors not shown)

    Abstract: We study the anisotropy of Ultra-High Energy Cosmic Ray (UHECR) events collected by the Telescope Array (TA) detector in the first 40 months of operation. Following earlier studies, we examine event sets with energy thresholds of 10 EeV, 40 EeV, and 57 EeV. We find that the distributions of the events in right ascension and declination are compatible with an isotropic distribution in all three set… ▽ More

    Submitted 27 May, 2012; originally announced May 2012.

    Comments: 10 pages, 9 figures

  35. The Cosmic Ray Energy Spectrum Observed with the Surface Detector of the Telescope Array Experiment

    Authors: T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino, K. Hiyama , et al. (116 additional authors not shown)

    Abstract: The Telescope Array (TA) collaboration has measured the energy spectrum of ultra-high energy cosmic rays with primary energies above 1.6 x 10^(18) eV. This measurement is based upon four years of observation by the surface detector component of TA. The spectrum shows a dip at an energy of 4.6 x 10^(18) eV and a steepening at 5.4 x 10^(19) eV which is consistent with the expectation from the GZK cu… ▽ More

    Submitted 25 March, 2013; v1 submitted 22 May, 2012; originally announced May 2012.

    Comments: Accepted for publication by Astrophysical Journal Letters

    Journal ref: ApJ 768 L1 (2013)

  36. The Energy Spectrum of Telescope Array's Middle Drum Detector and the Direct Comparison to the High Resolution Fly's Eye Experiment

    Authors: T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, D. Gorbunov, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino , et al. (116 additional authors not shown)

    Abstract: The Telescope Array's Middle Drum fluorescence detector was instrumented with telescopes refurbished from the High Resolution Fly's Eye's HiRes-1 site. The data observed by Middle Drum in monocular mode was analyzed via the HiRes-1 profile-constrained geometry reconstruction technique and utilized the same calibration techniques enabling a direct comparison of the energy spectra and energy scales… ▽ More

    Submitted 23 February, 2012; originally announced February 2012.

    Comments: 27 pages, 21 figures

  37. The surface detector array of the Telescope Array experiment

    Authors: T. Abu-Zayyad, R. Aida, M. Allen, R. Anderson, R. Azuma, E. Barcikowski, J. W. Belz, D. R. Bergman, S. A. Blake, R. Cady, B. G. Cheon, J. Chiba, M. Chikawa, E. J. Cho, W. R. Cho, H. Fujii, T. Fujii, T. Fukuda, M. Fukushima, D. Gorbunov, W. Hanlon, K. Hayashi, Y. Hayashi, N. Hayashida, K. Hibino , et al. (113 additional authors not shown)

    Abstract: The Telescope Array (TA) experiment, located in the western desert of Utah,USA, is designed for observation of extensive air showers from extremely high energy cosmic rays. The experiment has a surface detector array surrounded by three fluorescence detectors to enable simultaneous detection of shower particles at ground level and fluorescence photons along the shower track. The TA surface detecto… ▽ More

    Submitted 25 May, 2012; v1 submitted 24 January, 2012; originally announced January 2012.

    Comments: 32 pages, 17 figures

  38. arXiv:1201.0002  [pdf, ps, other

    astro-ph.IM astro-ph.HE

    New air fluorescence detectors employed in the Telescope Array experiment

    Authors: H. Tokuno, Y. Tameda, M. Takeda, K. Kadota, D. Ikeda, M. Chikawa, T. Fujii, M. Fukushima, K. Honda, N. Inoue, F. Kakimoto, S. Kawana, E. Kido, J. N. Matthews, T. Nonaka, S. Ogio, T. Okuda, S. Ozawa, H. Sagawa, N. Sakurai, T. Shibata, A. Taketa, S. B. Thomas, T. Tomida, Y. Tsunesada , et al. (113 additional authors not shown)

    Abstract: Since 2007, the Telescope Array (TA) experiment, based in Utah, USA, has been observing ultra high energy cosmic rays to understand their origins. The experiment involves a surface detector (SD) array and three fluorescence detector (FD) stations. FD stations, installed surrounding the SD array, measure the air fluorescence light emitted from extensive air showers (EASs) for precise determination… ▽ More

    Submitted 24 December, 2011; originally announced January 2012.

    Comments: 44 pages, 23 figures, submitted to NIM-A

  39. de Sitter geodesics: reappraising the notion of motion

    Authors: J. G. Pereira, A. C. Sampson

    Abstract: The de Sitter spacetime is transitive under a combination of translations and proper conformal transformations. Its usual family of geodesics, however, does not take into account this property. As a consequence, there are points in de Sitter spacetime which cannot be joined to each other by any one of these geodesics. By taking into account the appropriate transitivity properties in the variationa… ▽ More

    Submitted 1 March, 2012; v1 submitted 5 October, 2011; originally announced October 2011.

    Comments: 9 pages. V2: Presentation changes aiming at clarifying the text; version accepted for publication in Gen. Rel. Grav

    Journal ref: Gen. Rel. Grav. 44 (2012) 1299-1308

  40. A Conversation with Ingram Olkin

    Authors: Allan R. Sampson

    Abstract: Ingram Olkin was born on July 23, 1924 in Waterbury, Connecticut. His family moved to New York in 1934 and he graduated from DeWitt Clinton High School in 1941. He served three years in the Air Force during World War II and obtained a B.S. in mathematics at the City College of New York in 1947. After receiving an M.A. in mathematical statistics from Columbia in 1949, he completed his graduate st… ▽ More

    Submitted 5 February, 2008; originally announced February 2008.

    Comments: Published in at http://dx.doi.org/10.1214/088342307000000122 the Statistical Science (http://www.imstat.org/sts/) by the Institute of Mathematical Statistics (http://www.imstat.org)

    Report number: IMS-STS-STS231

    Journal ref: Statistical Science 2007, Vol. 22, No. 3, 450-475