Skip to main content

Showing 1–7 of 7 results for author: Härder, T

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

    eess.IV cs.CV cs.LG

    A comparative study of 2D image segmentation algorithms for traumatic brain lesions using CT data from the ProTECTIII multicenter clinical trial

    Authors: Shruti Jadon, Owen P. Leary, Ian Pan, Tyler J. Harder, David W. Wright, Lisa H. Merck, Derek L. Merck

    Abstract: Automated segmentation of medical imaging is of broad interest to clinicians and machine learning researchers alike. The goal of segmentation is to increase efficiency and simplicity of visualization and quantification of regions of interest within a medical image. Image segmentation is a difficult task because of multiparametric heterogeneity within the images, an obstacle that has proven especia… ▽ More

    Submitted 1 June, 2020; originally announced June 2020.

    Comments: 9 pages, 3 figures, 3 tables

    Journal ref: SPIE MEDICAL IMAGING 2020

  2. arXiv:1907.07324  [pdf, other

    eess.IV cs.CV cs.LG

    Deep Learning for Pneumothorax Detection and Localization in Chest Radiographs

    Authors: André Gooßen, Hrishikesh Deshpande, Tim Harder, Evan Schwab, Ivo Baltruschat, Thusitha Mabotuwana, Nathan Cross, Axel Saalbach

    Abstract: Pneumothorax is a critical condition that requires timely communication and immediate action. In order to prevent significant morbidity or patient death, early detection is crucial. For the task of pneumothorax detection, we study the characteristics of three different deep learning techniques: (i) convolutional neural networks, (ii) multiple-instance learning, and (iii) fully convolutional networ… ▽ More

    Submitted 16 July, 2019; originally announced July 2019.

    Comments: MIDL 2019 [arXiv:1907.08612]

    Report number: MIDL/2019/ExtendedAbstract/SkxvPEqIwV

  3. arXiv:1702.08042  [pdf, other

    cs.DB

    Instant restore after a media failure

    Authors: Caetano Sauer, Goetz Graefe, Theo Härder

    Abstract: Media failures usually leave database systems unavailable for several hours until recovery is complete, especially in applications with large devices and high transaction volume. Previous work introduced a technique called single-pass restore, which increases restore bandwidth and thus substantially decreases time to repair. Instant restore goes further as it permits read/write access to any data… ▽ More

    Submitted 26 February, 2017; originally announced February 2017.

  4. arXiv:1409.3682  [pdf, other

    cs.DB

    A novel recovery mechanism enabling fine-granularity locking and fast, REDO-only recovery

    Authors: Caetano Sauer, Theo Härder

    Abstract: We present a series of novel techniques and algorithms for transaction commit, logging, recovery, and propagation control. In combination, they provide a recovery component that maintains the persistent state of the database (both log and data pages) always in a committed state. Recovery from system and media failures only requires only REDO operations, which can happen concurrently with the proce… ▽ More

    Submitted 12 September, 2014; originally announced September 2014.

  5. arXiv:1407.0386  [pdf, other

    cs.DB cs.DC

    Energy and Performance-Can a Wimpy-Node Cluster Challenge a Brawny Server?

    Authors: Daniel Schall, Theo Härder

    Abstract: Traditional DBMS servers are usually over-provisioned for most of their daily workloads and, because they do not show good energy proportionality, waste a lot of energy while underutilized. A cluster of small (wimpy) servers, where the number of nodes can dynamically adjust to the current workload, might offer better energy characteristics for these workloads. Yet, clusters suffer from "friction l… ▽ More

    Submitted 7 July, 2014; v1 submitted 1 July, 2014; originally announced July 2014.

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

  6. arXiv:1407.0120  [pdf, other

    cs.DB cs.DC

    Dynamic Physiological Partitioning on a Shared-nothing Database Cluster

    Authors: Daniel Schall, Theo Härder

    Abstract: Traditional DBMS servers are usually over-provisioned for most of their daily workloads and, because they do not show good-enough energy proportionality, waste a lot of energy while underutilized. A cluster of small (wimpy) servers, where its size can be dynamically adjusted to the current workload, offers better energy characteristics for these workloads. Yet, data migration, necessary to balance… ▽ More

    Submitted 2 July, 2014; v1 submitted 1 July, 2014; originally announced July 2014.

  7. arXiv:1302.1923  [pdf, other

    cs.DB

    Update XML Views

    Authors: Jixue Liu, Chengfei Liu, Theo Haerder, Jeffery Xu Yu

    Abstract: View update is the problem of translating an update to a view to some updates to the source data of the view. In this paper, we show the factors determining XML view update translation, propose a translation procedure, and propose translated updates to the source document for different types of views. We further show that the translated updates are precise. The proposed solution makes it possible… ▽ More

    Submitted 7 February, 2013; originally announced February 2013.

    ACM Class: H.2