Skip to main content

Showing 1–9 of 9 results for author: Wilms, C

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

    cs.LG

    Select High-Level Features: Efficient Experts from a Hierarchical Classification Network

    Authors: André Kelm, Niels Hannemann, Bruno Heberle, Lucas Schmidt, Tim Rolff, Christian Wilms, Ehsan Yaghoubi, Simone Frintrop

    Abstract: This study introduces a novel expert generation method that dynamically reduces task and computational complexity without compromising predictive performance. It is based on a new hierarchical classification network topology that combines sequential processing of generic low-level features with parallelism and nesting of high-level features. This structure allows for the innovative extraction tech… ▽ More

    Submitted 7 March, 2024; originally announced March 2024.

    Comments: This two-page paper was accepted for a poster presentation at the 5th ICLR 2024 Workshop on Practical ML for Limited/Low Resource Settings (PML4LRS)

  2. arXiv:2311.05029  [pdf, other

    cs.CV

    S$^3$AD: Semi-supervised Small Apple Detection in Orchard Environments

    Authors: Robert Johanson, Christian Wilms, Ole Johannsen, Simone Frintrop

    Abstract: Crop detection is integral for precision agriculture applications such as automated yield estimation or fruit picking. However, crop detection, e.g., apple detection in orchard environments remains challenging due to a lack of large-scale datasets and the small relative size of the crops in the image. In this work, we address these challenges by reformulating the apple detection task in a semi-sup… ▽ More

    Submitted 8 November, 2023; originally announced November 2023.

    Comments: Accepted at WACV 2024. The dataset MAD is available at http://www.inf.uni-hamburg.de/mad

  3. arXiv:2308.05128  [pdf, other

    cs.CV

    High-Level Parallelism and Nested Features for Dynamic Inference Cost and Top-Down Attention

    Authors: André Peter Kelm, Niels Hannemann, Bruno Heberle, Lucas Schmidt, Tim Rolff, Christian Wilms, Ehsan Yaghoubi, Simone Frintrop

    Abstract: This paper introduces a novel network topology that seamlessly integrates dynamic inference cost with a top-down attention mechanism, addressing two significant gaps in traditional deep learning models. Drawing inspiration from human perception, we combine sequential processing of generic low-level features with parallelism and nesting of high-level features. This design not only reflects a findin… ▽ More

    Submitted 7 March, 2024; v1 submitted 9 August, 2023; originally announced August 2023.

    Comments: This arXiv paper's findings on high-level parallelism and nested features directly contributes to 'Selecting High-Level Features: Efficient Experts from a Hierarchical Classification Network,' accepted at ICLR 2024's Practical ML for Low Resource Settings (PML4LRS) workshop (non-archival)

  4. arXiv:2307.15191  [pdf, other

    cs.CV

    Small, but important: Traffic light proposals for detecting small traffic lights and beyond

    Authors: Tom Sanitz, Christian Wilms, Simone Frintrop

    Abstract: Traffic light detection is a challenging problem in the context of self-driving cars and driver assistance systems. While most existing systems produce good results on large traffic lights, detecting small and tiny ones is often overlooked. A key problem here is the inherent downsampling in CNNs, leading to low-resolution features for detection. To mitigate this problem, we propose a new traffic l… ▽ More

    Submitted 27 July, 2023; originally announced July 2023.

    Comments: Accepted at ICVS 2023

  5. arXiv:2203.11358  [pdf, other

    cs.CV

    Segmenting Medical Instruments in Minimally Invasive Surgeries using AttentionMask

    Authors: Christian Wilms, Alexander Michael Gerlach, Rüdiger Schmitz, Simone Frintrop

    Abstract: Precisely locating and segmenting medical instruments in images of minimally invasive surgeries, medical instrument segmentation, is an essential first step for several tasks in medical image processing. However, image degradations, small instruments, and the generalization between different surgery types make medical instrument segmentation challenging. To cope with these challenges, we adapt the… ▽ More

    Submitted 21 March, 2022; originally announced March 2022.

  6. arXiv:2202.11372  [pdf, other

    cs.CV

    Localizing Small Apples in Complex Apple Orchard Environments

    Authors: Christian Wilms, Robert Johanson, Simone Frintrop

    Abstract: The localization of fruits is an essential first step in automated agricultural pipelines for yield estimation or fruit picking. One example of this is the localization of apples in images of entire apple trees. Since the apples are very small objects in such scenarios, we tackle this problem by adapting the object proposal generation system AttentionMask that focuses on small objects. We adapt At… ▽ More

    Submitted 23 February, 2022; originally announced February 2022.

  7. arXiv:2108.03503  [pdf, other

    cs.CV

    DeepFH Segmentations for Superpixel-based Object Proposal Refinement

    Authors: Christian Wilms, Simone Frintrop

    Abstract: Class-agnostic object proposal generation is an important first step in many object detection pipelines. However, object proposals of modern systems are rather inaccurate in terms of segmentation and only roughly adhere to object boundaries. Since typical refinement steps are usually not applicable to thousands of proposals, we propose a superpixel-based refinement system for object proposal gener… ▽ More

    Submitted 7 August, 2021; originally announced August 2021.

    Comments: Accepted by IVC

  8. arXiv:2101.04574  [pdf, other

    cs.CV

    Superpixel-based Refinement for Object Proposal Generation

    Authors: Christian Wilms, Simone Frintrop

    Abstract: Precise segmentation of objects is an important problem in tasks like class-agnostic object proposal generation or instance segmentation. Deep learning-based systems usually generate segmentations of objects based on coarse feature maps, due to the inherent downsampling in CNNs. This leads to segmentation boundaries not adhering well to the object boundaries in the image. To tackle this problem, w… ▽ More

    Submitted 12 January, 2021; originally announced January 2021.

    Comments: Accepted at ICPR 2020. Code is available at https://github.com/chwilms/superpixelRefinement

  9. arXiv:1811.08728  [pdf, other

    cs.CV

    AttentionMask: Attentive, Efficient Object Proposal Generation Focusing on Small Objects

    Authors: Christian Wilms, Simone Frintrop

    Abstract: We propose a novel approach for class-agnostic object proposal generation, which is efficient and especially well-suited to detect small objects. Efficiency is achieved by scale-specific objectness attention maps which focus the processing on promising parts of the image and reduce the amount of sampled windows strongly. This leads to a system, which is $33\%$ faster than the state-of-the-art and… ▽ More

    Submitted 21 November, 2018; originally announced November 2018.

    Comments: Accepted at ACCV 2018. Code is available at https://github.com/chwilms/AttentionMask