Skip to main content

Showing 1–50 of 181 results for author: Hager, G

  1. arXiv:2405.12525  [pdf, other

    cs.DC cs.PF

    Cache Blocking of Distributed-Memory Parallel Matrix Power Kernels

    Authors: Dane C. Lacey, Christie L. Alappat, Florian Lange, Georg Hager, Holger Fehske, Gerhard Wellein

    Abstract: Sparse matrix-vector products (SpMVs) are a bottleneck in many scientific codes. Due to the heavy strain on the main memory interface from loading the sparse matrix and the possibly irregular memory access pattern, SpMV typically exhibits low arithmetic intensity. Repeating these products multiple times with the same matrix is required in many algorithms. This so-called matrix power kernel (MPK) p… ▽ More

    Submitted 22 May, 2024; v1 submitted 21 May, 2024; originally announced May 2024.

    Comments: 15 pages, 12 figures, 5 tables; added affiliation & extended acknowledgment

  2. arXiv:2403.11461  [pdf, other

    cs.RO

    VIHE: Virtual In-Hand Eye Transformer for 3D Robotic Manipulation

    Authors: Weiyao Wang, Yutian Lei, Shiyu Jin, Gregory D. Hager, Liangjun Zhang

    Abstract: In this work, we introduce the Virtual In-Hand Eye Transformer (VIHE), a novel method designed to enhance 3D manipulation capabilities through action-aware view rendering. VIHE autoregressively refines actions in multiple stages by conditioning on rendered views posed from action predictions in the earlier stages. These virtual in-hand views provide a strong inductive bias for effectively recogniz… ▽ More

    Submitted 18 March, 2024; v1 submitted 18 March, 2024; originally announced March 2024.

  3. arXiv:2402.11840  [pdf, other

    cs.CV

    An Endoscopic Chisel: Intraoperative Imaging Carves 3D Anatomical Models

    Authors: Jan Emily Mangulabnan, Roger D. Soberanis-Mukul, Timo Teufel, Manish Sahu, Jose L. Porras, S. Swaroop Vedula, Masaru Ishii, Gregory Hager, Russell H. Taylor, Mathias Unberath

    Abstract: Purpose: Preoperative imaging plays a pivotal role in sinus surgery where CTs offer patient-specific insights of complex anatomy, enabling real-time intraoperative navigation to complement endoscopy imaging. However, surgery elicits anatomical changes not represented in the preoperative model, generating an inaccurate basis for navigation during surgery progression. Methods: We propose a first v… ▽ More

    Submitted 19 February, 2024; originally announced February 2024.

  4. arXiv:2311.04797  [pdf, other

    cs.DC cs.PF

    CloverLeaf on Intel Multi-Core CPUs: A Case Study in Write-Allocate Evasion

    Authors: Jan Laukemann, Thomas Gruber, Georg Hager, Dossay Oryspayev, Gerhard Wellein

    Abstract: In this paper we analyze the MPI-only version of the CloverLeaf code from the SPEChpc 2021 benchmark suite on recent Intel Xeon "Ice Lake" and "Sapphire Rapids" server CPUs. We observe peculiar breakdowns in performance when the number of processes is prime. Investigating this effect, we create first-principles data traffic models for each of the stencil-like hotspot loops. With application measur… ▽ More

    Submitted 17 May, 2024; v1 submitted 8 November, 2023; originally announced November 2023.

    Comments: 19 pages including artifact appendix; 11 figures, 1 table; numerous corrections, esp. in Table 1

  5. arXiv:2310.14364  [pdf, other

    cs.CV

    A Quantitative Evaluation of Dense 3D Reconstruction of Sinus Anatomy from Monocular Endoscopic Video

    Authors: Jan Emily Mangulabnan, Roger D. Soberanis-Mukul, Timo Teufel, Isabela Hernández, Jonas Winter, Manish Sahu, Jose L. Porras, S. Swaroop Vedula, Masaru Ishii, Gregory Hager, Russell H. Taylor, Mathias Unberath

    Abstract: Generating accurate 3D reconstructions from endoscopic video is a promising avenue for longitudinal radiation-free analysis of sinus anatomy and surgical outcomes. Several methods for monocular reconstruction have been proposed, yielding visually pleasant 3D anatomical structures by retrieving relative camera poses with structure-from-motion-type algorithms and fusion of monocular depth estimates.… ▽ More

    Submitted 22 October, 2023; originally announced October 2023.

  6. arXiv:2310.05701  [pdf, other

    cs.DC physics.comp-ph

    Physical Oscillator Model for Supercomputing

    Authors: Ayesha Afzal, Georg Hager, Gerhard Wellein

    Abstract: A parallel program together with the parallel hardware it is running on is not only a vehicle to solve numerical problems, it is also a complex system with interesting dynamical behavior: resynchronization and desynchronization of parallel processes, propagating phases of idleness, and the peculiar effects of noise and system topology are just a few examples. We propose a physical oscillator model… ▽ More

    Submitted 9 October, 2023; originally announced October 2023.

    Comments: 5 pages, 2 figures

  7. SPEChpc 2021 Benchmarks on Ice Lake and Sapphire Rapids Infiniband Clusters: A Performance and Energy Case Study

    Authors: Ayesha Afzal, Georg Hager, Gerhard Wellein

    Abstract: In this work, fundamental performance, power, and energy characteristics of the full SPEChpc 2021 benchmark suite are assessed on two different clusters based on Intel Ice Lake and Sapphire Rapids CPUs using the MPI-only codes' variants. We use memory bandwidth, data volume, and scalability metrics in order to categorize the benchmarks and pinpoint relevant performance and scalability bottlenecks… ▽ More

    Submitted 14 September, 2023; v1 submitted 11 September, 2023; originally announced September 2023.

    Comments: 9 pages, 6 figures; corrected links to system docs

  8. arXiv:2309.03395  [pdf, other

    cs.RO

    The Quiet Eye Phenomenon in Minimally Invasive Surgery

    Authors: Alaa Eldin Abdelaal, Rachelle Van Rumpt, Sayem Nazmuz Zaman, Irene Tong, Anthony Jarc, Gary L. Gallia, Masaru Ishii, Gregory D. Hager, Septimiu E. Salcudean

    Abstract: In this paper, we report our discovery of a gaze behavior called Quiet Eye (QE) in minimally invasive surgery. The QE behavior has been extensively studied in sports training and has been associated with higher level of expertise in multiple sports. We investigated the QE behavior in two independently collected data sets of surgeons performing tasks in a sinus surgery setting and a robotic surgery… ▽ More

    Submitted 6 September, 2023; originally announced September 2023.

  9. arXiv:2309.02228  [pdf, other

    math.NA cs.DC

    Algebraic Temporal Blocking for Sparse Iterative Solvers on Multi-Core CPUs

    Authors: Christie Alappat, Jonas Thies, Georg Hager, Holger Fehske, Gerhard Wellein

    Abstract: Sparse linear iterative solvers are essential for many large-scale simulations. Much of the runtime of these solvers is often spent in the implicit evaluation of matrix polynomials via a sequence of sparse matrix-vector products. A variety of approaches has been proposed to make these polynomial evaluations explicit (i.e., fix the coefficients), e.g., polynomial preconditioners or s-step Krylov me… ▽ More

    Submitted 5 September, 2023; originally announced September 2023.

    Comments: 25 pages, 11 figures, 3 tables

  10. arXiv:2302.14660  [pdf, other

    physics.chem-ph cs.PF physics.comp-ph

    MD-Bench: Engineering the in-core performance of short-range molecular dynamics kernels from state-of-the-art simulation packages

    Authors: Rafael Ravedutti Lucio Machado, Jan Eitzinger, Jan Laukemann, Georg Hager, Harald Köstler, Gerhard Wellein

    Abstract: Molecular dynamics (MD) simulations provide considerable benefits for the investigation and experimentation of systems at atomic level. Their usage is widespread into several research fields, but their system size and timescale are also crucially limited by the computing power they can make use of. Performance engineering of MD kernels is therefore important to understand their bottlenecks and poi… ▽ More

    Submitted 22 February, 2023; originally announced February 2023.

    Comments: 17 pages, 10 figures, 5 tables. arXiv admin note: text overlap with arXiv:2207.13094

  11. Making Applications Faster by Asynchronous Execution: Slowing Down Processes or Relaxing MPI Collectives

    Authors: Ayesha Afzal, Georg Hager, Stefano Markidis, Gerhard Wellein

    Abstract: Comprehending the performance bottlenecks at the core of the intricate hardware-software interactions exhibited by highly parallel programs on HPC clusters is crucial. This paper sheds light on the issue of automatically asynchronous MPI communication in memory-bound parallel programs on multicore clusters and how it can be facilitated. For instance, slowing down MPI processes by deliberate inject… ▽ More

    Submitted 24 February, 2023; v1 submitted 23 February, 2023; originally announced February 2023.

    Comments: 18 pages, 14 figures, 7 tables. Corrected Fig. 4 layout

  12. arXiv:2211.06318  [pdf

    cs.CY cs.AI cs.LG

    Artificial Intelligence and Life in 2030: The One Hundred Year Study on Artificial Intelligence

    Authors: Peter Stone, Rodney Brooks, Erik Brynjolfsson, Ryan Calo, Oren Etzioni, Greg Hager, Julia Hirschberg, Shivaram Kalyanakrishnan, Ece Kamar, Sarit Kraus, Kevin Leyton-Brown, David Parkes, William Press, AnnaLee Saxenian, Julie Shah, Milind Tambe, Astro Teller

    Abstract: In September 2016, Stanford's "One Hundred Year Study on Artificial Intelligence" project (AI100) issued the first report of its planned long-term periodic assessment of artificial intelligence (AI) and its impact on society. It was written by a panel of 17 study authors, each of whom is deeply rooted in AI research, chaired by Peter Stone of the University of Texas at Austin. The report, entitled… ▽ More

    Submitted 31 October, 2022; originally announced November 2022.

    Comments: 52 pages, https://ai100.stanford.edu/2016-report

  13. Orthogonal layers of parallelism in large-scale eigenvalue computations

    Authors: Andreas Alvermann, Georg Hager, Holger Fehske

    Abstract: We address the communication overhead of distributed sparse matrix-(multiple)-vector multiplication in the context of large-scale eigensolvers, using filter diagonalization as an example. The basis of our study is a performance model which includes a communication metric that is computed directly from the matrix sparsity pattern without running any code. The performance model quantifies to which e… ▽ More

    Submitted 23 November, 2023; v1 submitted 5 September, 2022; originally announced September 2022.

    Comments: Final version, almost as published. 32 pages, 12 figures

    Journal ref: ACM Trans. Parallel Comput. 10, 16 (2023)

  14. Exploring Techniques for the Analysis of Spontaneous Asynchronicity in MPI-Parallel Applications

    Authors: Ayesha Afzal, Georg Hager, Gerhard Wellein, Stefano Markidis

    Abstract: This paper studies the utility of using data analytics and machine learning techniques for identifying, classifying, and characterizing the dynamics of large-scale parallel (MPI) programs. To this end, we run microbenchmarks and realistic proxy applications with the regular compute-communicate structure on two different supercomputing platforms and choose the per-process performance and MPI time p… ▽ More

    Submitted 27 May, 2022; originally announced May 2022.

    Comments: 12 pages, 9 figures, 1 table

  15. arXiv:2205.06416  [pdf, other

    cs.CV

    Video-based assessment of intraoperative surgical skill

    Authors: Sanchit Hira, Digvijay Singh, Tae Soo Kim, Shobhit Gupta, Gregory Hager, Shameema Sikder, S. Swaroop Vedula

    Abstract: Purpose: The objective of this investigation is to provide a comprehensive analysis of state-of-the-art methods for video-based assessment of surgical skill in the operating room. Methods: Using a data set of 99 videos of capsulorhexis, a critical step in cataract surgery, we evaluate feature based methods previously developed for surgical skill assessment mostly under benchtop settings. In additi… ▽ More

    Submitted 12 May, 2022; originally announced May 2022.

  16. The Role of Idle Waves, Desynchronization, and Bottleneck Evasion in the Performance of Parallel Programs

    Authors: Ayesha Afzal, Georg Hager, Gerhard Wellein

    Abstract: The performance of highly parallel applications on distributed-memory systems is influenced by many factors. Analytic performance modeling techniques aim to provide insight into performance limitations and are often the starting point of optimization efforts. However, coupling analytic models across the system hierarchy (socket, node, network) fails to encompass the intricate interplay between the… ▽ More

    Submitted 9 May, 2022; originally announced May 2022.

    Comments: 13 pages, 7 figures, 6 tables

  17. arXiv:2205.01598  [pdf, other

    math.NA cs.DC cs.PF

    Level-based Blocking for Sparse Matrices: Sparse Matrix-Power-Vector Multiplication

    Authors: Christie L. Alappat, Georg Hager, Olaf Schenk, Gerhard Wellein

    Abstract: The multiplication of a sparse matrix with a dense vector (SpMV) is a key component in many numerical schemes and its performance is known to be severely limited by main memory access. Several numerical schemes require the multiplication of a sparse matrix polynomial with a dense vector, which is typically implemented as a sequence of SpMVs. This results in low performance and ignores the potentia… ▽ More

    Submitted 3 May, 2022; originally announced May 2022.

    Comments: 18 pages, 19 figures, 3 tables

  18. arXiv:2204.14242  [pdf, other

    cs.DC

    Analytical Performance Estimation during Code Generation on Modern GPUs

    Authors: Dominik Ernst, Markus Holzer, Georg Hager, Matthias Knorr, Gerhard Wellein

    Abstract: Automatic code generation is frequently used to create implementations of algorithms specifically tuned to particular hardware and application parameters. The code generation process involves the selection of adequate code transformations, tuning parameters, and parallelization strategies. We propose an alternative to time-intensive autotuning, scenario-specific performance models, or black-box ma… ▽ More

    Submitted 29 April, 2022; originally announced April 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:2107.01143

  19. arXiv:2202.09487  [pdf, other

    cs.CV cs.AI cs.RO

    SAGE: SLAM with Appearance and Geometry Prior for Endoscopy

    Authors: Xingtong Liu, Zhaoshuo Li, Masaru Ishii, Gregory D. Hager, Russell H. Taylor, Mathias Unberath

    Abstract: In endoscopy, many applications (e.g., surgical navigation) would benefit from a real-time method that can simultaneously track the endoscope and reconstruct the dense 3D geometry of the observed anatomy from a monocular endoscopic video. To this end, we develop a Simultaneous Localization and Mapping system by combining the learning-based appearance and optimizable geometry priors and factor grap… ▽ More

    Submitted 22 February, 2022; v1 submitted 18 February, 2022; originally announced February 2022.

    Comments: Accepted to ICRA 2022

  20. arXiv:2202.03868  [pdf, other

    cs.CV cs.LG

    Mapping DNN Embedding Manifolds for Network Generalization Prediction

    Authors: Molly O'Brien, Julia Bukowski, Mathias Unberath, Aria Pezeshk, Greg Hager

    Abstract: Understanding Deep Neural Network (DNN) performance in changing conditions is essential for deploying DNNs in safety critical applications with unconstrained environments, e.g., perception for self-driving vehicles or medical image analysis. Recently, the task of Network Generalization Prediction (NGP) has been proposed to predict how a DNN will generalize in a new operating domain. Previous NGP a… ▽ More

    Submitted 3 February, 2022; originally announced February 2022.

    Comments: 11 pages, 5 figures

  21. arXiv:2110.08239  [pdf, other

    cs.LG

    Learn Proportional Derivative Controllable Latent Space from Pixels

    Authors: Weiyao Wang, Marin Kobilarov, Gregory D. Hager

    Abstract: Recent advances in latent space dynamics model from pixels show promising progress in vision-based model predictive control (MPC). However, executing MPC in real time can be challenging due to its intensive computational cost in each timestep. We propose to introduce additional learning objectives to enforce that the learned latent space is proportional derivative controllable. In execution time,… ▽ More

    Submitted 5 February, 2023; v1 submitted 15 October, 2021; originally announced October 2021.

  22. arXiv:2108.07399  [pdf, other

    cs.CV

    Network Generalization Prediction for Safety Critical Tasks in Novel Operating Domains

    Authors: Molly O'Brien, Mike Medoff, Julia Bukowski, Greg Hager

    Abstract: It is well known that Neural Network (network) performance often degrades when a network is used in novel operating domains that differ from its training and testing domains. This is a major limitation, as networks are being integrated into safety critical, cyber-physical systems that must work in unconstrained environments, e.g., perception for autonomous vehicles. Training networks that generali… ▽ More

    Submitted 16 August, 2021; originally announced August 2021.

  23. arXiv:2107.04622  [pdf, other

    cs.CV

    Cumulative Assessment for Urban 3D Modeling

    Authors: Shea Hagstrom, Hee Won Pak, Stephanie Ku, Sean Wang, Gregory Hager, Myron Brown

    Abstract: Urban 3D modeling from satellite images requires accurate semantic segmentation to delineate urban features, multiple view stereo for 3D reconstruction of surface heights, and 3D model fitting to produce compact models with accurate surface slopes. In this work, we present a cumulative assessment metric that succinctly captures error contributions from each of these components. We demonstrate our… ▽ More

    Submitted 9 July, 2021; originally announced July 2021.

    Comments: Published in IEEE International Geoscience and Remote Sensing Symposium (IGARSS), 2021

  24. arXiv:2107.01143  [pdf, other

    cs.PF

    Opening the Black Box: Performance Estimation during Code Generation for GPUs

    Authors: Dominik Ernst, Georg Hager, Markus Holzer, Matthias Knorr, Gerhard Wellein

    Abstract: Automatic code generation is frequently used to create implementations of algorithms specifically tuned to particular hardware and application parameters. The code generation process involves the selection of adequate code transformations, tuning parameters, and parallelization strategies. To cover the huge search space, code generation frameworks may apply time-intensive autotuning, exploit scena… ▽ More

    Submitted 2 July, 2021; originally announced July 2021.

    ACM Class: C.4

  25. arXiv:2105.09481  [pdf, other

    cs.RO cs.LG

    Localization and Control of Magnetic Suture Needles in Cluttered Surgical Site with Blood and Tissue

    Authors: Will Pryor, Yotam Barnoy, Suraj Raval, Xiaolong Liu, Lamar Mair, Daniel Lerner, Onder Erin, Gregory D. Hager, Yancy Diaz-Mercado, Axel Krieger

    Abstract: Real-time visual localization of needles is necessary for various surgical applications, including surgical automation and visual feedback. In this study we investigate localization and autonomous robotic control of needles in the context of our magneto-suturing system. Our system holds the potential for surgical manipulation with the benefit of minimal invasiveness and reduced patient side effect… ▽ More

    Submitted 19 May, 2021; originally announced May 2021.

  26. arXiv:2105.08229  [pdf, other

    cs.CV

    Single View Geocentric Pose in the Wild

    Authors: Gordon Christie, Kevin Foster, Shea Hagstrom, Gregory D. Hager, Myron Z. Brown

    Abstract: Current methods for Earth observation tasks such as semantic mapping, map alignment, and change detection rely on near-nadir images; however, often the first available images in response to dynamic world events such as natural disasters are oblique. These tasks are much more difficult for oblique images due to observed object parallax. There has been recent success in learning to regress geocentri… ▽ More

    Submitted 17 May, 2021; originally announced May 2021.

    Comments: To be published in the proceedings of the CVPR 2021 EarthVision Workshop

  27. arXiv:2105.01006  [pdf, other

    cs.RO cs.LG

    Robotic Surgery With Lean Reinforcement Learning

    Authors: Yotam Barnoy, Molly O'Brien, Will Wang, Gregory Hager

    Abstract: As surgical robots become more common, automating away some of the burden of complex direct human operation becomes ever more feasible. Model-free reinforcement learning (RL) is a promising direction toward generalizable automated surgical performance, but progress has been slowed by the lack of efficient and realistic learning environments. In this paper, we describe adding reinforcement learning… ▽ More

    Submitted 3 May, 2021; originally announced May 2021.

  28. arXiv:2104.02799  [pdf, other

    cs.RO

    Out-of-Distribution Robustness with Deep Recursive Filters

    Authors: Kapil D. Katyal, I-Jeng Wang, Gregory D. Hager

    Abstract: Accurate state and uncertainty estimation is imperative for mobile robots and self driving vehicles to achieve safe navigation in pedestrian rich environments. A critical component of state and uncertainty estimation for robot navigation is to perform robustly under out-of-distribution noise. Traditional methods of state estimation decouple perception and state estimation making it difficult to op… ▽ More

    Submitted 6 April, 2021; originally announced April 2021.

  29. arXiv:2104.00646  [pdf, other

    cs.CV

    Motion Guided Attention Fusion to Recognize Interactions from Videos

    Authors: Tae Soo Kim, Jonathan Jones, Gregory D. Hager

    Abstract: We present a dual-pathway approach for recognizing fine-grained interactions from videos. We build on the success of prior dual-stream approaches, but make a distinction between the static and dynamic representations of objects and their interactions explicit by introducing separate motion and object detection pathways. Then, using our new Motion-Guided Attention Fusion module, we fuse the bottom-… ▽ More

    Submitted 1 April, 2021; originally announced April 2021.

  30. Analytic Modeling of Idle Waves in Parallel Programs: Communication, Cluster Topology, and Noise Impact

    Authors: Ayesha Afzal, Georg Hager, Gerhard Wellein

    Abstract: Most distributed-memory bulk-synchronous parallel programs in HPC assume that compute resources are available continuously and homogeneously across the allocated set of compute nodes. However, long one-off delays on individual processes can cause global disturbances, so-called idle waves, by rippling through the system. This process is mainly governed by the communication topology of the underlyin… ▽ More

    Submitted 4 March, 2021; originally announced March 2021.

    Comments: 19 pages, 10 figures, 2 tables

  31. arXiv:2103.03013  [pdf, other

    cs.PF cs.DC hep-lat

    ECM modeling and performance tuning of SpMV and Lattice QCD on A64FX

    Authors: Christie Alappat, Nils Meyer, Jan Laukemann, Thomas Gruber, Georg Hager, Gerhard Wellein, Tilo Wettig

    Abstract: The A64FX CPU is arguably the most powerful Arm-based processor design to date. Although it is a traditional cache-based multicore processor, its peak performance and memory bandwidth rival accelerator devices. A good understanding of its performance features is of paramount importance for developers who wish to leverage its full potential. We present an architectural analysis of the A64FX used in… ▽ More

    Submitted 30 July, 2021; v1 submitted 4 March, 2021; originally announced March 2021.

    Comments: 32 pages, 25 figures, 6 tables

  32. arXiv:2102.12308  [pdf, other

    cs.CV cs.AI

    "Train one, Classify one, Teach one" -- Cross-surgery transfer learning for surgical step recognition

    Authors: Daniel Neimark, Omri Bar, Maya Zohar, Gregory D. Hager, Dotan Asselmann

    Abstract: Prior work demonstrated the ability of machine learning to automatically recognize surgical workflow steps from videos. However, these studies focused on only a single type of procedure. In this work, we analyze, for the first time, surgical step recognition on four different laparoscopic surgeries: Cholecystectomy, Right Hemicolectomy, Sleeve Gastrectomy, and Appendectomy. Inspired by the traditi… ▽ More

    Submitted 21 April, 2021; v1 submitted 24 February, 2021; originally announced February 2021.

    Comments: MIDL 2021

  33. arXiv:2012.02836  [pdf, other

    cs.RO

    Orientation Matters: 6-DoF Autonomous Camera Movement for Minimally Invasive Surgery

    Authors: Alaa Eldin Abdelaal, Nancy Hong, Apeksha Avinash, Divya Budihal, Maram Sakr, Gregory D. Hager, Septimiu E. Salcudean

    Abstract: We propose a new method for six-degree-of-freedom (6-DoF) autonomous camera movement for minimally invasive surgery, which, unlike previous methods, takes into account both the position and orientation information from structures in the surgical scene. In addition to locating the camera for a good view of the manipulated object, our autonomous camera takes into account workspace constraints, inclu… ▽ More

    Submitted 4 December, 2020; originally announced December 2020.

  34. arXiv:2012.02109  [pdf, other

    cs.CV

    SAFCAR: Structured Attention Fusion for Compositional Action Recognition

    Authors: Tae Soo Kim, Gregory D. Hager

    Abstract: We present a general framework for compositional action recognition -- i.e. action recognition where the labels are composed out of simpler components such as subjects, atomic-actions and objects. The main challenge in compositional action recognition is that there is a combinatorially large set of possible actions that can be composed using basic components. However, compositionality also provide… ▽ More

    Submitted 17 December, 2020; v1 submitted 3 December, 2020; originally announced December 2020.

  35. arXiv:2012.01392  [pdf, other

    cs.CV

    Fine-grained activity recognition for assembly videos

    Authors: Jonathan D. Jones, Cathryn Cortesa, Amy Shelton, Barbara Landau, Sanjeev Khudanpur, Gregory D. Hager

    Abstract: In this paper we address the task of recognizing assembly actions as a structure (e.g. a piece of furniture or a toy block tower) is built up from a set of primitive objects. Recognizing the full range of assembly actions requires perception at a level of spatial detail that has not been attempted in the action recognition literature to date. We extend the fine-grained activity recognition setting… ▽ More

    Submitted 2 December, 2020; originally announced December 2020.

    Comments: 8 pages, 6 figures. Submitted to RA-L/ICRA 2021

  36. arXiv:2012.00088  [pdf, other

    cs.CV cs.RO

    Nothing But Geometric Constraints: A Model-Free Method for Articulated Object Pose Estimation

    Authors: Qihao Liu, Weichao Qiu, Weiyao Wang, Gregory D. Hager, Alan L. Yuille

    Abstract: We propose an unsupervised vision-based system to estimate the joint configurations of the robot arm from a sequence of RGB or RGB-D images without knowing the model a priori, and then adapt it to the task of category-independent articulated object pose estimation. We combine a classical geometric formulation with deep learning and extend the use of epipolar constraint to multi-rigid-body systems… ▽ More

    Submitted 30 November, 2020; originally announced December 2020.

    Comments: 10 pages, 3 figures

  37. arXiv:2011.15100  [pdf

    cs.RO

    From the DESK (Dexterous Surgical Skill) to the Battlefield -- A Robotics Exploratory Study

    Authors: Glebys T. Gonzalez, Upinder Kaur, Masudur Rahma, Vishnunandan Venkatesh, Natalia Sanchez, Gregory Hager, Yexiang Xue, Richard Voyles, Juan Wachs

    Abstract: Short response time is critical for future military medical operations in austere settings or remote areas. Such effective patient care at the point of injury can greatly benefit from the integration of semi-autonomous robotic systems. To achieve autonomy, robots would require massive libraries of maneuvers. While this is possible in controlled settings, obtaining surgical data in austere settings… ▽ More

    Submitted 30 November, 2020; originally announced November 2020.

    Comments: First 3 authors share equal contribution

    Journal ref: Published in MHSRS 2020

  38. arXiv:2011.07785  [pdf, other

    cs.RO cs.AI

    Autonomously Navigating a Surgical Tool Inside the Eye by Learning from Demonstration

    Authors: Ji Woong Kim, Changyan He, Muller Urias, Peter Gehlbach, Gregory D. Hager, Iulian Iordachita, Marin Kobilarov

    Abstract: A fundamental challenge in retinal surgery is safely navigating a surgical tool to a desired goal position on the retinal surface while avoiding damage to surrounding tissues, a procedure that typically requires tens-of-microns accuracy. In practice, the surgeon relies on depth-estimation skills to localize the tool-tip with respect to the retina in order to perform the tool-navigation task, which… ▽ More

    Submitted 16 November, 2020; originally announced November 2020.

    Comments: Accepted to ICRA 2020

  39. arXiv:2011.02284  [pdf, other

    cs.CY cs.CV cs.LG eess.IV

    Surgical Data Science -- from Concepts toward Clinical Translation

    Authors: Lena Maier-Hein, Matthias Eisenmann, Duygu Sarikaya, Keno März, Toby Collins, Anand Malpani, Johannes Fallert, Hubertus Feussner, Stamatia Giannarou, Pietro Mascagni, Hirenkumar Nakawala, Adrian Park, Carla Pugh, Danail Stoyanov, Swaroop S. Vedula, Kevin Cleary, Gabor Fichtinger, Germain Forestier, Bernard Gibaud, Teodor Grantcharov, Makoto Hashizume, Doreen Heckmann-Nötzel, Hannes G. Kenngott, Ron Kikinis, Lars Mündermann , et al. (25 additional authors not shown)

    Abstract: Recent developments in data science in general and machine learning in particular have transformed the way experts envision the future of surgery. Surgical Data Science (SDS) is a new research field that aims to improve the quality of interventional healthcare through the capture, organization, analysis and modeling of data. While an increasing number of data-driven approaches and clinical applica… ▽ More

    Submitted 30 July, 2021; v1 submitted 30 October, 2020; originally announced November 2020.

  40. arXiv:2011.00243  [pdf, other

    cs.DC cs.PF

    An analytic performance model for overlapping execution of memory-bound loop kernels on multicore CPUs

    Authors: Ayesha Afzal, Georg Hager, Gerhard Wellein

    Abstract: Complex applications running on multicore processors show a rich performance phenomenology. The growing number of cores per ccNUMA domain complicates performance analysis of memory-bound code since system noise, load imbalance, or task-based programming models can lead to thread desynchronization. Hence, the simplifying assumption that all cores execute the same loop can not be upheld. Motivated b… ▽ More

    Submitted 31 October, 2020; originally announced November 2020.

    Comments: 10 pages, 9 figures

  41. arXiv:2010.09909  [pdf

    cs.RO cs.CY

    The Role of Robotics in Infectious Disease Crises

    Authors: Gregory Hager, Vijay Kumar, Robin Murphy, Daniela Rus, Russell Taylor

    Abstract: The recent coronavirus pandemic has highlighted the many challenges faced by the healthcare, public safety, and economic systems when confronted with a surge in patients that require intensive treatment and a population that must be quarantined or shelter in place. The most obvious and pressing challenge is taking care of acutely ill patients while managing spread of infection within the care faci… ▽ More

    Submitted 19 October, 2020; originally announced October 2020.

    Comments: 25 pages (including title page)

  42. Performance Modeling of Streaming Kernels and Sparse Matrix-Vector Multiplication on A64FX

    Authors: Christie L. Alappat, Jan Laukemann, Thomas Gruber, Georg Hager, Gerhard Wellein, Nils Meyer, Tilo Wettig

    Abstract: The A64FX CPU powers the current number one supercomputer on the Top500 list. Although it is a traditional cache-based multicore processor, its peak performance and memory bandwidth rival accelerator devices. Generating efficient code for such a new architecture requires a good understanding of its performance features. Using these features, we construct the Execution-Cache-Memory (ECM) performanc… ▽ More

    Submitted 29 September, 2020; originally announced September 2020.

    Comments: 6 pages, 5 figures, 3 tables

  43. arXiv:2009.05609  [pdf, other

    cs.CV cs.AI

    Deep Hiearchical Multi-Label Classification Applied to Chest X-Ray Abnormality Taxonomies

    Authors: Haomin Chen, Shun Miao, Daguang Xu, Gregory D. Hager, Adam P. Harrison

    Abstract: CXRs are a crucial and extraordinarily common diagnostic tool, leading to heavy research for CAD solutions. However, both high classification accuracy and meaningful model predictions that respect and incorporate clinical taxonomies are crucial for CAD usability. To this end, we present a deep HMLC approach for CXR CAD. Different than other hierarchical systems, we show that first training the net… ▽ More

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

    Journal ref: MEDIMA 101811, 5 September 2020

  44. arXiv:2008.12321  [pdf, other

    cs.CV

    Learning Representations of Endoscopic Videos to Detect Tool Presence Without Supervision

    Authors: David Z. Li, Masaru Ishii, Russell H. Taylor, Gregory D. Hager, Ayushi Sinha

    Abstract: In this work, we explore whether it is possible to learn representations of endoscopic video frames to perform tasks such as identifying surgical tool presence without supervision. We use a maximum mean discrepancy (MMD) variational autoencoder (VAE) to learn low-dimensional latent representations of endoscopic videos and manipulate these representations to distinguish frames containing tools from… ▽ More

    Submitted 27 August, 2020; originally announced August 2020.

    Comments: 10 pages, 4 figures, CLIP 2020

  45. arXiv:2008.00023  [pdf

    cs.CY cs.AR

    Opportunities and Challenges for Next Generation Computing

    Authors: Gregory D. Hager, Mark D. Hill, Katherine Yelick

    Abstract: Computing has dramatically changed nearly every aspect of our lives, from business and agriculture to communication and entertainment. As a nation, we rely on computing in the design of systems for energy, transportation and defense; and computing fuels scientific discoveries that will improve our fundamental understanding of the world and help develop solutions to major challenges in health and t… ▽ More

    Submitted 31 July, 2020; originally announced August 2020.

    Comments: A Computing Community Consortium (CCC) white paper, 7 pages

  46. arXiv:2007.01464  [pdf, other

    cs.CV

    Anatomy-Aware Siamese Network: Exploiting Semantic Asymmetry for Accurate Pelvic Fracture Detection in X-ray Images

    Authors: Haomin Chen, Yirui Wang, Kang Zheng, Weijian Li, Chi-Tung Cheng, Adam P. Harrison, Jing Xiao, Gregory D. Hager, Le Lu, Chien-Hung Liao, Shun Miao

    Abstract: Visual cues of enforcing bilaterally symmetric anatomies as normal findings are widely used in clinical practice to disambiguate subtle abnormalities from medical images. So far, inadequate research attention has been received on effectively emulating this practice in CAD methods. In this work, we exploit semantic anatomical symmetry or asymmetry analysis in a complex CAD scenario, i.e., anterior… ▽ More

    Submitted 23 July, 2020; v1 submitted 2 July, 2020; originally announced July 2020.

    Comments: ECCV 2020 (camera-ready)

  47. arXiv:2007.00729  [pdf, other

    cs.CV

    Learning Geocentric Object Pose in Oblique Monocular Images

    Authors: Gordon Christie, Rodrigo Rene Rai Munoz Abujder, Kevin Foster, Shea Hagstrom, Gregory D. Hager, Myron Z. Brown

    Abstract: An object's geocentric pose, defined as the height above ground and orientation with respect to gravity, is a powerful representation of real-world structure for object detection, segmentation, and localization tasks using RGBD images. For close-range vision tasks, height and orientation have been derived directly from stereo-computed depth and more recently from monocular depth predicted by deep… ▽ More

    Submitted 1 July, 2020; originally announced July 2020.

    Comments: CVPR 2020

  48. arXiv:2006.03434  [pdf, other

    cs.CY cs.AI cs.CV

    Artificial Intelligence-based Clinical Decision Support for COVID-19 -- Where Art Thou?

    Authors: Mathias Unberath, Kimia Ghobadi, Scott Levin, Jeremiah Hinson, Gregory D Hager

    Abstract: The COVID-19 crisis has brought about new clinical questions, new workflows, and accelerated distributed healthcare needs. While artificial intelligence (AI)-based clinical decision support seemed to have matured, the application of AI-based tools for COVID-19 has been limited to date. In this perspective piece, we identify opportunities and requirements for AI-based clinical decision support syst… ▽ More

    Submitted 5 June, 2020; originally announced June 2020.

    Comments: Invited perspective piece on AI in the fight against COVID-19 to appear in Advanced Intelligent Systems

  49. arXiv:2004.12926  [pdf

    cs.CY cs.AI q-bio.NC

    A New Age of Computing and the Brain

    Authors: Polina Golland, Jack Gallant, Greg Hager, Hanspeter Pfister, Christos Papadimitriou, Stefan Schaal, Joshua T. Vogelstein

    Abstract: The history of computer science and brain sciences are intertwined. In his unfinished manuscript "The Computer and the Brain," von Neumann debates whether or not the brain can be thought of as a computing machine and identifies some of the similarities and differences between natural and artificial computation. Turing, in his 1950 article in Mind, argues that computing devices could ultimately emu… ▽ More

    Submitted 27 April, 2020; originally announced April 2020.

    Comments: A Computing Community Consortium (CCC) workshop report, 24 pages

    Report number: ccc2014report_5

  50. arXiv:2004.03677  [pdf, other

    cs.CV

    Semantic Image Manipulation Using Scene Graphs

    Authors: Helisa Dhamo, Azade Farshad, Iro Laina, Nassir Navab, Gregory D. Hager, Federico Tombari, Christian Rupprecht

    Abstract: Image manipulation can be considered a special case of image generation where the image to be produced is a modification of an existing image. Image generation and manipulation have been, for the most part, tasks that operate on raw pixels. However, the remarkable progress in learning rich image and object representations has opened the way for tasks such as text-to-image or layout-to-image genera… ▽ More

    Submitted 7 April, 2020; originally announced April 2020.

    Comments: CVPR 2020