VLDB 2026 Research / reviewers in the wild / expert
Robert Birke
dblp:09/2498
· DBLP profile ↗
13ranked-venue papers in the field
1as first author
12since 2021 · last 2026
0000-0003-1144-3707ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 8Big Data, Cloud & Distributed Data Systems · 3 (1 first)Information Retrieval & Web Search · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | TabTokWak: Token(less)-Value Watermarking for Tabular Foundational Models
Jeroen Galjaard, Chaoyi Zhu, Robert Birke, Cornelis Bos, Lydia Y. Chen |
PAKDD (1) | 3 |
| 2025 | TabuLa: Harnessing Language Models for Tabular Data Synthesis
Zilong Zhao 0001, Robert Birke, Lydia Y. Chen |
PAKDD (5) | 2 |
| 2025 | BatMan-CLR: Making Few-Shots Meta-learners Resilient Against Label Noise
Jeroen Galjaard, Robert Birke, Juan F. Pérez, Lydia Y. Chen |
ECML/PKDD (6) | 2 |
| 2025 | Single-Fold Distillation for Diffusion Models
Chi Hong, Jiyue Huang, Robert Birke, Dick H. J. Epema, Stefanie Roos, Lydia Y. Chen |
ECML/PKDD (2) | 3 |
| 2024 | DALLMi: Domain Adaption for LLM-Based Multi-label Classifier
Miruna Betianu, Abele Malan, Marco Aldinucci, Robert Birke, Lydia Y. Chen |
PAKDD (3) | 4 |
| 2024 | On Dark Knowledge for Distilling Generators
Chi Hong, Robert Birke, Lydia Y. Chen |
PAKDD (2) | 2 |
| 2023 | FCT-GAN: Enhancing Global Correlation of Table Synthesis via Fourier TransformabstractAn alternative method for sharing knowledge while complying with strict data access regulations, such as the European General Data Protection Regulation (GDPR), is the emergence of synthetic tabular data. Mainstream table synthesizers utilize methodologies derived from Generative Adversarial Networks (GAN). Although several state-of-the-art (SOTA) tabular GAN algorithms inherit Convolutional Neural Network (CNN)-based architectures, which have proven effective for images, they tend to overlook two critical properties of tabular data: (i) the global correlation across columns, and (ii) the semantic invariance to the column order. Permuting columns in a table does not alter the semantic meaning of the data, but features extracted by CNNs can change significantly due to their limited convolution filter kernel size. To address the above problems, we propose FCT-GAN the first conditional tabular GAN to adopt Fourier networks into table synthesis. FCT-GAN enhances permutation invariant GAN training by strengthening the learning of global correlations via Fourier layers. Extensive evaluation on benchmarks and real-world datasets show that FCT-GAN can synthesize tabular data with better (up to 27.8%) machine learning utility (i.e. a proxy of global correlations) and higher (up to 26.5%) statistical similarity to real data. FCT-GAN also has the least variation on synthetic data quality among 7 SOTA baselines on 3 different training-data column orders. Zilong Zhao 0001, Robert Birke, Lydia Y. Chen |
CIKM | 2 |
| 2023 | Exploring and Exploiting Data-Free Model Stealing
Chi Hong, Jiyue Huang, Robert Birke, Lydia Y. Chen |
ECML/PKDD (5) | 3 |
| 2023 | Robust Learning via Golden Symmetric Loss of (un)Trusted LabelsabstractLearning robust deep models against noisy labels becomes ever critical when today's data is commonly collected from open platforms and subject to adversarial corruption. The information on the label corruption process, i.e., corruption matrix, can greatly enhance the robustness of deep models but still fall behind in combating hard classes. In this paper, we propose to construct a golden symmetric loss (GSL) based on the estimated corruption matrix as to avoid overfitting to noisy labels and learn effectively from hard classes. GSL is the weighted sum of the corrected regular cross entropy and reverse cross entropy. By leveraging a small fraction of trusted clean data, we estimate the corruption matrix and use it to correct the loss as well as to determine the weights of GSL. We theoretically prove the robustness of the proposed loss function in the presence of dirty labels. We provide a heuristics to adaptively tune the loss weights of GSL according to the noise rate and diversity measured from the dataset. We evaluate our proposed golden symmetric loss on both vision and natural language deep models subject to different types of label noise patterns. Empirical results show that GSL can significantly outperform the existing robust training methods on different noise patterns, showing accuracy improvement up to 18% on CIFAR-100 and 1% on real world noisy dataset of Clothing1M. Amirmasoud Ghiassi, Robert Birke, Lydia Y. Chen |
SDM | 2 |
| 2022 | Permutation-Invariant Tabular Data SynthesisabstractTabular data synthesis is an emerging approach to circumvent strict regulations on data privacy while discovering knowledge through big data. Although state-of-the-art AI-based tabular data synthesizers, e.g., table-GAN, CTGAN, TVAE, and CTAB-GAN, are effective at generating synthetic tabular data, their training is sensitive to column permutations of input data. In this paper, we first c onduct a n e xtensive e mpirical s tudy to disclose such a property of permutation invariance and an in-depth analysis of the existing synthesizers. We show that changing the input column order worsens the statistical difference between real and synthetic data by up to 38.67% due to the encoding of tabular data and the network architectures. To fully unleash the potential of big synthetic tabular data, we propose two solutions: (i) AE-GAN, a synthesizer that uses an autoencoder network to represent the tabular data and GAN networks to synthesize the latent representation, and (ii) a feature sorting algorithm to find t he s uitable c olumn o rder o f i nput d ata f or CNN-based synthesizers. We evaluate the proposed solutions on five datasets in terms of the sensitivity to the column permutation, the quality of synthetic data, and the utility in downstream analyses. Our results show that we enhance the property of permutation-invariance when training synthesizers and further improve the quality and utility of synthetic data, up to 22%, compared to the existing synthesizers. Yujin Zhu, Zilong Zhao 0001, Robert Birke, Lydia Y. Chen |
IEEE Big Data | 3 |
| 2021 | TrustNet: Learning from Trusted Data Against (A)symmetric Label NoiseabstractBig Data systems allow collecting massive datasets to feed the data hungry deep learning. Labelling these ever-bigger datasets is increasingly challenging and label errors affect even highly curated sets. This makes robustness to label noise a critical property for weakly-supervised classifiers. The related works on resilient deep networks tend to focus on a limited set of synthetic noise patterns, and with disparate views on their impacts, e.g., robustness against symmetric v.s. asymmetric noise patterns. In this paper, we first extend the theoretical analysis of test accuracy for any given noise patterns. Based on the insights, we design TrustNet that first learns the pattern of noise corruption, being it both symmetric or asymmetric, from a small set of trusted data. Then, TrustNet is trained via a robust loss function, which weights the given labels against the inferred labels from the learned noise pattern. The weight is adjusted based on model uncertainty across training epochs. We evaluate TrustNet on synthetic label noise for CIFAR-10, CIFAR-100 and big real-world data with label noise, i.e., Clothing1M. We compare against state-of-the-art methods demonstrating the strong robustness of TrustNet under a diverse set of noise patterns. Amirmasoud Ghiassi, Robert Birke, Lydia Y. Chen |
BDCAT | 2 |
| 2021 | Online Label Aggregation: A Variational Bayesian ApproachabstractNoisy labeled data is more a norm than a rarity for crowd sourced contents. It is effective to distill noise and infer correct labels through aggregating results from crowd workers. To ensure the time relevance and overcome slow responses of workers, online label aggregation is increasingly requested, calling for solutions that can incrementally infer true label distribution via subsets of data items. In this paper, we propose a novel online label aggregation framework, BiLA , which employs variational Bayesian inference method and designs a novel stochastic optimization scheme for incremental training. BiLA is flexible to accommodate any generating distribution of labels by the exact computation of its posterior distribution. We also derive the convergence bound of the proposed optimizer. We compare BiLA with the state of the art based on minimax entropy, neural networks and expectation maximization algorithms, on synthetic and real-world data sets. Our evaluation results on various online scenarios show that BiLA can effectively infer the true labels, with an error rate reduction of at least 10 to 1.5 percent points for synthetic and real-world datasets, respectively. Chi Hong, Amirmasoud Ghiassi, Yichi Zhou, Robert Birke, Lydia Y. Chen |
WWW | 4 |
| 2014 | (Big)data in a virtualized world: volume, velocity, and variety in cloud datacenters
Robert Birke, Mathias Björkqvist, Lydia Y. Chen, Evgenia Smirni, Antonius P. J. Engbersen |
FAST | 1 |