Skip to main content

Showing 1–28 of 28 results for author: Albers, S

.
  1. arXiv:2405.08595  [pdf, other

    cs.DS

    Online busy time scheduling with flexible jobs

    Authors: Susanne Albers, G. Wessel van der Heijden

    Abstract: We present several competitive ratios for the online busy time scheduling problem with flexible jobs. The busy time scheduling problem is a fundamental scheduling problem motivated by energy efficiency with the goal of minimizing the total time that machines with multiple processors are enabled. In the busy time scheduling problem, an unbounded number of machines is given, where each machine has… ▽ More

    Submitted 14 May, 2024; originally announced May 2024.

  2. arXiv:2206.15336  [pdf, ps, other

    cs.DS

    Tight Bounds for Online Matching in Bounded-Degree Graphs with Vertex Capacities

    Authors: Susanne Albers, Sebastian Schubert

    Abstract: We study the $b$-matching problem in bipartite graphs $G=(S,R,E)$. Each vertex $s\in S$ is a server with individual capacity $b_s$. The vertices $r\in R$ are requests that arrive online and must be assigned instantly to an eligible server. The goal is to maximize the size of the constructed matching. We assume that $G$ is a $(k,d)$-graph~\cite{NW}, where $k$ specifies a lower bound on the degree o… ▽ More

    Submitted 30 June, 2022; originally announced June 2022.

    Comments: 21 pages, 1 figure, full version of a paper accepted ESA 2022

    ACM Class: F.2.2

  3. arXiv:2110.09161  [pdf, ps, other

    cs.DS

    Machine Covering in the Random-Order Model

    Authors: Susanne Albers, Waldo Gálvez, Maximilian Janke

    Abstract: In the Online Machine Covering problem jobs, defined by their sizes, arrive one by one and have to be assigned to $m$ parallel and identical machines, with the goal of maximizing the load of the least-loaded machine. In this work, we study the Machine Covering problem in the recently popular random-order model. Here no extra resources are present, but instead the adversary is weakened in that it c… ▽ More

    Submitted 27 October, 2021; v1 submitted 18 October, 2021; originally announced October 2021.

  4. arXiv:2107.14692  [pdf, ps, other

    cs.DS

    Algorithms for Right-Sizing Heterogeneous Data Centers

    Authors: Susanne Albers, Jens Quedenfeld

    Abstract: Power consumption is a dominant and still growing cost factor in data centers. In time periods with low load, the energy consumption can be reduced by powering down unused servers. We resort to a model introduced by Lin, Wierman, Andrew and Thereska that considers data centers with identical machines, and generalize it to heterogeneous data centers with $d$ different server types. The operating co… ▽ More

    Submitted 30 July, 2021; originally announced July 2021.

  5. arXiv:2107.14672  [pdf, ps, other

    cs.DS

    Algorithms for Energy Conservation in Heterogeneous Data Centers

    Authors: Susanne Albers, Jens Quedenfeld

    Abstract: Power consumption is the major cost factor in data centers. It can be reduced by dynamically right-sizing the data center according to the currently arriving jobs. If there is a long period with low load, servers can be powered down to save energy. For identical machines, the problem has already been solved optimally by Lin et al. (2013) and Albers and Quedenfeld (2018). In this paper, we study… ▽ More

    Submitted 30 July, 2021; originally announced July 2021.

  6. Scheduling with Testing on Multiple Identical Parallel Machines

    Authors: Susanne Albers, Alexander Eckl

    Abstract: Scheduling with testing is a recent online problem within the framework of explorable uncertainty motivated by environments where some preliminary action can influence the duration of a task. Jobs have an unknown processing time that can be explored by running a test. Alternatively, jobs can be executed for the duration of a given upper limit. We consider this problem within the setting of multipl… ▽ More

    Submitted 19 August, 2021; v1 submitted 5 May, 2021; originally announced May 2021.

    Comments: 27 pages, 15 pages main text including references, 12 pages appendix, Conference: Algorithms and Data Structures Symposium (WADS 2021)

  7. arXiv:2103.16340  [pdf, other

    cs.DS

    Scheduling in the Secretary Model

    Authors: Susanne Albers, Maximilian Janke

    Abstract: This paper studies Makespan Minimization in the secretary model. Formally, jobs, specified by their processing times, are presented in a uniformly random order. An online algorithm has to assign each job permanently and irrevocably to one of m parallel and identical machines such that the expected time it takes to process them all, the makespan, is minimized. We give two deterministic algorithms.… ▽ More

    Submitted 27 October, 2021; v1 submitted 30 March, 2021; originally announced March 2021.

  8. arXiv:2012.00511  [pdf, other

    cs.DS

    Best Fit Bin Packing with Random Order Revisited

    Authors: Susanne Albers, Arindam Khan, Leon Ladewig

    Abstract: Best Fit is a well known online algorithm for the bin packing problem, where a collection of one-dimensional items has to be packed into a minimum number of unit-sized bins. In a seminal work, Kenyon [SODA 1996] introduced the (asymptotic) random order ratio as an alternative performance measure for online algorithms. Here, an adversary specifies the items, but the order of arrival is drawn unifor… ▽ More

    Submitted 1 December, 2020; originally announced December 2020.

    Comments: Full version of MFCS 2020 paper

  9. arXiv:2012.00497  [pdf, other

    cs.DS

    Improved Online Algorithms for Knapsack and GAP in the Random Order Model

    Authors: Susanne Albers, Arindam Khan, Leon Ladewig

    Abstract: The knapsack problem is one of the classical problems in combinatorial optimization: Given a set of items, each specified by its size and profit, the goal is to find a maximum profit packing into a knapsack of bounded capacity. In the online setting, items are revealed one by one and the decision, if the current item is packed or discarded forever, must be done immediately and irrevocably upon arr… ▽ More

    Submitted 1 December, 2020; originally announced December 2020.

    Comments: Full and revised version of APPROX 2019 paper

  10. arXiv:2012.00488  [pdf, other

    cs.DS

    New Results for the $k$-Secretary Problem

    Authors: Susanne Albers, Leon Ladewig

    Abstract: Suppose that $n$ items arrive online in random order and the goal is to select $k$ of them such that the expected sum of the selected items is maximized. The decision for any item is irrevocable and must be made on arrival without knowing future items. This problem is known as the $k$-secretary problem, which includes the classical secretary problem with the special case $k=1$. It is well-known th… ▽ More

    Submitted 1 December, 2020; originally announced December 2020.

    Comments: Full and revised version of ISAAC 2019 paper

  11. Explorable Uncertainty in Scheduling with Non-Uniform Testing Times

    Authors: Susanne Albers, Alexander Eckl

    Abstract: The problem of scheduling with testing in the framework of explorable uncertainty models environments where some preliminary action can influence the duration of a task. In the model, each job has an unknown processing time that can be revealed by running a test. Alternatively, jobs may be run untested for the duration of a given upper limit. Recently, Dürr et al. [5] have studied the setting wher… ▽ More

    Submitted 19 August, 2021; v1 submitted 28 September, 2020; originally announced September 2020.

    Comments: 34 pages total, 16 pages main text including references, 18 pages appendix. Conference: Workshop on Approximation and Online Algorithms (WAOA) 2020

  12. arXiv:2006.00386  [pdf, ps, other

    cs.DS

    Scheduling in the Random-Order Model

    Authors: Susanne Albers, Maximilian Janke

    Abstract: Makespan minimization on identical machines is a fundamental problem in online scheduling. The goal is to assign a sequence of jobs to $m$ identical parallel machines so as to minimize the maximum completion time of any job. Already in the 1960s, Graham showed that Greedy is $(2-1/m)$-competitive. The best deterministic online algorithm currently known achieves a competitive ratio of 1.9201. No de… ▽ More

    Submitted 27 October, 2021; v1 submitted 30 May, 2020; originally announced June 2020.

  13. arXiv:1911.13085  [pdf, ps, other

    cs.DS

    Minimization of Weighted Completion Times in Path-based Coflow Scheduling

    Authors: Alexander Eckl, Luisa Peter, Maximilian Schiffer, Susanne Albers

    Abstract: Coflow scheduling models communication requests in parallel computing frameworks where multiple data flows between shared resources need to be completed before computation can continue. In this paper, we introduce Path-based Coflow Scheduling, a generalized problem variant that considers coflows as collections of flows along fixed paths on general network topologies with node capacity restrictions… ▽ More

    Submitted 17 February, 2020; v1 submitted 29 November, 2019; originally announced November 2019.

    Comments: 25 pages, 2 pages references, 4 pages appendix

  14. Comparing the Quenching Times of Faint M31 and Milky Way Satellite Galaxies

    Authors: Daniel R. Weisz, Nicolas F. Martin, Andrew E. Dolphin, Saundra M. Albers, Michelle L. M. Collins, Annette M. N. Ferguson, Geraint F. Lewis, 8 Dougal Mackey, Alan McConnachie, R. Michael Rich, Evan D. Skillman

    Abstract: We present the star formation histories (SFHs) of 20 faint M31 satellites ($-12 \lesssim M_V \lesssim -6$) that were measured by modeling sub-horizontal branch (HB) depth color-magnitude diagrams constructed from Hubble Space Telescope (HST) imaging. Reinforcing previous results, we find that virtually all galaxies quenched between 3 and 9 Gyr ago, independent of luminosity, with a notable concent… ▽ More

    Submitted 24 September, 2019; originally announced September 2019.

    Comments: 7 pages, 3 figures, 1 table. Submitted to ApJL and posted after addressing the referee's report. Comments welcome

  15. Star formation at the edge of the Local Group: a rising star formation history in the isolated galaxy WLM

    Authors: Saundra M. Albers, Daniel R. Weisz, Andrew A. Cole, Andrew E. Dolphin, Evan D. Skillman, Benjamin F. Williams, Michael Boylan-Kolchin, James S. Bullock, Julianne J. Dalcanton, Philip F. Hopkins, Ryan Leaman, Alan W. McConnachie, Mark Vogelsberger, Andrew Wetzel

    Abstract: We present the star formation history (SFH) of the isolated (D~970 kpc) Local Group dwarf galaxy WLM measured from color-magnitude diagrams constructed from deep Hubble Space Telescope imaging. Our observations include a central (0.5 $r_h$) and outer field (0.7 $ r_h$) that reach below the oldest main sequence turnoff. WLM has no early dominant episode of star formation: 20% of its stellar mass fo… ▽ More

    Submitted 9 September, 2019; originally announced September 2019.

    Comments: 13 pages, 13 Figures, 4 Tables. Re-submitted to MNRAS after addressing the referee's comments

  16. A rogues gallery of Andromeda's dwarf galaxies II. Precise Distances to 17 Faint Satellites

    Authors: Daniel R. Weisz, Andrew E. Dolphin, Nicolas F. Martin, Saundra M. Albers, Michelle L. M. Collins, Annette M. N. Ferguson, Geraint F. Lewis, A. Dougal Mackey, Alan McConnachie, R. Michael Rich, Evan D. Skillman

    Abstract: We present new horizontal branch (HB) distance measurements to 17 of the faintest known M31 satellites ($-6 \lesssim M_{V} \lesssim -13$) based on deep Hubble Space Telescope (HST) imaging. The color-magnitude diagrams extend $\sim$1-2 magnitudes below the HB, which provides for well-defined HBs, even for faint galaxies in which the tip of the red giant branch (TRGB) is sparsely populated. We dete… ▽ More

    Submitted 4 September, 2019; originally announced September 2019.

    Comments: 8 pages, 3 figures. Accepted for publication in MNRAS

  17. arXiv:1907.07185  [pdf, other

    astro-ph.GA

    Hubble Space Telescope Imaging of Antlia B: Star Formation History and a New Tip of the Red Giant Branch Distance

    Authors: Jonathan R. Hargis, S. Albers, D. Crnojević, D. J. Sand, D. R. Weisz, J. L. Carlin, K. Spekkens, B. Willman, A. H. G. Peter, C. J. Grillmair, A. E. Dolphin

    Abstract: A census of the satellite population around dwarf galaxy primary hosts in environments outside the Local Group is essential to understanding $Λ$CDM galaxy formation and evolution on the smallest scales. We present deep optical Hubble Space Telescope imaging of the gas-rich, faint dwarf galaxy Antlia B ($M_V = -9.4$) -- a likely satellite of NGC 3109 ($D = 1.3$ Mpc) -- discovered as part of our ong… ▽ More

    Submitted 16 July, 2019; originally announced July 2019.

    Comments: 15 pages, 4 figures. Submitted to AAS Journals. Key results in Figures 2 and 4

  18. arXiv:1808.02577  [pdf, other

    astro-ph.GA astro-ph.SR

    The Unusual Initial Mass Function of the Arches Cluster

    Authors: M. W. Hosek Jr., J. R. Lu, J. Anderson, F. Najarro, A. M. Ghez, M. R. Morris, W. I. Clarkson, S. M. Albers

    Abstract: As a young massive cluster in the Central Molecular Zone, the Arches cluster is a valuable probe of the stellar Initial Mass Function (IMF) in the extreme Galactic Center environment. We use multi-epoch Hubble Space Telescope observations to obtain high-precision proper motion and photometric measurements of the cluster, calculating cluster membership probabilities for stars down to 1.8 M… ▽ More

    Submitted 2 November, 2018; v1 submitted 7 August, 2018; originally announced August 2018.

    Comments: 31 pages, 25 figures. Accepted to ApJ; Revised extinction law, (very) minor changes to results, no impact on conclusions

  19. arXiv:1807.05112  [pdf, ps, other

    cs.DS cs.CC

    Optimal Algorithms for Right-Sizing Data Centers- Extended Version

    Authors: Susanne Albers, Jens Quedenfeld

    Abstract: Electricity cost is a dominant and rapidly growing expense in data centers. Unfortunately, much of the consumed energy is wasted because servers are idle for extended periods of time. We study a capacity management problem that dynamically right-sizes a data center, matching the number of active servers with the varying demand for computing capacity. We resort to a data-center optimization problem… ▽ More

    Submitted 30 July, 2021; v1 submitted 13 July, 2018; originally announced July 2018.

  20. arXiv:1801.08574  [pdf, other

    astro-ph.GA astro-ph.SR

    The Optical/Near-Infrared Extinction Law In Highly Reddened Regions

    Authors: M. W. Hosek Jr, J. R. Lu, J. Anderson, T. Do, E. F. Schlafly, A. M. Ghez, W. I. Clarkson, M. R. Morris, S. M. Albers

    Abstract: A precise extinction law is a critical input when interpreting observations of highly reddened sources such as young star clusters and the Galactic Center (GC). We use Hubble Space Telescope observations of a region of moderate extinction and a region of high extinction to measure the optical and near-infrared extinction law (0.8 $μ$m -- 2.2 $μ$m). The moderate extinction region is the young massi… ▽ More

    Submitted 25 January, 2018; originally announced January 2018.

    Comments: 32 pages, 20 figures; submitted to ApJ

  21. arXiv:1708.07715  [pdf, ps, other

    cs.GT

    The Price of Uncertainty in Present-Biased Planning

    Authors: Susanne Albers, Dennis Kraft

    Abstract: The tendency to overestimate immediate utility is a common cognitive bias. As a result people behave inconsistently over time and fail to reach long-term goals. Behavioral economics tries to help affected individuals by implementing external incentives. However, designing robust incentives is often difficult due to imperfect knowledge of the parameter $β\in (0,1]$ quantifying a person's present bi… ▽ More

    Submitted 25 August, 2017; originally announced August 2017.

  22. A rogues gallery of Andromeda's dwarf galaxies I. A predominance of red horizontal branches

    Authors: Nicolas F. Martin, Daniel R. Weisz, Saundra M. Albers, Edouard Bernard, Michelle L. M. Collins, Andrew E. Dolphin, Annette M. N. Ferguson, Rodrigo A. Ibata, Benjamin Laevens, Geraint F. Lewis, A. Dougal Mackey, Alan McConnachie, R. Michael Rich, Evan D. Skillman

    Abstract: We present homogeneous, sub-horizontal branch photometry of twenty dwarf spheroidal satellite galaxies of M31 observed with the Hubble Space Telescope. Combining our new data for sixteen systems with archival data in the same filters for another four, we show that Andromeda dwarf spheroidal galaxies favor strikingly red horizontal branches or red clumps down to ~10^{4.2} Lsun (M_V ~ -5.8). The age… ▽ More

    Submitted 4 October, 2017; v1 submitted 5 April, 2017; originally announced April 2017.

    Comments: 11 pages, 5 figures, 2 tables. ApJ in press. v2: small tweaks to the results and discussion section

  23. arXiv:1702.07172  [pdf, other

    cs.DS cs.DM

    Tight Bounds for Online Coloring of Basic Graph Classes

    Authors: Susanne Albers, Sebastian Schraink

    Abstract: We resolve a number of long-standing open problems in online graph coloring. More specifically, we develop tight lower bounds on the performance of online algorithms for fundamental graph classes. An important contribution is that our bounds also hold for randomized online algorithms, for which hardly any results were known. Technically, we construct lower bounds for chordal graphs. The constructi… ▽ More

    Submitted 3 July, 2017; v1 submitted 23 February, 2017; originally announced February 2017.

  24. arXiv:1702.01677  [pdf, ps, other

    cs.DS

    On the Value of Penalties in Time-Inconsistent Planning

    Authors: Susanne Albers, Dennis Kraft

    Abstract: People tend to behave inconsistently over time due to an inherent present bias. As this may impair performance, social and economic settings need to be adapted accordingly. Common tools to reduce the impact of time-inconsistent behavior are penalties and prohibition. Such tools are called commitment devices. In recent work Kleinberg and Oren connect the design of prohibition-based commitment devic… ▽ More

    Submitted 6 February, 2017; originally announced February 2017.

  25. An Improved Distance and Mass Estimate for Sgr A* from a Multistar Orbit Analysis

    Authors: A. Boehle, A. M. Ghez, R. Schödel, L. Meyer, S. Yelda, S. Albers, G. D. Martinez, E. E. Becklin, T. Do, J. R. Lu, K. Matthews, M. R. Morris, B. Sitarski, G. Witzel

    Abstract: We present new, more precise measurements of the mass and distance of our Galaxy's central supermassive black hole, Sgr A*. These results stem from a new analysis that more than doubles the time baseline for astrometry of faint stars orbiting Sgr A*, combining two decades of speckle imaging and adaptive optics data. Specifically, we improve our analysis of the speckle images by using information a… ▽ More

    Submitted 19 July, 2016; originally announced July 2016.

    Comments: 56 pages, 14 figures, accepted to ApJ

  26. arXiv:1601.00479  [pdf, ps, other

    cs.CC cs.DS

    Motivating Time-Inconsistent Agents: A Computational Approach

    Authors: Susanne Albers, Dennis Kraft

    Abstract: In this paper we investigate the computational complexity of motivating time-inconsistent agents to complete long term projects. We resort to an elegant graph-theoretic model, introduced by Kleinberg and Oren, which consists of a task graph $G$ with $n$ vertices, including a source $s$ and target $t$, and an agent that incrementally constructs a path from $s$ to $t$ in order to collect rewards. Th… ▽ More

    Submitted 4 January, 2016; originally announced January 2016.

  27. arXiv:1304.5625  [pdf, ps, other

    cs.DS

    Online Makespan Minimization with Parallel Schedules

    Authors: Susanne Albers, Matthias Hellwig

    Abstract: In online makespan minimization a sequence of jobs $σ= J_1,..., J_n$ has to be scheduled on $m$ identical parallel machines so as to minimize the maximum completion time of any job. We investigate the problem with an essentially new model of resource augmentation. Here, an online algorithm is allowed to build several schedules in parallel while processing $σ$. At the end of the scheduling process… ▽ More

    Submitted 20 April, 2013; originally announced April 2013.

  28. arXiv:1111.0773  [pdf, ps, other

    cs.DS

    On the Value of Job Migration in Online Makespan Minimization

    Authors: Susanne Albers, Matthias Hellwig

    Abstract: Makespan minimization on identical parallel machines is a classical scheduling problem. We consider the online scenario where a sequence of $n$ jobs has to be scheduled non-preemptively on $m$ machines so as to minimize the maximum completion time of any job. The best competitive ratio that can be achieved by deterministic online algorithms is in the range $[1.88,1.9201]$. Currently no randomized… ▽ More

    Submitted 8 March, 2012; v1 submitted 3 November, 2011; originally announced November 2011.

    Comments: Revised version