Skip to main content

Showing 1–25 of 25 results for author: Morrison, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.00044  [pdf

    cs.DC

    Stream-K Optimization and Exploration

    Authors: Nick Rackley, Bryan Gonzalez, Casey Morrison

    Abstract: We explore optimization options for the Stream-K algorithm, a work-centric parallelization of matrix multiplication (GEMM). In our study, we investigated differences between the theoretical and practical implementations, particularly noting the impact of padding. Our debugging efforts revealed a persistent bug related to block map**, which we could not fully resolve, but we managed to implement… ▽ More

    Submitted 31 May, 2024; originally announced July 2024.

    Comments: This work references work from the Stream-K algorithm article available at arXiv:2301.03598

  2. arXiv:2406.04236  [pdf, other

    cs.CV

    Understanding Information Storage and Transfer in Multi-modal Large Language Models

    Authors: Samyadeep Basu, Martin Grayson, Cecily Morrison, Besmira Nushi, Soheil Feizi, Daniela Massiceti

    Abstract: Understanding the mechanisms of information storage and transfer in Transformer-based models is important for driving model understanding progress. Recent work has studied these mechanisms for Large Language Models (LLMs), revealing insights on how information is stored in a model's parameters and how information flows to and from these parameters in response to specific prompts. However, these st… ▽ More

    Submitted 6 June, 2024; originally announced June 2024.

    Comments: 20 pages

  3. arXiv:2405.05299  [pdf, other

    cs.HC cs.AI

    Challenges for Responsible AI Design and Workflow Integration in Healthcare: A Case Study of Automatic Feeding Tube Qualification in Radiology

    Authors: Anja Thieme, Abhijith Rajamohan, Benjamin Cooper, Heather Groombridge, Robert Simister, Barney Wong, Nicholas Woznitza, Mark Ames Pinnock, Maria Teodora Wetscherek, Cecily Morrison, Hannah Richardson, Fernando Pérez-García, Stephanie L. Hyland, Shruthi Bannur, Daniel C. Castro, Kenza Bouzid, Anton Schwaighofer, Mercy Ranjit, Harshita Sharma, Matthew P. Lungren, Ozan Oktay, Javier Alvarez-Valle, Aditya Nori, Stephen Harris, Joseph Jacob

    Abstract: Nasogastric tubes (NGTs) are feeding tubes that are inserted through the nose into the stomach to deliver nutrition or medication. If not placed correctly, they can cause serious harm, even death to patients. Recent AI developments demonstrate the feasibility of robustly detecting NGT placement from Chest X-ray images to reduce risks of sub-optimally or critically placed NGTs being missed or delay… ▽ More

    Submitted 8 May, 2024; originally announced May 2024.

    ACM Class: H.5.m; I.2.m

  4. arXiv:2403.04225  [pdf, other

    cs.CV

    3DTextureTransformer: Geometry Aware Texture Generation for Arbitrary Mesh Topology

    Authors: Dharma KC, Clayton T. Morrison

    Abstract: Learning to generate textures for a novel 3D mesh given a collection of 3D meshes and real-world 2D images is an important problem with applications in various domains such as 3D simulation, augmented and virtual reality, gaming, architecture, and design. Existing solutions either do not produce high-quality textures or deform the original high-resolution input mesh topology into a regular grid to… ▽ More

    Submitted 7 March, 2024; originally announced March 2024.

    Comments: 8 pages, 3 figures, 1 table

  5. arXiv:2312.12392  [pdf, other

    cs.GR

    Recursive Camera Painting: A Method for Real-Time Painterly Renderings of 3D Scenes

    Authors: Ergun Akleman, Cassie Mullins, Christopher Morrison, David Oh

    Abstract: In this work, we present the recursive camera-painting approach to obtain painterly smudging in real-time rendering applications. We have implemented recursive camera painting as both a GPU-based ray-tracing and in a Virtual Reality game environment. Using this approach, we can obtain dynamic 3D Paintings in real-time. In a camera painting, each pixel has a separate associated camera whose paramet… ▽ More

    Submitted 1 December, 2023; originally announced December 2023.

    Comments: 10 pages

  6. arXiv:2311.17315  [pdf, other

    cs.CV

    Explaining CLIP's performance disparities on data from blind/low vision users

    Authors: Daniela Massiceti, Camilla Longden, Agnieszka Słowik, Samuel Wills, Martin Grayson, Cecily Morrison

    Abstract: Large multi-modal models (LMMs) hold the potential to usher in a new era of automated visual assistance for people who are blind or low vision (BLV). Yet, these models have not been systematically evaluated on data captured by BLV users. We address this by empirically assessing CLIP, a widely-used LMM likely to underpin many assistive technologies. Testing 25 CLIP variants in a zero-shot classific… ▽ More

    Submitted 25 March, 2024; v1 submitted 28 November, 2023; originally announced November 2023.

    Comments: Accepted at 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)

  7. arXiv:2305.13504  [pdf, other

    cs.CL cs.LG

    Neural Machine Translation for Code Generation

    Authors: Dharma KC, Clayton T. Morrison

    Abstract: Neural machine translation (NMT) methods developed for natural language processing have been shown to be highly successful in automating translation from one natural language to another. Recently, these NMT methods have been adapted to the generation of program code. In NMT for code generation, the task is to generate output source code that satisfies constraints expressed in the input. In the lit… ▽ More

    Submitted 22 May, 2023; originally announced May 2023.

    Comments: 33 pages, 1 figure

    MSC Class: A.1

  8. arXiv:2210.16989  [pdf, other

    cs.CL

    Validity Assessment of Legal Will Statements as Natural Language Inference

    Authors: Alice Saebom Kwak, Jacob O. Israelsen, Clayton T. Morrison, Derek E. Bambauer, Mihai Surdeanu

    Abstract: This work introduces a natural language inference (NLI) dataset that focuses on the validity of statements in legal wills. This dataset is unique because: (a) each entailment decision requires three inputs: the statement from the will, the law, and the conditions that hold at the time of the testator's death; and (b) the included texts are longer than the ones in current NLI datasets. We trained e… ▽ More

    Submitted 30 October, 2022; originally announced October 2022.

    Comments: 10 pages, 4 figures; To be published in the Findings of the Association for Computational Linguistics: EMNLP 2022

  9. Texture Generation Using A Graph Generative Adversarial Network And Differentiable Rendering

    Authors: Dharma KC, Clayton T. Morrison, Bradley Walls

    Abstract: Novel photo-realistic texture synthesis is an important task for generating novel scenes, including asset generation for 3D simulations. However, to date, these methods predominantly generate textured objects in 2D space. If we rely on 2D object generation, then we need to make a computationally expensive forward pass each time we change the camera viewpoint or lighting. Recent work that can gener… ▽ More

    Submitted 7 February, 2023; v1 submitted 17 June, 2022; originally announced June 2022.

    Comments: The final publication is available at Springer via http://dx.doi.org/10.1007/978-3-031-25825-1_28

    MSC Class: I.5

    Journal ref: Springer.13836.(2023)388-401

  10. arXiv:2205.15281  [pdf, other

    cs.CL cs.AI

    Learning Open Domain Multi-hop Search Using Reinforcement Learning

    Authors: Enrique Noriega-Atala, Mihai Surdeanu, Clayton T. Morrison

    Abstract: We propose a method to teach an automated agent to learn how to search for multi-hop paths of relations between entities in an open domain. The method learns a policy for directing existing information retrieval and machine reading resources to focus on relevant regions of a corpus. The approach formulates the learning problem as a Markov decision process with a state representation that encodes t… ▽ More

    Submitted 30 May, 2022; originally announced May 2022.

    Comments: Accepted for publication at the Structured and Unstructured Knowledge Integration (SUKI) workshop, held at NAACL-HLT 2022

  11. arXiv:2112.09288  [pdf, other

    cs.CL cs.AI

    Neural Architectures for Biological Inter-Sentence Relation Extraction

    Authors: Enrique Noriega-Atala, Peter M. Lovett, Clayton T. Morrison, Mihai Surdeanu

    Abstract: We introduce a family of deep-learning architectures for inter-sentence relation extraction, i.e., relations where the participants are not necessarily in the same sentence. We apply these architectures to an important use case in the biomedical domain: assigning biological context to biochemical events. In this work, biological context is defined as the type of biological system within which the… ▽ More

    Submitted 16 December, 2021; originally announced December 2021.

    Comments: Accepted at the Scientific Document Understanding workshop at AAAI'22

  12. arXiv:2110.12261  [pdf, other

    cs.CV eess.IV

    espiownage: Tracking Transients in Steelpan Drum Strikes Using Surveillance Technology

    Authors: Scott H. Hawley, Andrew C. Morrison, Grant S. Morgan

    Abstract: We present an improvement in the ability to meaningfully track features in high speed videos of Caribbean steelpan drums illuminated by Electronic Speckle Pattern Interferometry (ESPI). This is achieved through the use of up-to-date computer vision libraries for object detection and image segmentation as well as a significant effort toward cleaning the dataset previously used to train systems for… ▽ More

    Submitted 23 October, 2021; originally announced October 2021.

    Comments: 6 pages, 5 figures, submitted to NeurIPS 2021 Workshop on Machine Learning and the Physical Sciences

    ACM Class: I.4.6; I.4.9

  13. arXiv:2109.00150  [pdf, other

    cs.LG

    Federated Reconnaissance: Efficient, Distributed, Class-Incremental Learning

    Authors: Sean M. Hendryx, Dharma Raj KC, Bradley Walls, Clayton T. Morrison

    Abstract: We describe federated reconnaissance, a class of learning problems in which distributed clients learn new concepts independently and communicate that knowledge efficiently. In particular, we propose an evaluation framework and methodological baseline for a system in which each client is expected to learn a growing set of classes and communicate knowledge of those classes efficiently with other cli… ▽ More

    Submitted 31 August, 2021; originally announced September 2021.

  14. ORBIT: A Real-World Few-Shot Dataset for Teachable Object Recognition

    Authors: Daniela Massiceti, Luisa Zintgraf, John Bronskill, Lida Theodorou, Matthew Tobias Harris, Edward Cutrell, Cecily Morrison, Katja Hofmann, Simone Stumpf

    Abstract: Object recognition has made great advances in the last decade, but predominately still relies on many high-quality training examples per object category. In contrast, learning new objects from only a few examples could enable many impactful applications from robotics to user personalization. Most few-shot learning research, however, has been driven by benchmark datasets that lack the high variatio… ▽ More

    Submitted 8 October, 2021; v1 submitted 8 April, 2021; originally announced April 2021.

    Comments: IEEE/CVF International Conference on Computer Vision (ICCV), 2021

  15. arXiv:2102.00632  [pdf, other

    cs.CV cs.LG physics.app-ph physics.ins-det

    ConvNets for Counting: Object Detection of Transient Phenomena in Steelpan Drums

    Authors: Scott H. Hawley, Andrew C. Morrison

    Abstract: We train an object detector built from convolutional neural networks to count interference fringes in elliptical antinode regions in frames of high-speed video recordings of transient oscillations in Caribbean steelpan drums illuminated by electronic speckle pattern interferometry (ESPI). The annotations provided by our model aim to contribute to the understanding of time-dependent behavior in suc… ▽ More

    Submitted 6 September, 2021; v1 submitted 31 January, 2021; originally announced February 2021.

    Comments: 13 pages, 9 figures, accepted for J. Acous. Soc. Am. (JASA) Special Issue on Machine Learning in Acoustics

    ACM Class: I.4.7

  16. arXiv:2008.08042  [pdf, ps, other

    quant-ph cs.MS

    Just another quantum assembly language (Jaqal)

    Authors: Benjamin C. A. Morrison, Andrew J. Landahl, Daniel S. Lobser, Kenneth M. Rudinger, Antonio E. Russo, Jay W. Van Der Wall, Peter Maunz

    Abstract: The Quantum Scientific Computing Open User Testbed (QSCOUT) is a trapped-ion quantum computer testbed realized at Sandia National Laboratories on behalf of the Department of Energy's Office of Science and its Advanced Scientific Computing (ASCR) program. Here we describe Jaqal, for Just another quantum assembly language, the programming language we invented to specify programs executed on QSCOUT.… ▽ More

    Submitted 18 August, 2020; originally announced August 2020.

    Comments: Accepted by the IEEE International Conference on Quantum Computing and Engineering, Oct. 12-16, 2020. Contains overlaps with the formal Jaqal language specification in arXiv:2003.09382, but expands significantly on the rationales behind the language choices made

  17. arXiv:2001.07295  [pdf, other

    cs.AI cs.MM cs.SE

    AutoMATES: Automated Model Assembly from Text, Equations, and Software

    Authors: Adarsh Pyarelal, Marco A. Valenzuela-Escarcega, Rebecca Sharp, Paul D. Hein, Jon Stephens, Pratik Bhandari, HeuiChan Lim, Saumya Debray, Clayton T. Morrison

    Abstract: Models of complicated systems can be represented in different ways - in scientific papers, they are represented using natural language text as well as equations. But to be of real use, they must also be implemented as software, thus making code a third form of representing models. We introduce the AutoMATES project, which aims to build semantically-rich unified representations of models from scien… ▽ More

    Submitted 20 January, 2020; originally announced January 2020.

    Comments: 8 pages, 6 figures, accepted to Modeling the World's Systems 2019

    ACM Class: D.3.3; D.3.4; H.1.0; I.2.2; I.2.5; I.2.7; I.6.4; I.6.5

  18. arXiv:1912.06290  [pdf, other

    cs.LG cs.CV eess.IV stat.ML

    Meta-Learning Initializations for Image Segmentation

    Authors: Sean M. Hendryx, Andrew B. Leach, Paul D. Hein, Clayton T. Morrison

    Abstract: We extend first-order model agnostic meta-learning algorithms (including FOMAML and Reptile) to image segmentation, present a novel neural network architecture built for fast learning which we call EfficientLab, and leverage a formal definition of the test error of meta-learning algorithms to decrease error on out of distribution tasks. We show state of the art results on the FSS-1000 dataset by m… ▽ More

    Submitted 7 May, 2020; v1 submitted 12 December, 2019; originally announced December 2019.

  19. arXiv:1906.07194  [pdf, other

    cs.CL cs.CY

    Finding Your Voice: The Linguistic Development of Mental Health Counselors

    Authors: Justine Zhang, Robert Filbin, Christine Morrison, Jaclyn Weiser, Cristian Danescu-Niculescu-Mizil

    Abstract: Mental health counseling is an enterprise with profound societal importance where conversations play a primary role. In order to acquire the conversational skills needed to face a challenging range of situations, mental health counselors must rely on training and on continued experience with actual clients. However, in the absence of large scale longitudinal studies, the nature and significance of… ▽ More

    Submitted 17 June, 2019; originally announced June 2019.

    Comments: To appear at ACL 2019, 12 pages, 2 figures; code available through the Cornell Conversational Analysis Toolkit (https://convokit.cornell.edu)

  20. arXiv:1812.06199  [pdf, other

    cs.CL cs.LG stat.ML

    Inter-sentence Relation Extraction for Associating Biological Context with Events in Biomedical Texts

    Authors: Enrique Noriega-Atala, Paul D. Hein, Shraddha S. Thumsi, Zechy Wong, Xia Wang, Clayton T. Morrison

    Abstract: We present an analysis of the problem of identifying biological context and associating it with biochemical events in biomedical texts. This constitutes a non-trivial, inter-sentential relation extraction task. We focus on biological context as descriptions of the species, tissue type and cell type that are associated with biochemical events. We describe the properties of an annotated corpus of co… ▽ More

    Submitted 14 December, 2018; originally announced December 2018.

  21. arXiv:1802.03052  [pdf, other

    cs.CL cs.AI cs.IR

    WorldTree: A Corpus of Explanation Graphs for Elementary Science Questions supporting Multi-Hop Inference

    Authors: Peter A. Jansen, Elizabeth Wainwright, Steven Marmorstein, Clayton T. Morrison

    Abstract: Develo** methods of automated inference that are able to provide users with compelling human-readable justifications for why the answer to a question is correct is critical for domains such as science and medicine, where user trust and detecting costly errors are limiting factors to adoption. One of the central barriers to training question answering models on explainable inference tasks is the… ▽ More

    Submitted 8 February, 2018; originally announced February 2018.

    Comments: Accepted at the Language Resource and Evaluation Conference (LREC) 2018

  22. arXiv:1709.02076  [pdf, other

    cs.SD cs.CL cs.IR cs.PL

    Composition by Conversation

    Authors: Donya Quick, Clayton T. Morrison

    Abstract: Most musical programming languages are developed purely for coding virtual instruments or algorithmic compositions. Although there has been some work in the domain of musical query languages for music information retrieval, there has been little attempt to unify the principles of musical programming and query languages with cognitive and natural language processing models that would facilitate the… ▽ More

    Submitted 7 September, 2017; originally announced September 2017.

    Comments: 6 pages, 8 figures, accepted to ICMC 2017

    ACM Class: H.5.1; H.5.5; I.2.4; I.2.5; I.2.7

  23. arXiv:1709.00149  [pdf, other

    cs.AI cs.CL cs.IR cs.LG

    Learning what to read: Focused machine reading

    Authors: Enrique Noriega-Atala, Marco A. Valenzuela-Escarcega, Clayton T. Morrison, Mihai Surdeanu

    Abstract: Recent efforts in bioinformatics have achieved tremendous progress in the machine reading of biomedical literature, and the assembly of the extracted biochemical interactions into large-scale models such as protein signaling pathways. However, batch machine reading of literature at today's scale (PubMed alone indexes over 1 million papers per year) is unfeasible due to both cost and processing ove… ▽ More

    Submitted 1 September, 2017; originally announced September 2017.

    Comments: 6 pages, 1 figure, 1 algorithm, 2 tables, accepted to EMNLP 2017

    ACM Class: H.3.3; I.2.6; I.2.7

  24. arXiv:1707.06756  [pdf, other

    stat.ML cs.AI cs.LG stat.ME

    An Infinite Hidden Markov Model With Similarity-Biased Transitions

    Authors: Colin Reimer Dawson, Chaofan Huang, Clayton T. Morrison

    Abstract: We describe a generalization of the Hierarchical Dirichlet Process Hidden Markov Model (HDP-HMM) which is able to encode prior information that state transitions are more likely between "nearby" states. This is accomplished by defining a similarity function on the state space and scaling transition probabilities by pair-wise similarities, thereby inducing correlations among the transition distribu… ▽ More

    Submitted 21 July, 2017; originally announced July 2017.

    Comments: 16 pages, 4 figures, accepted to ICML 2017, includes supplemental appendix

    ACM Class: G.3; I.2.6

  25. arXiv:1604.06970  [pdf, other

    cs.AI cs.CV

    Bayesian Inference of Recursive Sequences of Group Activities from Tracks

    Authors: Ernesto Brau, Colin Dawson, Alfredo Carrillo, David Sidi, Clayton T. Morrison

    Abstract: We present a probabilistic generative model for inferring a description of coordinated, recursively structured group activities at multiple levels of temporal granularity based on observations of individuals' trajectories. The model accommodates: (1) hierarchically structured groups, (2) activities that are temporally and compositionally recursive, (3) component roles assigning different subactivi… ▽ More

    Submitted 23 April, 2016; originally announced April 2016.

    Comments: 10 pages, 6 figures, in Proceedings of the 30th AAAI Conference on Artificial Intelligence (AAAI'16), Phoenix, AZ, 2016