Item type:Thesis, Open Access

Attention-based multitask learning for image analysis

Loading...
Thumbnail Image

Publisher

Supervisors

Item type:Person,
Item type:Person,
Ewerth, Ralph

Abstract

In recent years, research in the field of artificial intelligence has shifted away from highly specialized models designed for specific tasks toward generalist architectures that learn more complex representations from large amounts of data. Within this paradigm, multitask learning (MTL) models aim to share knowledge across multiple tasks in order to utilize data more efficiently as well as achieve transfer and synergy effects between related tasks. This dissertation systematically investigates MTL models in the field of image analysis. It focuses on the use of attention mechanisms in MTL models to improve feature exchange between shared and task-specific layers, as well as between task-specific layers of different tasks. The dissertation examines architectural and algorithmic design principles through three challenging practical applications: organ tablature music notation recognition, classification of wildlife taxonomies in camera trap images, and analysis of sample parameters in electron microscopy diffraction patterns. In particular, the dissertation presents new, tailored attention-based MTL approaches for these different use cases and evaluates them empirically in terms of accuracy, data efficiency, and practical applicability. Thus, this dissertation contributes to the development of high-performance image analysis systems designed for demanding application contexts.

Review

Metadata

Schneider, Daniel: Attention-based multitask learning for image analysis. : 2026-05-21. DOI: https://doi.org/10.17192/openumr/752.

License

Except where otherwised noted, this item's license is described as Attribution 4.0 International

Related Items

isAuthorOfThesis

Item type:Person,

Funding Organisation

isSupervisorOfThesis

Item type:Person,
Item type:Person,
Ewerth, Ralph

Dataset

Item type:Research Data, Open Access
Deep PACBED: Multitask Analysis of PACBED Images Using Deep Neural Networks
(Philipps-Universität Marburg) Schneider, Daniel; Jonas Scheunert; Heimes, Damien; Firoozabadi, Seyyed Salehedin; Volz, Kerstin; Freisleben, Bernd
This dataset contains the trained models and the test data set presented in the paper "Deep PACBED: Multitask Analysis of PACBED Images Using Deep Neural Networks". In this paper, we present a deep learning approach to automatically analyzing sample parameters from position-averaged convergent beam electron diffraction (PACBED) images. While previous machine learning approaches analyze each sample parameter individually, our work investigates multitask deep neural networks that simultaneously predict multiple sample parameters, outperforming models trained on a single parameter. We provide downloads for two trained models in the Tensorflow2 SavedModel format (https://www.tensorflow.org/guide/saved_model) in the archive files "model_EfficientNetV2S_branching.tar" (a branching neural network based on the EfficientNetV2 architectures) and "model_EfficientNetV2S_MTAN.tar" (our proposed adaptation of the multitask attention network (MTAN) to the EfficientNetV2 architecture). A script to load and run the models can be found in our Git-Repository: https://github.com/umr-ds/Deep-PACBED/. The archive file "data_experimental.tar" contains our experimental test dataset consisting of 1050 PACBED images. The images are organized into separate folders based on the different materials and crystallographic orientations (010 and 110). Each folder contains a "full.csv"-file that contains the metadata and labels for the images in the "img" subfolder, that are stored as .png-files. The "md_split" folder contains the annotations split into .csv files for the training and test subsets used in our work.