Skip to main content

Showing 1–11 of 11 results for author: Bock, M

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

    cs.AI

    Strongly Solving $7 \times 6$ Connect-Four on Consumer Grade Hardware

    Authors: Markus Böck

    Abstract: While the game Connect-Four has been solved mathematically and the best move can be effectively computed with search based methods, a strong solution in the form of a look-up table was believed to be infeasible. In this paper, we revisit a symbolic search method based on binary decision diagrams to produce strong solutions. With our efficient implementation we were able to produce a 89.6 GB large… ▽ More

    Submitted 1 July, 2025; originally announced July 2025.

  2. arXiv:2506.16840  [pdf, ps, other

    cs.LG

    FedFitTech: A Baseline in Federated Learning for Fitness Tracking

    Authors: Zeyneddin Oz, Shreyas Korde, Marius Bock, Kristof Van Laerhoven

    Abstract: Rapid evolution of sensors and resource-efficient machine learning models have spurred the widespread adoption of wearable fitness tracking devices. Equipped with inertial sensors, such devices can continuously capture physical movements for fitness technology (FitTech), enabling applications from sports optimization to preventive healthcare. Traditional centralized learning approaches to detect f… ▽ More

    Submitted 20 June, 2025; originally announced June 2025.

    Comments: This submission includes a total of 7 pages and 6 figures

  3. arXiv:2505.20924  [pdf, ps, other

    cs.LG cs.HC

    Label Leakage in Federated Inertial-based Human Activity Recognition

    Authors: Marius Bock, Maximilian Hopp, Kristof Van Laerhoven, Michael Moeller

    Abstract: While prior work has shown that Federated Learning updates can leak sensitive information, label reconstruction attacks, which aim to recover input labels from shared gradients, have not yet been examined in the context of Human Activity Recognition (HAR). Given the sensitive nature of activity labels, this study evaluates the effectiveness of state-of-the-art gradient-based label leakage attacks… ▽ More

    Submitted 27 May, 2025; originally announced May 2025.

    Comments: 7 pages, 4 figures

  4. arXiv:2505.20894  [pdf, ps, other

    cs.LG cs.HC eess.IV

    DeepConvContext: A Multi-Scale Approach to Timeseries Classification in Human Activity Recognition

    Authors: Marius Bock, Michael Moeller, Kristof Van Laerhoven

    Abstract: Despite recognized limitations in modeling long-range temporal dependencies, Human Activity Recognition (HAR) has traditionally relied on a sliding window approach to segment labeled datasets. Deep learning models like the DeepConvLSTM typically classify each window independently, thereby restricting learnable temporal context to within-window information. To address this constraint, we propose De… ▽ More

    Submitted 27 May, 2025; originally announced May 2025.

    Comments: 7 pages, 3 figures

  5. arXiv:2408.05169  [pdf, other

    cs.HC cs.CV

    Weak-Annotation of HAR Datasets using Vision Foundation Models

    Authors: Marius Bock, Kristof Van Laerhoven, Michael Moeller

    Abstract: As wearable-based data annotation remains, to date, a tedious, time-consuming task requiring researchers to dedicate substantial time, benchmark datasets within the field of Human Activity Recognition in lack richness and size compared to datasets available within related fields. Recently, vision foundation models such as CLIP have gained significant attention, helping the vision community advance… ▽ More

    Submitted 9 August, 2024; originally announced August 2024.

    Comments: 8 pages, 3 figures, accepted at ISWC'24: International Symposium on Wearable Computers, Oct, 2024

  6. arXiv:2311.15831  [pdf, other

    cs.LG cs.HC eess.SP

    Temporal Action Localization for Inertial-based Human Activity Recognition

    Authors: Marius Bock, Michael Moeller, Kristof Van Laerhoven

    Abstract: As of today, state-of-the-art activity recognition from wearable sensors relies on algorithms being trained to classify fixed windows of data. In contrast, video-based Human Activity Recognition, known as Temporal Action Localization (TAL), has followed a segment-based prediction approach, localizing activity segments in a timeline of arbitrary length. This paper is the first to systematically dem… ▽ More

    Submitted 14 October, 2024; v1 submitted 27 November, 2023; originally announced November 2023.

    Comments: 19 pages, 7 figures, 4 tables

  7. Hang-Time HAR: A Benchmark Dataset for Basketball Activity Recognition using Wrist-Worn Inertial Sensors

    Authors: Alexander Hoelzemann, Julia Lee Romero, Marius Bock, Kristof Van Laerhoven, Qin Lv

    Abstract: We present a benchmark dataset for evaluating physical human activity recognition methods from wrist-worn sensors, for the specific setting of basketball training, drills, and games. Basketball activities lend themselves well for measurement by wrist-worn inertial sensors, and systems that are able to detect such sport-relevant activities could be used in applications toward game analysis, guided… ▽ More

    Submitted 18 March, 2024; v1 submitted 22 May, 2023; originally announced May 2023.

    Journal ref: MDPI Sensors, 25 June 2023, Special Issue Inertial Measurement Units in Sport

  8. arXiv:2304.05088  [pdf, other

    cs.CV cs.HC

    WEAR: An Outdoor Sports Dataset for Wearable and Egocentric Activity Recognition

    Authors: Marius Bock, Hilde Kuehne, Kristof Van Laerhoven, Michael Moeller

    Abstract: Research has shown the complementarity of camera- and inertial-based data for modeling human activities, yet datasets with both egocentric video and inertial-based sensor data remain scarce. In this paper, we introduce WEAR, an outdoor sports dataset for both vision- and inertial-based human activity recognition (HAR). Data from 22 participants performing a total of 18 different workout activities… ▽ More

    Submitted 15 October, 2024; v1 submitted 11 April, 2023; originally announced April 2023.

    Comments: accepted at IMWUT; 21 pages, 8 figures, 2 tables

  9. arXiv:2110.06663  [pdf, other

    cs.HC cs.LG

    Tutorial on Deep Learning for Human Activity Recognition

    Authors: Marius Bock, Alexander Hoelzemann, Michael Moeller, Kristof Van Laerhoven

    Abstract: Activity recognition systems that are capable of estimating human activities from wearable inertial sensors have come a long way in the past decades. Not only have state-of-the-art methods moved away from feature engineering and have fully adopted end-to-end deep learning approaches, best practices for setting up experiments, preparing datasets, and validating activity recognition approaches have… ▽ More

    Submitted 13 October, 2021; originally announced October 2021.

    Comments: 6 pages, 2 figures, held at the 2021 ACM International Symposium on Wearable Computers (ISWC'21) and International Joint Conference on Pervasive and Ubiquitous Computing (UbiComp'21), Sept, 2021

  10. Improving Deep Learning for HAR with shallow LSTMs

    Authors: Marius Bock, Alexander Hoelzemann, Michael Moeller, Kristof Van Laerhoven

    Abstract: Recent studies in Human Activity Recognition (HAR) have shown that Deep Learning methods are able to outperform classical Machine Learning algorithms. One popular Deep Learning architecture in HAR is the DeepConvLSTM. In this paper we propose to alter the DeepConvLSTM architecture to employ a 1-layered instead of a 2-layered LSTM. We validate our architecture change on 5 publicly available HAR dat… ▽ More

    Submitted 5 August, 2021; v1 submitted 2 August, 2021; originally announced August 2021.

    Comments: 6 pages, 2 figures, accepted at ISWC 21: International Symposium on Wearable Computer, Sept, 2021

  11. arXiv:1008.4747  [pdf, ps, other

    cs.IT math.CO quant-ph

    Entanglement-assisted quantum low-density parity-check codes

    Authors: Yuichiro Fujiwara, David Clark, Peter Vandendriessche, Maarten De Boeck, Vladimir D. Tonchev

    Abstract: This paper develops a general method for constructing entanglement-assisted quantum low-density parity-check (LDPC) codes, which is based on combinatorial design theory. Explicit constructions are given for entanglement-assisted quantum error-correcting codes (EAQECCs) with many desirable properties. These properties include the requirement of only one initial entanglement bit, high error correcti… ▽ More

    Submitted 1 November, 2010; v1 submitted 27 August, 2010; originally announced August 2010.

    Comments: 20 pages, 5 figures. Final version appearing in Physical Review A

    MSC Class: 94B (primary); 51E (secondary)

    Journal ref: Phys. Rev. A 82, 042338 (2010)