EDBT 2026 Demo / reviewers in the wild / expert
Mathias Seuret
dblp:156/2985
· DBLP profile ↗
26ranked-venue papers in the field
6as first author
11since 2021 · last 2026
0000-0001-9153-1031ORCID · verified
Domains — venue-derived; a paper can count in several
Other / Interdisciplinary · 26 (6 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | An Analysis of Lightweight Models for Document Image Machine Translation
Abantika Bose, Thomas Gorges, Lukas Hüttner, Linda-Sophie Schneider, Mathias Seuret, Fei Wu 0025, Vincent Christlein |
ICDAR (2) | 5 |
| 2024 | fang: Fast Annotation of Glyphs in Historical Printed Documents
Florian Kordon, Nikolaus Weichselbaumer, Randall Herz, Janne van der Loop, Stephen Mossman, Edward Potten, Mathias Seuret, Martin Mayr, Fei Wu 0025, Vincent Christlein |
DAS | 7 |
| 2024 | ICDAR 2024 Competition on Multi Font Group Recognition and OCR
Janne van der Loop, Florian Kordon, Martin Mayr, Vincent Christlein, Fei Wu 0025, Dalia Rodríguez-Salas, Nikolaus Weichselbaumer, Mathias Seuret |
ICDAR (6) | 8 |
| 2023 | WordStylist: Styled Verbatim Handwritten Text Generation with Latent Diffusion Models
Konstantina Nikolaidou, George Retsinas, Vincent Christlein, Mathias Seuret, Giorgos Sfikas, Elisa H. Barney Smith, Hamam Mokayed, Marcus Liwicki |
ICDAR (2) | 4 |
| 2023 | Multi-stage Fine-Tuning Deep Learning Models Improves Automatic Assessment of the Rey-Osterrieth Complex Figure Test
Benjamin Schuster, Florian Kordon, Martin Mayr, Mathias Seuret, Stefanie Jost, Josef Kessler, Vincent Christlein |
ICDAR (1) | 4 |
| 2023 | Combining OCR Models for Reading Early Modern Books
Mathias Seuret, Janne van der Loop, Nikolaus Weichselbaumer, Martin Mayr, Janina Molnar, Tatjana Hass, Vincent Christlein |
ICDAR (5) | 1 |
| 2023 | ICDAR 2023 Competition on Detection and Recognition of Greek Letters on Papyri
Mathias Seuret, Isabelle Marthot-Santaniello, Stephen A. White, Olga Serbaeva Saraogi, Selaudin Agolli, Guillaume Carrière, Dalia Rodríguez-Salas, Vincent Christlein |
ICDAR (2) | 1 |
| 2022 | Investigating the Effect of Using Synthetic and Semi-synthetic Images for Historical Document Font Classification
Konstantina Nikolaidou, Richa Upadhyay, Mathias Seuret, Marcus Liwicki |
DAS | 3 |
| 2022 | A Fair Evaluation of Various Deep Learning-Based Document Image Binarization Approaches
Richin Sukesh, Mathias Seuret, Anguelos Nicolaou, Martin Mayr, Vincent Christlein |
DAS | 2 |
| 2021 | SmartPatch: Improving Handwritten Word Imitation with Patch Discriminators
Alexander Mattick, Martin Mayr, Mathias Seuret, Andreas K. Maier, Vincent Christlein |
ICDAR (1) | 3 |
| 2021 | ICDAR 2021 Competition on Historical Document Classification
Mathias Seuret, Anguelos Nicolaou, Dalia Rodríguez-Salas, Nikolaus Weichselbaumer, Dominique Stutzmann, Martin Mayr, Andreas K. Maier, Vincent Christlein |
ICDAR (4) | 1 |
| 2020 | Re-Ranking for Writer Identification and Writer Retrieval
Simon Jordan, Mathias Seuret, Pavel Král, Ladislav Lenc, Jirí Martínek, Barbara Wiermann, Tobias Schwinger, Andreas K. Maier, Vincent Christlein |
DAS | 2 |
| 2020 | The Notary in the Haystack - Countering Class Imbalance in Document Processing with CNNs
Martin Leipert, Georg Vogeler, Mathias Seuret, Andreas K. Maier, Vincent Christlein |
DAS | 3 |
| 2019 | Labeling, Cutting, Grouping: An Efficient Text Line Segmentation Method for Medieval ManuscriptsabstractThis paper introduces a new way for text-line extraction by integrating deep-learning based pre-classification and state-of-the-art segmentation methods. Text-line extraction in complex handwritten documents poses a significant challenge, even to the most modern computer vision algorithms. Historical manuscripts are a particularly hard class of documents as they present several forms of noise, such as degradation, bleed-through, interlinear glosses, and elaborated scripts. In this work, we propose a novel method which uses semantic segmentation at pixel level as intermediate task, followed by a text-line extraction step. We measured the performance of our method on a recent dataset of challenging medieval manuscripts and surpassed state-of-the-art results by reducing the error by 80.7%. Furthermore, we demonstrate the effectiveness of our approach on various other datasets written in different scripts. Hence, our contribution is two-fold. First, we demonstrate that semantic pixel segmentation can be used as strong denoising pre-processing step before performing text line extraction. Second, we introduce a novel, simple and robust algorithm that leverages the high-quality semantic segmentation to achieve a text-line extraction performance of 99.42% line IU on a challenging dataset. Michele Alberti, Lars Vögtlin, Vinaychandran Pondenkandath, Mathias Seuret, Rolf Ingold, Marcus Liwicki |
ICDAR | 4 |
| 2019 | ICDAR 2019 Competition on Image Retrieval for Historical Handwritten DocumentsabstractThis competition investigates the performance of large-scale retrieval of historical document images based on writing style. Based on large image data sets provided by cultural heritage institutions and digital libraries, providing a total of 20 000 document images representing about 10 000 writers, divided in three types: writers of (i) manuscript books, (ii) letters, (iii) charters and legal documents. We focus on the task of automatic image retrieval to simulate common scenarios of humanities research, such as writer retrieval. The most teams submitted traditional methods not using deep learning techniques. The competition results show that a combination of methods is outperforming single methods. Furthermore, letters are much more difficult to retrieve than manuscripts. Vincent Christlein, Anguelos Nicolaou, Mathias Seuret, Dominique Stutzmann, Andreas K. Maier |
ICDAR | 3 |
| 2019 | Deep Generalized Max PoolingabstractGlobal pooling layers are an essential part of Convolutional Neural Networks (CNN). They are used to aggregate activations of spatial locations to produce a fixed-size vector in several state-of-the-art CNNs. Global average pooling or global max pooling are commonly used for converting convolutional features of variable size images to a fix-sized embedding. However, both pooling layer types are computed spatially independent: each individual activation map is pooled and thus activations of different locations are pooled together. In contrast, we propose Deep Generalized Max Pooling that balances the contribution of all activations of a spatially coherent region by re-weighting all descriptors so that the impact of frequent and rare ones is equalized. We show that this layer is superior to both average and max pooling on the classification of Latin medieval manuscripts (CLAMM'16, CLAMM'17), as well as writer identification (Historical-WI'17). Vincent Christlein, Lukas Spranger, Mathias Seuret, Anguelos Nicolaou, Pavel Král, Andreas K. Maier |
ICDAR | 3 |
| 2018 | A Semi-automatized Modular Annotation Tool for Ancient Manuscript AnnotationabstractIn this paper, we present DIVAnnotation, an ancient document annotation tool which is freely available as open source. This software is easily modular thanks to the splitting of the different annotation steps through the use of a tabbed graphical user interface. State-of-the-art document image analysis methods are included through web services, thus allowing users to generate automatically annotations and correct them manually when needed. The annotations are stored into a highly structured TEI file which makes data access and manipulation simple. A Java library for managing TEI files generated by DIVAnnotation is also provided as open source. Mathias Seuret, Manuel Bouillon, Foteini Liwicki, Marcel Gygli, Marcus Liwicki, Rolf Ingold |
DAS | 1 |
| 2017 | Convolutional Neural Networks for Page Segmentation of Historical Document ImagesabstractThis paper presents a page segmentation method for handwritten historical document images based on a Convolutional Neural Network (CNN). We consider page segmentation as a pixel labeling problem, i.e., each pixel is classified as one of the predefined classes. Traditional methods in this area rely on hand-crafted features carefully tuned considering prior knowledge. In contrast, we propose to learn features from raw image pixels using a CNN. While many researchers focus on developing deep CNN architectures to solve different problems, we train a simple CNN with only one convolution layer. We show that the simple architecture achieves competitive results against other deep architectures on different public datasets. Experiments also demonstrate the effectiveness and superiority of the proposed method compared to previous methods. Kai Chen 0011, Mathias Seuret, Jean Hennebert, Rolf Ingold |
ICDAR | 2 |
| 2017 | PCA-Initialized Deep Neural Networks Applied to Document Image AnalysisabstractIn this paper, we present a novel approach for initializing deep neural networks, i.e., by using Principal Component Analysis (PCA) to initialize neural layers. Usually, the initialization of the weights of a deep neural network is done in one of the three following ways: 1) with random values, 2) layer-wise, usually as Deep Belief Network or as auto-encoder, and 3) re-use of layers from another network (transfer learning). Therefore, typically, many training epochs are needed before meaningful weights are learned, or a rather similar dataset is required for seeding a fine-tuning of transfer learning. In this paper, we describe how to turn a PCA into an auto-encoder, by generating an encoder layer of the PCA parameters and furthermore adding a decoding layer. We analyze the initialization technique on real documents. First, we show that a PCA-based initialization is quick and leads to a very stable initialization. Furthermore, for the task of layout analysis we investigate the effectiveness of PCA-based initialization and show that it outperforms state-of-the-art random weight initialization methods. Mathias Seuret, Michele Alberti, Marcus Liwicki, Rolf Ingold |
ICDAR | 1 |
| 2017 | ICDAR2017 Competition on Layout Analysis for Challenging Medieval ManuscriptsabstractThis paper reports on the ICDAR2017 Competition on Layout Analysis for Challenging Medieval Manuscripts (HisDoc-Layout-Comp) and provides further details and discussions. In this competition we introduce a new challenging dataset and state-of-the-art benchmark results for pixel-labelling and text line segmentation. The DIVA-HisDB comprises medieval manuscripts with complex layout in contrast to previous datasets, where rectangular text blocks and only a few decorative elements exist. In particular, the images of this competition contain many interlinear and marginal glosses as well as texts in various sizes and decorated letters. This makes the distinction of the four target labels (text, comment, decoration, and background) more difficult. In addition, to reflect the needs of scholars in the humanities, we request multi-labeling of certain regions (decorated text as text and decoration). Furthermore, we measure not just the accuracy, but the Intersection over Union (IU) of pixel sets, which better reflects the real performance. Indeed, in our results we observe that the accuracy appears to be rather high, but the IU reveals, that there is still room for improvement. For the task of line segmentation, the recognition results are rather low (overall error higher than 5%). Noteworthy, a combination of the best layout analysis method with an adapted seam-carving based method achieves better results than the best contestant. Foteini Liwicki, Manuel Bouillon, Mathias Seuret, Marcel Gygli, Michele Alberti, Rolf Ingold, Marcus Liwicki |
ICDAR | 3 |
| 2017 | Selecting Fine-Tuned Features for Layout Analysis of Historical DocumentsabstractIn this paper, we investigate fine-tuned features learned by deep neural networks in the context of layout analysis. Pre-training and fine-tuning are techniques used in deep neural networks to learn representations (features) of input. However, it is not clear if the fine-tuned features are all useful for a following classification task. We investigate this problem using feature selection. Firstly, features are learned by a deep neural network, where stacked autoencoders are used for pre-training and then the whole network is fine-tuned. Then, a feature selection method is used to select relevant features for classification. We observe that despite fine-tuning, a significant number of the features are still redundant or irrelevant for layout classification. Furthermore, features from the top layer of the stacked autoencoders are generally more relevant for classification than those from lower layers. Hao Wei 0001, Mathias Seuret, Marcus Liwicki, Rolf Ingold, Pei Fu |
ICDAR | 2 |
| 2016 | Page Segmentation for Historical Document Images Based on Superpixel Classification with Unsupervised Feature LearningabstractIn this paper, we present an efficient page segmentation method for historical document images. Many existing methods either rely on hand-crafted features or perform rather slow as they treat the problem as a pixel-level assignment problem. In order to create a feasible method for real applications, we propose to use superpixels as basic units of segmentation, and features are learned directly from pixels. An image is first oversegmented into superpixels with the simple linear iterative clustering (SLIC) algorithm. Then, each superpixel is represented by the features of its central pixel. The features are learned from pixel intensity values with stacked convolutional autoencoders in an unsupervised manner. A support vector machine (SVM) classifier is used to classify superpixels into four classes: periphery, background, text block, and decoration. Finally, the segmentation results are refined by a connected component based smoothing procedure. Experiments on three public datasets demonstrate that compared to our previous method, the proposed method is much faster and achieves comparable segmentation results. Additionally, much fewer pixels are used for classifier training. Kai Chen 0011, Mathias Seuret, Marcus Liwicki, Jean Hennebert, Rolf Ingold |
DAS | 3 |
| 2016 | Creating Ground Truth for Historical Manuscripts with Document Graphs and Scribbling InteractionabstractGround truth is both - indispensable for training and evaluating document analysis methods, and yet very tedious to create manually. This especially holds true for complex historical manuscripts that exhibit challenging layouts with interfering and overlapping handwriting. In this paper, we propose a novel semi-automatic system to support layout annotations in such a scenario based on document graphs and a pen-based scribbling interaction. On the one hand, document graphs provide a sparse page representation that is already close to the desired ground truth and on the other hand, scribbling facilitates an efficient and convenient pen-based interaction with the graph. The performance of the system is demonstrated in the context of a newly introduced database of historical manuscripts with complex layouts. Angelika Garz, Mathias Seuret, Foteini Liwicki, Andreas Fischer 0002, Rolf Ingold |
DAS | 2 |
| 2016 | Text Detection in Arabic News Video Based on SWT Operator and Convolutional Auto-EncodersabstractText detection in videos is a challenging problem due to variety of text specificities, presence of complex background and anti-aliasing/compression artifacts. In this paper, we present an approach for horizontally aligned artificial text detection in Arabic news video. The novelty of this method revolves around the combination of two techniques: an adapted version of the Stroke Width Transform (SWT) algorithm and a convolutional auto-encoder (CAE). First, the SWT extracts text candidates' components. They are then filtered and grouped using geometric constraints and Stroke Width information. Second, the CAE is used as an unsupervised feature learning method to discriminate the obtained textline candidates as text or non-text. We assess the proposed approach on the public Arabic-Text-in-Video database (AcTiV-DB) using different evaluation protocols including data from several TV channels. Experiments indicate that the use of learned features significantly improves the text detection results. Oussama Zayene, Mathias Seuret, Sameh Masmoudi Touj, Jean Hennebert, Rolf Ingold, Najoua Essoukri Ben Amara |
DAS | 2 |
| 2015 | Page segmentation of historical document images with convolutional autoencodersabstractIn this paper, we present an unsupervised feature learning method for page segmentation of historical handwritten documents available as color images. We consider page segmentation as a pixel labeling problem, i.e., each pixel is classified as either periphery, background, text block, or decoration. Traditional methods in this area rely on carefully hand-crafted features or large amounts of prior knowledge. In contrast, we apply convolutional autoencoders to learn features directly from pixel intensity values. Then, using these features to train an SVM, we achieve high quality segmentation without any assumption of specific topologies and shapes. Experiments on three public datasets demonstrate the effectiveness and superiority of the proposed approach. Kai Chen 0011, Mathias Seuret, Marcus Liwicki, Jean Hennebert, Rolf Ingold |
ICDAR | 2 |
| 2015 | Gradient-domain degradations for improving historical documents images layout analysisabstractWe present a novel method for adding realistic degradations to historical document images in order to generate more training data. Degradation patches are extracted from other documents and applied to the target document in the gradient domain. Working in the gradient domain has not been done for this purpose in document images analysis so far. It has the advantage to prevent color inconsistencies and allows to efficiently avoid border effects. This paper contains the detailed description of our novel method, with a focus on the mathematical aspect of the transition to and from the gradient domain. Furthermore, we perform quantitative experiments where we investigate the effects of using synthetically generated training data on historical documents with different kind of degradations. Mathias Seuret, Kai Chen 0011, Nicole Eichenberger, Marcus Liwicki, Rolf Ingold |
ICDAR | 1 |