Skip to main content

Showing 1–37 of 37 results for author: Smith, H

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

    cs.CY cs.SE

    CS1-LLM: Integrating LLMs into CS1 Instruction

    Authors: Annapurna Vadaparty, Daniel Zingaro, David H. Smith IV, Mounika Padala, Christine Alvarado, Jamie Gorson Benario, Leo Porter

    Abstract: The recent, widespread availability of Large Language Models (LLMs) like ChatGPT and GitHub Copilot may impact introductory programming courses (CS1) both in terms of what should be taught and how to teach it. Indeed, recent research has shown that LLMs are capable of solving the majority of the assignments and exams we previously used in CS1. In addition, professional software engineers are often… ▽ More

    Submitted 17 April, 2024; originally announced June 2024.

    Comments: to be published in Proceedings of the 29th ACM conference on innovation and technology in computer science education (ITiCSE)

  2. arXiv:2405.19460  [pdf, other

    cs.HC

    Evaluating Micro Parsons Problems as Exam Questions

    Authors: Zihan Wu, David H. Smith IV

    Abstract: Parsons problems are a type of programming activity that present learners with blocks of existing code and requiring them to arrange those blocks to form a program rather than write the code from scratch. Micro Parsons problems extend this concept by having students assemble segments of code to form a single line of code rather than an entire program. Recent investigations into micro Parsons probl… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

    Comments: This work is to appear in ITiCSE 2024. Both authors contributed equally to this research

    ACM Class: K.3.2; K.3.1; H.5.2

  3. arXiv:2405.12258  [pdf

    q-bio.QM cs.LG q-bio.CB

    Scientific Hypothesis Generation by a Large Language Model: Laboratory Validation in Breast Cancer Treatment

    Authors: Abbi Abdel-Rehim, Hector Zenil, Oghenejokpeme Orhobor, Marie Fisher, Ross J. Collins, Elizabeth Bourne, Gareth W. Fearnley, Emma Tate, Holly X. Smith, Larisa N. Soldatova, Ross D. King

    Abstract: Large language models (LLMs) have transformed AI and achieved breakthrough performance on a wide range of tasks that require human intelligence. In science, perhaps the most interesting application of LLMs is for hypothesis formation. A feature of LLMs, which results from their probabilistic structure, is that the output text is not necessarily a valid inference from the training text. These are '… ▽ More

    Submitted 5 June, 2024; v1 submitted 20 May, 2024; originally announced May 2024.

    Comments: 13 pages, 6 tables, 1 figure. Supplementary information available

  4. arXiv:2405.06147  [pdf, other

    cs.LG eess.SY

    State-Free Inference of State-Space Models: The Transfer Function Approach

    Authors: Rom N. Parnichkun, Stefano Massaroli, Alessandro Moro, Jimmy T. H. Smith, Ramin Hasani, Mathias Lechner, Qi An, Christopher Ré, Hajime Asama, Stefano Ermon, Taiji Suzuki, Atsushi Yamashita, Michael Poli

    Abstract: We approach designing a state-space model for deep learning applications through its dual representation, the transfer function, and uncover a highly efficient sequence parallel inference algorithm that is state-free: unlike other proposed algorithms, state-free inference does not incur any significant memory or computational cost with an increase in state size. We achieve this using properties of… ▽ More

    Submitted 1 June, 2024; v1 submitted 9 May, 2024; originally announced May 2024.

    Comments: Resubmission 02/06/2024: Fixed minor typo of recurrent form RTF

  5. arXiv:2404.00786  [pdf, ps, other

    cs.AR cs.PL

    There and Back Again: A Netlist's Tale with Much Egraphin'

    Authors: Gus Henry Smith, Zachary D. Sisco, Thanawat Techaumnuaiwit, **gtao Xia, Vishal Canumalla, Andrew Cheung, Zachary Tatlock, Chandrakana Nandi, Jonathan Balkind

    Abstract: EDA toolchains are notoriously unpredictable, incomplete, and error-prone; the generally-accepted remedy has been to re-imagine EDA tasks as compilation problems. However, any compiler framework we apply must be prepared to handle the wide range of EDA tasks, including not only compilation tasks like technology map** and optimization (the "there"} in our title), but also decompilation tasks like… ▽ More

    Submitted 31 March, 2024; originally announced April 2024.

  6. arXiv:2403.08792  [pdf, other

    cs.CV cs.LG cs.NE cs.PF

    Realtime Facial Expression Recognition: Neuromorphic Hardware vs. Edge AI Accelerators

    Authors: Heath Smith, James Seekings, Mohammadreza Mohammadi, Ramtin Zand

    Abstract: The paper focuses on real-time facial expression recognition (FER) systems as an important component in various real-world applications such as social robotics. We investigate two hardware options for the deployment of FER machine learning (ML) models at the edge: neuromorphic hardware versus edge AI accelerators. Our study includes exhaustive experiments providing comparative analyses between the… ▽ More

    Submitted 30 January, 2024; originally announced March 2024.

  7. arXiv:2403.06050  [pdf, other

    cs.HC cs.CY cs.SE

    Explaining Code with a Purpose: An Integrated Approach for Develo** Code Comprehension and Prompting Skills

    Authors: Paul Denny, David H. Smith IV, Max Fowler, James Prather, Brett A. Becker, Juho Leinonen

    Abstract: Reading, understanding and explaining code have traditionally been important skills for novices learning programming. As large language models (LLMs) become prevalent, these foundational skills are more important than ever given the increasing need to understand and evaluate model-generated code. Brand new skills are also needed, such as the ability to formulate clear prompts that can elicit inten… ▽ More

    Submitted 9 March, 2024; originally announced March 2024.

    Comments: Accepted to ITiCSE 2024

  8. FPGA Technology Map** Using Sketch-Guided Program Synthesis

    Authors: Gus Henry Smith, Ben Kushigian, Vishal Canumalla, Andrew Cheung, Steven Lyubomirsky, Sorawee Porncharoenwase, René Just, Gilbert Louis Bernstein, Zachary Tatlock

    Abstract: FPGA technology map** is the process of implementing a hardware design expressed in high-level HDL (hardware design language) code using the low-level, architecture-specific primitives of the target FPGA. As FPGAs become increasingly heterogeneous, achieving high performance requires hardware synthesis tools that better support map** to complex, highly configurable primitives like digital sign… ▽ More

    Submitted 29 January, 2024; originally announced January 2024.

  9. arXiv:2401.10759  [pdf, other

    cs.HC cs.AI

    Interactions with Prompt Problems: A New Way to Teach Programming with Large Language Models

    Authors: James Prather, Paul Denny, Juho Leinonen, David H. Smith IV, Brent N. Reeves, Stephen MacNeil, Brett A. Becker, Andrew Luxton-Reilly, Thezyrie Amarouche, Bailey Kimmel

    Abstract: Large Language Models (LLMs) have upended decades of pedagogy in computing education. Students previously learned to code through \textit{writing} many small problems with less emphasis on code reading and comprehension. Recent research has shown that free code generation tools powered by LLMs can solve introductory programming problems presented in natural language with ease. In this paper, we pr… ▽ More

    Submitted 19 January, 2024; originally announced January 2024.

    Comments: accepted for CHI 2024

  10. arXiv:2401.06205  [pdf, other

    cs.SI

    Unsupervised detection of coordinated information operations in the wild

    Authors: D. Hudson Smith, Carl Ehrett, Patrick L. Warren

    Abstract: This paper introduces and tests an unsupervised method for detecting novel coordinated inauthentic information operations (CIOs) in realistic settings. This method uses Bayesian inference to identify groups of accounts that share similar account-level characteristics and target similar narratives. We solve the inferential problem using amortized variational inference, allowing us to efficiently in… ▽ More

    Submitted 11 January, 2024; originally announced January 2024.

    Comments: 34 pages, 10 figures

  11. arXiv:2401.00289  [pdf

    cs.HC

    ASL Champ!: A Virtual Reality Game with Deep-Learning Driven Sign Recognition

    Authors: Md Shahinur Alam, Jason Lamberton, Jianye Wang, Carly Leannah, Sarah Miller, Joseph Palagano, Myles de Bastion, Heather L. Smith, Melissa Malzkuhn, Lorna C. Quandt

    Abstract: We developed an American Sign Language (ASL) learning platform in a Virtual Reality (VR) environment to facilitate immersive interaction and real-time feedback for ASL learners. We describe the first game to use an interactive teaching style in which users learn from a fluent signing avatar and the first implementation of ASL sign recognition using deep learning within the VR environment. Advanced… ▽ More

    Submitted 30 December, 2023; originally announced January 2024.

    Comments: 36 pages, 9 figures

  12. arXiv:2312.13976  [pdf

    physics.med-ph cs.AI cs.CG eess.IV q-bio.QM

    Anatomical basis of sex differences in human post-myocardial infarction ECG phenotypes identified by novel automated torso-cardiac 3D reconstruction

    Authors: Hannah J. Smith, Blanca Rodriguez, Yuling Sang, Marcel Beetz, Robin Choudhury, Vicente Grau, Abhirup Banerjee

    Abstract: The electrocardiogram (ECG) is routinely used in cardiology, though its interpretation is confounded by anatomical variability. A novel, automated computational pipeline enables quantification of torso-ventricular anatomy metrics from magnetic resonance imaging, and comparison to ECG characteristics. Sex and myocardial infarction differences are investigated based on 1051 healthy and 425 post-MI s… ▽ More

    Submitted 21 December, 2023; originally announced December 2023.

    Comments: Paper under revision

  13. arXiv:2311.14903  [pdf, other

    cs.CY

    Code Generation Based Grading: Evaluating an Auto-grading Mechanism for "Explain-in-Plain-English" Questions

    Authors: David H. Smith IV, Craig Zilles

    Abstract: Comprehending and elucidating the purpose of code is often cited as being a key learning objective within introductory programming courses. To address this objective ``Explain-in-Plain-English'' questions, in which students are shown a segment of code and asked to provide an abstract description of the code's purpose, have been adopted. However, given EiPE questions require a natural language resp… ▽ More

    Submitted 24 November, 2023; originally announced November 2023.

  14. arXiv:2310.19694  [pdf, other

    cs.LG

    Convolutional State Space Models for Long-Range Spatiotemporal Modeling

    Authors: Jimmy T. H. Smith, Shalini De Mello, Jan Kautz, Scott W. Linderman, Wonmin Byeon

    Abstract: Effectively modeling long spatiotemporal sequences is challenging due to the need to model complex spatial correlations and long-range temporal dependencies simultaneously. ConvLSTMs attempt to address this by updating tensor-valued states with recurrent neural networks, but their sequential computation makes them slow to train. In contrast, Transformers can process an entire spatiotemporal sequen… ▽ More

    Submitted 30 October, 2023; originally announced October 2023.

  15. On the Relevance of Temporal Features for Medical Ultrasound Video Recognition

    Authors: D. Hudson Smith, John Paul Lineberger, George H. Baker

    Abstract: Many medical ultrasound video recognition tasks involve identifying key anatomical features regardless of when they appear in the video suggesting that modeling such tasks may not benefit from temporal features. Correspondingly, model architectures that exclude temporal features may have better sample efficiency. We propose a novel multi-head attention architecture that incorporates these hypothes… ▽ More

    Submitted 16 October, 2023; originally announced October 2023.

    Comments: 14 pages, 4 figures, published in MICCAI 23

    Journal ref: International Conference on Medical Image Computing and Computer-Assisted Intervention, pp. 744-753. Cham: Springer Nature Switzerland, 2023

  16. arXiv:2305.18983  [pdf, other

    cs.RO cs.AI cs.LG

    SO(2)-Equivariant Downwash Models for Close Proximity Flight

    Authors: H. Smith, A. Shankar, J. Gielis, J. Blumenkamp, A. Prorok

    Abstract: Multirotors flying in close proximity induce aerodynamic wake effects on each other through propeller downwash. Conventional methods have fallen short of providing adequate 3D force-based models that can be incorporated into robust control paradigms for deploying dense formations. Thus, learning a model for these downwash patterns presents an attractive solution. In this paper, we present a novel… ▽ More

    Submitted 25 March, 2024; v1 submitted 30 May, 2023; originally announced May 2023.

    Journal ref: Smith, H., Shankar, A., Gielis, J., Blumenkamp, J., & Prorok, A. IEEE Robotics and Automation Letters 9(2) (2024) 1174-1181

  17. Facial Expression Recognition at the Edge: CPU vs GPU vs VPU vs TPU

    Authors: Mohammadreza Mohammadi, Heath Smith, Lareb Khan, Ramtin Zand

    Abstract: Facial Expression Recognition (FER) plays an important role in human-computer interactions and is used in a wide range of applications. Convolutional Neural Networks (CNN) have shown promise in their ability to classify human facial expressions, however, large CNNs are not well-suited to be implemented on resource- and energy-constrained IoT devices. In this work, we present a hierarchical framewo… ▽ More

    Submitted 16 May, 2023; originally announced May 2023.

  18. arXiv:2305.09580  [pdf, other

    cs.PL cs.AR

    Generate Compilers from Hardware Models!

    Authors: Gus Henry Smith, Ben Kushigian, Vishal Canumalla, Andrew Cheung, René Just, Zachary Tatlock

    Abstract: Compiler backends should be automatically generated from hardware design language (HDL) models of the hardware they target. Generating compiler components directly from HDL can provide stronger correctness guarantees, ease development effort, and encourage hardware exploration. Past work has already championed this idea; here we argue that advances in program synthesis make the approach more feasi… ▽ More

    Submitted 16 May, 2023; originally announced May 2023.

    Comments: 3 pages, 2 figures, to be presented at the 2023 PLARCH Workshop at FCRC

  19. arXiv:2303.12741  [pdf, other

    cs.CV cs.GR

    A Method for Animating Children's Drawings of the Human Figure

    Authors: Harrison Jesse Smith, Qingyuan Zheng, Yifei Li, Somya Jain, Jessica K. Hodgins

    Abstract: Children's drawings have a wonderful inventiveness, creativity, and variety to them. We present a system that automatically animates children's drawings of the human figure, is robust to the variance inherent in these depictions, and is simple and straightforward enough for anyone to use. We demonstrate the value and broad appeal of our approach by building and releasing the Animated Drawings Demo… ▽ More

    Submitted 4 April, 2023; v1 submitted 7 March, 2023; originally announced March 2023.

  20. arXiv:2212.04001  [pdf, other

    cs.CL cs.LG

    TweetDrought: A Deep-Learning Drought Impacts Recognizer based on Twitter Data

    Authors: Beichen Zhang, Frank Schilder, Kelly Helm Smith, Michael J. Hayes, Sherri Harms, Tsegaye Tadesse

    Abstract: Acquiring a better understanding of drought impacts becomes increasingly vital under a warming climate. Traditional drought indices describe mainly biophysical variables and not impacts on social, economic, and environmental systems. We utilized natural language processing and bidirectional encoder representation from Transformers (BERT) based transfer learning to fine-tune the model on the data f… ▽ More

    Submitted 7 December, 2022; originally announced December 2022.

    Comments: 5 pages (+3 in appendix), 5 figures in appendix, 2 tables (+1 in appendix), ICML Workshop on Tackling Climate Change with Machine Learning Workshop, 2021

  21. arXiv:2208.04933  [pdf, other

    cs.LG

    Simplified State Space Layers for Sequence Modeling

    Authors: Jimmy T. H. Smith, Andrew Warrington, Scott W. Linderman

    Abstract: Models using structured state space sequence (S4) layers have achieved state-of-the-art performance on long-range sequence modeling tasks. An S4 layer combines linear state space models (SSMs), the HiPPO framework, and deep learning to achieve high performance. We build on the design of the S4 layer and introduce a new state space layer, the S5 layer. Whereas an S4 layer uses many independent sing… ▽ More

    Submitted 3 March, 2023; v1 submitted 9 August, 2022; originally announced August 2022.

  22. arXiv:2205.06885  [pdf

    cs.CL

    PathologyBERT -- Pre-trained Vs. A New Transformer Language Model for Pathology Domain

    Authors: Thiago Santos, Amara Tariq, Susmita Das, Kavyasree Vayalpati, Geoffrey H. Smith, Hari Trivedi, Imon Banerjee

    Abstract: Pathology text mining is a challenging task given the reporting variability and constant new findings in cancer sub-type definitions. However, successful text mining of a large pathology database can play a critical role to advance 'big data' cancer research like similarity-based treatment selection, case identification, prognostication, surveillance, clinical trial screening, risk stratification,… ▽ More

    Submitted 13 May, 2022; originally announced May 2022.

    Comments: submitted to "American Medical Informatics Association (AMIA)" 2022 Annual Symposium

  23. arXiv:2203.00218  [pdf, other

    cs.AR cs.PL

    Application-Level Validation of Accelerator Designs Using a Formal Software/Hardware Interface

    Authors: Bo-Yuan Huang, Steven Lyubomirsky, Yi Li, Mike He, Gus Henry Smith, Thierry Tambe, Akash Gaonkar, Vishal Canumalla, Andrew Cheung, Gu-Yeon Wei, Aarti Gupta, Zachary Tatlock, Sharad Malik

    Abstract: Ideally, accelerator development should be as easy as software development. Several recent design languages/tools are working toward this goal, but actually testing early designs on real applications end-to-end remains prohibitively difficult due to the costs of building specialized compiler and simulator support. We propose a new first-in-class, mostly automated methodology termed "3LA" to enable… ▽ More

    Submitted 22 August, 2023; v1 submitted 28 February, 2022; originally announced March 2022.

  24. arXiv:2111.01256  [pdf, other

    cs.LG

    Reverse engineering recurrent neural networks with Jacobian switching linear dynamical systems

    Authors: Jimmy T. H. Smith, Scott W. Linderman, David Sussillo

    Abstract: Recurrent neural networks (RNNs) are powerful models for processing time-series data, but it remains challenging to understand how they function. Improving this understanding is of substantial interest to both the machine learning and neuroscience communities. The framework of reverse engineering a trained RNN by linearizing around its fixed points has provided insight, but the approach has signif… ▽ More

    Submitted 1 November, 2021; originally announced November 2021.

    Comments: 23 pages, 9 figures

  25. Pure Tensor Program Rewriting via Access Patterns (Representation Pearl)

    Authors: Gus Henry Smith, Andrew Liu, Steven Lyubomirsky, Scott Davidson, Joseph McMahan, Michael Taylor, Luis Ceze, Zachary Tatlock

    Abstract: Tensor kernels in machine learning (ML) often correspond to pure mathematical expressions, making term rewriting an attractive strategy for optimization and map** to specialized hardware accelerators. However, existing ML intermediate representations (IRs) tend to either be \textit{pure but high-level}, making low-level rewrites to hardware targets inexpressible, or \textit{low-level but impure}… ▽ More

    Submitted 19 May, 2021; originally announced May 2021.

    Comments: To be published at MAPS 2021

  26. arXiv:2104.08661  [pdf, other

    cs.CL cs.AI

    Explaining Answers with Entailment Trees

    Authors: Bhavana Dalvi, Peter Jansen, Oyvind Tafjord, Zhengnan Xie, Hannah Smith, Leighanna Pipatanangkura, Peter Clark

    Abstract: Our goal, in the context of open-domain textual question-answering (QA), is to explain answers by showing the line of reasoning from what is known to the answer, rather than simply showing a fragment of textual evidence (a "rationale'"). If this could be done, new opportunities for understanding and debugging the system's reasoning become possible. Our approach is to generate explanations in the f… ▽ More

    Submitted 28 May, 2022; v1 submitted 17 April, 2021; originally announced April 2021.

    Comments: published in EMNLP 2021

  27. arXiv:2102.12728  [pdf, other

    cs.CV cs.RO

    Scene Retrieval for Contextual Visual Map**

    Authors: William H. B. Smith, Michael Milford, Klaus D. McDonald-Maier, Shoaib Ehsan

    Abstract: Visual navigation localizes a query place image against a reference database of place images, also known as a `visual map'. Localization accuracy requirements for specific areas of the visual map, `scene classes', vary according to the context of the environment and task. State-of-the-art visual map** is unable to reflect these requirements by explicitly targetting scene classes for inclusion in… ▽ More

    Submitted 25 February, 2021; originally announced February 2021.

    Comments: 8 page paper on visual place recogniton and scene classification

  28. On the Philosophical, Cognitive and Mathematical Foundations of Symbiotic Autonomous Systems (SAS)

    Authors: Yingxu Wang, Fakhri Karray, Sam Kwong, Konstantinos N. Plataniotis, Henry Leung, Ming Hou, Edward Tunstel, Imre J. Rudas, Ljiljana Trajkovic, Okyay Kaynak, Janusz Kacprzyk, Mengchu Zhou, Michael H. Smith, Philip Chen, Shushma Patel

    Abstract: Symbiotic Autonomous Systems (SAS) are advanced intelligent and cognitive systems exhibiting autonomous collective intelligence enabled by coherent symbiosis of human-machine interactions in hybrid societies. Basic research in the emerging field of SAS has triggered advanced general AI technologies functioning without human intervention or hybrid symbiotic systems synergizing humans and intelligen… ▽ More

    Submitted 11 February, 2021; originally announced February 2021.

    Comments: Accepted by Phil. Trans. Royal Society (A): Math, Phys & Engg Sci., 379(219x), 2021, Oxford, UK

    Journal ref: Phil. Trans. Royal Society (A): Math, Phys & Engg Sci., 379(219x), 2021, Oxford, UK

  29. Improving healthcare access management by predicting patient no-show behaviour

    Authors: David Barrera Ferro, Sally Brailsford, Cristián Bravo, Honora Smith

    Abstract: Low attendance levels in medical appointments have been associated with poor health outcomes and efficiency problems for service providers. To address this problem, healthcare managers could aim at improving attendance levels or minimizing the operational impact of no-shows by adapting resource allocation policies. However, given the uncertainty of patient behaviour, generating relevant informatio… ▽ More

    Submitted 10 December, 2020; originally announced December 2020.

    Comments: v4 - 26 pages

    Journal ref: Decision Support Systems 138: 113398 (2020)

  30. arXiv:1911.10436  [pdf, other

    cs.CL

    ScienceExamCER: A High-Density Fine-Grained Science-Domain Corpus for Common Entity Recognition

    Authors: Hannah Smith, Zeyu Zhang, John Culnan, Peter Jansen

    Abstract: Named entity recognition identifies common classes of entities in text, but these entity labels are generally sparse, limiting utility to downstream tasks. In this work we present ScienceExamCER, a densely-labeled semantic classification corpus of 133k mentions in the science exam domain where nearly all (96%) of content words have been annotated with one or more fine-grained semantic class labels… ▽ More

    Submitted 23 November, 2019; originally announced November 2019.

  31. Investigating the Essential of Meaningful Automated Formative Feedback for Programming Assignments

    Authors: Qiang Hao, Jack P Wilson, Camille Ottaway, Naitra Iriumi, Kai Arakawa, David H Smith IV

    Abstract: This study investigated the essential of meaningful automated feedback for programming assignments. Three different types of feedback were tested, including (a) What's wrong - what test cases were testing and which failed, (b) Gap - comparisons between expected and actual outputs, and (c) Hint - hints on how to fix problems if test cases failed. 46 students taking a CS2 participated in this study.… ▽ More

    Submitted 25 June, 2019; v1 submitted 21 June, 2019; originally announced June 2019.

    Journal ref: 2019 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)

  32. On difference graphs and the local dimension of posets

    Authors: **ha Kim, Ryan R. Martin, Tomáš Masařík, Warren Shull, Heather C. Smith, Andrew Uzzell, Zhiyu Wang

    Abstract: The dimension of a partially-ordered set (poset), introduced by Dushnik and Miller (1941), has been studied extensively in the literature. Recently, Ueckerdt (2016) proposed a variation called local dimension which makes use of partial linear extensions. While local dimension is bounded above by dimension, they can be arbitrarily far apart as the dimension of the standard example is $n$ while its… ▽ More

    Submitted 22 March, 2018; originally announced March 2018.

    Comments: 13 pages, 1 figure

    MSC Class: 06A07; 05C70

    Journal ref: European Journal of Combinatorics 86, 1--13, 2020

  33. arXiv:1712.07794  [pdf

    cs.CL

    The Character Thinks Ahead: creative writing with deep learning nets and its stylistic assessment

    Authors: Roger T. Dean, Hazel Smith

    Abstract: We discuss how to control outputs from deep learning models of text corpora so as to create contemporary poetic works. We assess whether these controls are successful in the immediate sense of creating stylo- metric distinctiveness. The specific context is our piece The Character Thinks Ahead (2016/17); the potential applications are broad.

    Submitted 21 December, 2017; originally announced December 2017.

    Comments: A 2 page paper in press in Leonardo Vol 51, 2018. Yet to be copy-edited

  34. arXiv:1709.08119  [pdf, other

    math.CO cs.DM

    Analogies between the crossing number and the tangle crossing number

    Authors: Robin Anderson, Shuliang Bai, Fidel Barrera-Cruz, Éva Czabarka, Giordano Da Lozzo, Natalie L. F. Hobson, Jephian C. -H. Lin, Austin Mohr, Heather C. Smith, László A. Székely, Hays Whitlatch

    Abstract: Tanglegrams are special graphs that consist of a pair of rooted binary trees with the same number of leaves, and a perfect matching between the two leaf-sets. These objects are of use in phylogenetics and are represented with straightline drawings where the leaves of the two plane binary trees are on two parallel lines and only the matching edges can cross. The tangle crossing number of a tanglegr… ▽ More

    Submitted 23 September, 2017; originally announced September 2017.

    Comments: 13 pages, 6 figures

    MSC Class: Primary: 05C10; Secondary: 05C62; 05C05; 92B10

  35. arXiv:1606.06154  [pdf, other

    cs.CE cs.SD eess.SY

    Closed Form Fractional Integration and Differentiation via Real Exponentially Spaced Pole-Zero Pairs

    Authors: Julius Orion Smith, Harrison Freeman Smith

    Abstract: We derive closed-form expressions for the poles and zeros of approximate fractional integrator/differentiator filters, which correspond to spectral roll-off filters having any desired log-log slope to a controllable degree of accuracy over any bandwidth. The filters can be described as a uniform exponential distribution of poles along the negative-real axis of the s plane, with zeros interleaving… ▽ More

    Submitted 7 June, 2016; originally announced June 2016.

    Comments: 10 pages, 8 figures

  36. arXiv:1506.06107  [pdf, ps, other

    cs.CC cs.DS math.CO

    The computational complexity of calculating partition functions of optimal medians with Hamming distance

    Authors: István Miklós, Heather Smith

    Abstract: In this paper, we show that calculating the partition function of optimal medians of binary strings with Hamming distance is \#P-complete for several weight functions. The case when the weight function is the factorial function has application in bioinformatics. In that case, the partition function counts the most parsimonious evolutionary scenarios on a star tree under several models in bioinform… ▽ More

    Submitted 13 January, 2017; v1 submitted 19 June, 2015; originally announced June 2015.

  37. arXiv:1010.1595  [pdf, other

    stat.CO cs.DC cs.DS

    Using parallel computation to improve Independent Metropolis--Hastings based estimation

    Authors: Pierre Jacob, Christian P. Robert, Murray H. Smith

    Abstract: In this paper, we consider the implications of the fact that parallel raw-power can be exploited by a generic Metropolis--Hastings algorithm if the proposed values are independent. In particular, we present improvements to the independent Metropolis--Hastings algorithm that significantly decrease the variance of any estimator derived from the MCMC output, for a null computing cost since those impr… ▽ More

    Submitted 24 March, 2011; v1 submitted 8 October, 2010; originally announced October 2010.

    Comments: 19 pages, 8 figures, to appear in Journal of Computational and Graphical Statistics