Panagiotis Dimitrakopoulos
I am a PhD student supervised by Christophoros Nikou and Giorgos Sfikas
at the Department of Computer Science & Engineering in University of Ioannina Greece.
My research focuses on building deep learning models, primarily for vision problems, that can we reason about their uncertainty using Bayesian principles.
My research experience and involvement in scientific projects made me familiar with the fields of text recognition/transcription,
as well as the applications of complex and hypercomplex neural networks. Furthermore, a keen interest in methodologies applicable to medical applications
has been a consistent theme throughout my research career.
I expect to finish my PhD in early Summer 2024, and I’m currently looking for new opportunities.
Email |
CV |
Bio |
Scholar |
Github
|
|
Implicit Neural Representation Inference for Low Dimensional Bayesian Deep Learning
Panagiotis Dimitrakopoulos Giorgos Sfikas, Christophoros Nikou
International Conference on Learning Representations, ICLR 2024
PDF
|
Abstract
Bayesian inference is the standard for providing full predictive distributions with well calibrated uncertainty estimates. However, scaling to a modern, overparameterized deep learning setting typically comes at the cost of severe and restrictive approximations, sacrificing model predictive strength. With our approach, we factor model parameters as a function of deterministic and probabilistic components; the model is solved by combining maximum a posteriori estimation of the former, with inference over a low-dimensional, Implicit Neural Representation of the latter. This results in a solution that combines both predictive accuracy and good calibration, as it entails inducing stochasticity over the full set of model weights while being comparatively cheap to compute. Experimentally, our approach compares favorably to the state of the art, including much more expensive methods as well as less expressive posterior approximations over full network parameters.
|
|
Shared-Operation Hypercomplex Networks for Handwritten Text Recognition
G. Sfikas, G. Retsinas, P. Dimitrakopoulos , B. Gatos C. Nikou
International Conference on Document Analysis and Recognition, ICDAR 2023
PDF
|
Abstract
Parameterized hypercomplex layers have recently emerged
as very useful alternatives of standard neural network layers. They allow
for the construction of extremely lightweight architectures, with little
to no sacrifice of accuracy. We propose networks of Shared-Operation
Parameterized Hypercomplex layers, where the operation parameteriza-
tion is co-learned by all layers in tandem. In this manner, we mitigate
the computational burden of operation parameterization, which grows
cubically with respect to the hypercomplex dimension. We attain good
word and character error rate at only a small fraction of the memory
footprint of non-hypercomplex models as well as previous non-shared
operation hypercomplex ones (up to −96.8% size reduction).
|
|
Variational Feature Pyramid Networks
Panagiotis Dimitrakopoulos Giorgos Sfikas, Christophoros Nikou
International Conference on Machine Learning, ICML 2022
PDF
|
Video
|
Abstract
Recent architectures for object detection adopt a Feature Pyramid Network as a backbone for deep feature extraction. Many works focus on the design of pyramid networks which produce richer feature representations. In this work, we opt to learn a dataset-specific architecture for Feature Pyramid Networks. With the proposed method, the network fuses features at multiple scales, it is efficient in terms of parameters and operations, and yields better results across a variety of tasks and datasets. Starting by a complex network, we adopt Variational Inference to prune redundant connections. Our model, integrated with standard detectors, outperforms the state-of-the-art feature fusion networks.
|
|
Wind: Wasserstein Inception Distance for Evaluating Generative Adversarial Network Performance
Panagiotis Dimitrakopoulos Giorgos Sfikas, Christophoros Nikou
International Conference on Acoustics, Speech and Signal Processing, ICASP 2020
PDF
|
Code
|
Abstract
In this paper, we present Wasserstein Inception Distance (WInD), a novel metric for evaluating performance of Generative Adversarial Networks (GANs). The proposed metric extends on the rationale of the previously proposed Frechet Inception Distance (FID), in the sense that GAN performance is quantified in terms of data and model distribution divergence. We extend FID by relaxing the Gaussian hypothesis of the related inception features and extend it for non-Gaussian, multimodal distributions. Gaussian Mixture Models (GMMs) are used to model data and model inception features, and the Wasserstein distance is employed as a pdf matching metric. We show that the proposed WInD metric inherits the desirable features of FID and correlates well with actual GAN performance. Furthermore, WInD can correctly evaluate cases were data and model distribution erroneously would appear as well peforming using FID. Numerical experiments on synthetic and real datasets validate our claim.
|
|
ISING-GAN: Annotated Data Augmentation with a Spatially Constrained Generative Adversarial Network
Panagiotis Dimitrakopoulos Giorgos Sfikas, Christophoros Nikou
International Symposium on Biomedical Imaging, ISBI 2020
PDF
|
Abstract
Data augmentation is a popular technique with which new dataset samples are artificially synthesized to the end of assisting training of learning-based algorithms and avoiding overfitting. Methods based on generative adversarial networks (GANs) have recently rekindled interest in research on new techniques for data augmentation. With the current paper we propose a new GAN-based model for data augmentation, comprising a suitable Markov random field-based spatial constraint that encourages synthesis of spatially smooth outputs. Oriented towards use with medical imaging sets where a localization/segmentation annotation is available, our model can simultaneously also produce artificial annotations. We gauge performance numerically by measuring performance through U-Net trained to detect cells on microscopy images, by taking into account the produced augmented dataset. Numerical trials, as well as qualitative results validate the contribution of our model.
|
|
Nuclei Detection Using Residual Attention Feature Pyramid Networks
Panagiotis Dimitrakopoulos Giorgos Sfikas, Christophoros Nikou
International Conference on Bioinformatics and Bioengineering, BIBE 2019
Best Student Paper Award
PDF
|
Abstract
Detection of cell nuclei in microscopy images is a challenging research topic due to limitations in acquired image quality as well as due to the diversity of nuclear morphology. This has been a topic of enduring interest with promising success shown by deep learning methods. Recently, attention gating methods have been proposed and employed successfully in a diverse array of pattern recognition tasks. In this work, we introduce a novel attention module and integrate it with feature pyramid networks and the state-of-the-art Mask R-CNN network. We show with numerical experiments that the proposed model outperforms the state-of-the-art baseline.
|
|
SIPAKMED: A New Dataset for Feature and Image Based Classification of Normal and Pathological Cervical Cells in Pap Smear Images
M.E. Plissiti P. Dimitrakopoulos, G. Sfikas C. Nikou, O. Krikoni, A. Charchanti
International Conference on Image Processing, ICIP 2018
PDF
|
Project Page
|
Abstract
Classification of cervical cells in Pap smear images is a challenging task due to the limitations these images exhibit and the complexity of the morphological changes in the structural parts of the cells. This procedure is very important as it provides fundamental information for the detection of cancerous or precancerous lesions. For this reason several algorithms have been proposed in order to classify normal and abnormal cells in such images. However, it is a common phenomenon that each research group usually creates its own dataset of images, as well-established datasets are not publicly available. To overcome this obstacle and to assist the research progress in this field, we present an annotated image database of Pap smear images, in which the cells are categorized in five different classes, depending on their cytomorphological features. The area of the cytoplasm and the nucleus in each image is manually defined by experts and salient features of intensity, texture and shape are calculated for each region of interest. Several experiments have been performed for the classification of these images and they include feature and image based classification schemes. In this direction, methods based on support vector machines and deep neural networks are tested and the performance of each classifier is presented in order to constitute a reference point for the evaluation of future classification techniques.
|
|