{"id":69750,"date":"2026-09-10T11:50:31","date_gmt":"2026-09-10T09:50:31","guid":{"rendered":"https:\/\/www.inovex.de\/de\/blog\/anomaly-detection-do-tabular-foundation-models-help\/"},"modified":"2026-09-10T14:17:01","modified_gmt":"2026-09-10T12:17:01","slug":"anomaly-detection-do-tabular-foundation-models-help","status":"publish","type":"post","link":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/","title":{"rendered":"Anomaly Detection: Do Tabular Foundation Models Help?"},"content":{"rendered":"<p>Data scientists know the struggle. Real-world tabular data is rarely just neat rows of numbers. It is messy, heterogeneous, and often packed with free-text columns like job descriptions, customer comments, or clinical notes. In traditional machine learning workflows, these text columns are usually the first victims of preprocessing and get dropped entirely because they are too complex to handle alongside numeric features.<\/p>\n<p>But text carries massive semantic value. In domains like fraud detection, cybersecurity, or predictive maintenance, anomalies often hide right there in the text. Recently, Tabular Foundation Models (TFMs) have sparked a lot of excitement. Other studies showed that turning these text columns into dense vector embeddings can significantly boost a model&#8217;s performance.<\/p>\n<p>There is just one catch. Almost all of this evidence comes from supervised learning. But what happens in unsupervised anomaly detection, where we have no labels to guide the model?<!--more--><\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_86 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\"><\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#Meet-the-Models\" >Meet the Models<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#Why-these-five\" >Why these five<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#The-two-datasets\" >The two datasets<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#The-unsupervised-dilemma\" >The unsupervised dilemma<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#The-findings-hype-vs-reality\" >The findings: hype vs. reality<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#1-David-vs-Goliath-The-shallow-models-still-win\" >1. David vs. Goliath: The shallow models still win<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#2-The-embedding-trap-and-what-actually-escapes-it\" >2. The embedding trap and what actually escapes it<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#The-Results\" >The Results<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#3-It-is-not-the-model-it-is-the-missing-label\" >3. It is not the model, it is the missing label<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#Discussion-The-Road-Ahead\" >Discussion, The Road Ahead<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#Takeaways-for-Your-Next-Project\" >Takeaways for Your Next Project<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Meet-the-Models\"><\/span>Meet the Models<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Five foundation models are at the center of this work. What separates them is not size but how they treat numbers and text.<\/p>\n<p><strong>TabPFN-3 and TabPFN Unsupervised<\/strong> are prior-data fitted networks. They are trained on synthetic data drawn from statistical priors and predict through in-context learning in a single forward pass. TabPFN-3 serves as the supervised control and supplies the internal representations that we later feed to the classical detectors instead of the raw columns, a setup we call the enhanced baselines. The unsupervised variant needs no label and goes straight to work as a detector.<\/p>\n<p><strong>FoMo-0D<\/strong> is the odd one out, in a good way. It is the only model here that was designed for tabular outlier detection from the ground up rather than repurposed from a classifier. It runs zero-shot, and it is by far the fastest model in the comparison, which makes it the natural head-to-head opponent in the unsupervised benchmark.<\/p>\n<p><strong>AnoLLM<\/strong> flips the whole approach. It serializes every row into text and hands it to a language model. Free text survives untouched, numbers lose mathematical precision on the way through, and the compute bill goes up sharply.<\/p>\n<p><strong>ConTextTab<\/strong> sits in between. It pairs the PFN architecture with sentence transformer embeddings and was trained on real tables instead of synthetic priors. It cannot detect anomalies, so it takes on the SHAP attribution and a second supervised control.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Why-these-five\"><\/span>Why these five<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Each model represents one of the three paradigms in the tabular space, and each paradigm makes a different bet on where the signal lives. PFNs bet on distributions and ignore what a column actually means. LLM-based models bet on semantics and pay for it in numeric precision. Hybrids try to do both. If you only test one paradigm, a negative result tells you nothing about the others.<\/p>\n<p>The second reason is less flattering to the field. The pool of candidates is thin. Most tabular foundation models are either not built for anomaly detection or cannot process free text natively, and this work needs models that do at least one of the two. What looks like a curated selection is, in part, simply the set of models that fit the task.<\/p>\n<p>Together the five span the range between statistical exactness and semantic density. That tension is what the experiments are built to expose.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"The-two-datasets\"><\/span>The two datasets<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Everything runs on two tables that were picked because they disagree about how much of the story lives in the text.<\/p>\n<p><strong>Fake Job Postings<\/strong> is the text-rich one. It contains job advertisements with five free-text columns, ships with a native fraud label, and about 4.84 percent of its rows are anomalies.<\/p>\n<p><strong>Airbnb Paris<\/strong> is the more numeric one. It covers listings scraped in September 2025, restricted to a single city so that language and column structure stay consistent, with four free-text columns among 43 attributes. It has no native anomaly label, so we built one from the user ratings by treating a 5.0 as normal and anything at or below 3.0 as anomalous, dropping the middle segment. That is a deliberate but arbitrary operationalization, and it turns out to matter for the results.<\/p>\n<p>One number is worth keeping in your head for everything that follows. With anomaly rates below five percent, a random ranking already scores an AUPRC of roughly 0.05. Every value below is measured against that floor, not against 1.0.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"The-unsupervised-dilemma\"><\/span>The unsupervised dilemma<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>In a supervised classification task, the label acts like a compass. It tells the model exactly which part of a highly complex text embedding is relevant for predicting the target.<\/p>\n<p>In unsupervised anomaly detection, we take that compass away. The detector must figure out what is normal and what is anomalous purely based on the geometry of the input space. We wanted to find out whether the hyped Tabular Foundation Models and advanced text embeddings still hold their ground when they are flying blind.<\/p>\n<p>The evaluation runs in three stages. First we benchmark the raw unsupervised performance of TabPFN Unsupervised, FoMo-0D and AnoLLM against classical detectors such as Isolation Forest, ECOD, LODA and an Autoencoder. Then we test whether converting free text into vector embeddings gives those classical algorithms a semantic boost. Finally, we run a supervised control to find out whether any shortcoming belongs to the models or to the missing label.<\/p>\n<p>One detail about fairness is worth stating up front. The baseline detectors were tuned by an exhaustive grid search, while the TFMs ran in their default configurations. That asymmetry works against our own hypothesis, and we kept it deliberately so that nobody can wave the results away as a tuning artifact.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"The-findings-hype-vs-reality\"><\/span>The findings: hype vs. reality<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The results provided a clear reality check for the current state of foundation models in anomaly detection.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"1-David-vs-Goliath-The-shallow-models-still-win\"><\/span>1. David vs. Goliath: The shallow models still win<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>There is a common expectation that pointing a large pre-trained model at a hard problem naturally produces superior results. In unsupervised anomaly detection, that expectation did not survive contact with the data. No TFM achieved a consistent advantage over the tuned baselines across both datasets.<\/p>\n<p>On the more numeric Airbnb dataset, the two best models were ECOD and Isolation Forest, ahead of every foundation model. The weakest was FoMo-0D, which is essentially the random floor, despite being the one model built specifically for this task. On the text-rich Fake Job Postings dataset, AnoLLM posted the highest point estimate, although the gap to the tuned baselines stayed within one standard deviation. That value also plays by different rules, because AnoLLM is the only model in this experiment that serialises the row itself and therefore sees the free-text columns, while everyone else works on the text-free numeric table.<\/p>\n<p>Beyond accuracy, the decisive factor for production is compute. The statistical detectors finished in well under three seconds. While autoencoder needed around two and a half minutes, TabPFN Unsupervised took several minutes, and AnoLLM took roughly one and a half hours per run on both datasets. The irony is that the fastest model in the entire comparison is a foundation model, since FoMo-0D returns in about 0.2 seconds. Speed is not the problem with TFMs, the detection quality that would justify the slow ones is.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"2-The-embedding-trap-and-what-actually-escapes-it\"><\/span>2. The embedding trap and what actually escapes it<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Before encoding any text, we checked the premise. A SHAP attribution on ConTextTab, which treats each free-text column as a single attribute, confirmed that the text carries real predictive value. On Fake Job Postings all five text columns landed in the ten most influential attributes, with the company profile far ahead of the strongest numeric one. On Airbnb the picture is more balanced, but the text columns still rank among the top attributes despite making up a small share of the table.<\/p>\n<p>So the information is there. The question is whether an unsupervised detector can reach it. We built three representation pipelines, namely FastText as an efficient word-vector baseline, the sentence transformer all-mpnet-base-v2 for deeper sentence-level context, and TabPFN internal representations as a diagnostic control. Because high-dimensional embeddings handicap distance-based and density-based detectors, we reduced every variant with an unsupervised PCA before concatenating it with the numeric attributes. The resulting pipeline is shown below:<\/p>\n<figure id=\"attachment_68864\" aria-describedby=\"caption-attachment-68864\" style=\"width: 1570px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-68864 \" src=\"https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-scaled.png\" alt=\"\" width=\"1570\" height=\"387\" srcset=\"https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-scaled.png 2560w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-300x74.png 300w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-1024x252.png 1024w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-768x189.png 768w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-1536x378.png 1536w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-2048x505.png 2048w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-1920x473.png 1920w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-400x99.png 400w, https:\/\/www.inovex.de\/wp-content\/uploads\/embedding_pipeline_architecture-360x89.png 360w\" sizes=\"auto, (max-width: 1570px) 100vw, 1570px\" \/><figcaption id=\"caption-attachment-68864\" class=\"wp-caption-text\">Overview of the three representation pipelines: Free-text columns were converted into vector embeddings (FastText or Sentence Transformer) or processed via TabPFN before being fed into the baseline detectors.<\/figcaption><\/figure>\n<p>&nbsp;<\/p>\n<h3><span class=\"ez-toc-section\" id=\"The-Results\"><\/span>The Results<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The result splits along the semantic density of the dataset. On the text-rich Fake Job Postings, FastText with an aggressive PCA lifts every single one of the four detectors above the text-free reference, and for Isolation Forest, the gain is large enough to survive the noise between runs. On the more numeric Airbnb Paris, the exact same recipe drags every detector down. The sentence transformer barely helps anywhere. And across almost every comparison we ran, cutting the embedding down harder beat cutting it gently, which tells you how much of that vector space these detectors experience as pure noise.<\/p>\n<p>So no representation strategy works across both datasets, and the one that does help does not travel. This is exactly where our unsupervised results part ways with the supervised findings of other papers, where text embeddings improved performance on the benchmark as a whole.<\/p>\n<p>The semi-supervised TabPFN representations, which were fitted on the actual label, sharpen the diagnosis. On Fake Job Postings they beat everything else in the comparison, which proves that the detectors are perfectly capable of exploiting an enriched representation once the information arrives in an accessible form. On Airbnb Paris even that label-bearing representation fails for three of the four detectors. The missing label is therefore not the only obstacle, and the second one turns out to be the label itself.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"3-It-is-not-the-model-it-is-the-missing-label\"><\/span>3. It is not the model, it is the missing label<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>So are TFMs and text embeddings just inherently bad at this? Not at all. We handed the same models the same data with a target label attached and turned the task into supervised classification.<\/p>\n<p>On Fake Job Postings the performance took off. ConTextTab landed close to a near-perfect score, and TabPFN was not far behind. The representations that looked useless in the dark turn out to be highly informative the moment something points at what matters. That is the core result of this work. The bottleneck is not representation quality; it is the transfer into an unsupervised procedure.<\/p>\n<p>Airbnb Paris tells the other half of the story. Even with full supervision, the models hit a ceiling. They rank the listings well, but they cannot pick out the rare cases with any precision. A label built from star ratings separates the classes in a ranking without separating them in the geometry of the input space, and geometry is the only thing an unsupervised detector has to work with. Where your label is soft, no representation will save you.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Discussion-The-Road-Ahead\"><\/span><span style=\"font-size: 32px;\">Discussion, The Road Ahead<\/span><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>While our findings might read like a setback for TFMs in anomaly detection, they point rather precisely at where the field needs to move.<\/p>\n<p><strong>Native text integration.<\/strong> Instead of patching external embeddings onto tabular data as an afterthought, future architectures need to process free text natively. Models that learn these representations end-to-end during training can capture the semantic context of a table far better than anything bolted on afterwards. ConTextTab, trained on real tables and preserving column semantics, is a plausible starting point.<\/p>\n<p><strong>Objectives built for outliers.<\/strong> Anomaly detection lives with extreme class imbalance, and repurposing a classification model for it is a workaround rather than a design. Our results suggest the derivation itself is the problem, since the representations are good and only their unsupervised use fails. What is missing is a way to extract semantic representations without a label.<\/p>\n<p><strong>The scarcity of unsupervised foundation models.<\/strong> Look at the current landscape, and the gap is obvious. Almost everything is aimed at supervised tasks, which leaves a blind spot exactly where industrial anomaly detection sits.<\/p>\n<p><strong>The dataset disconnect.<\/strong> In open-source research, tabular datasets with meaningful free-text columns and a native anomaly label are close to nonexistent. In corporate practice they are everywhere. That scarcity is why this study runs on two datasets and why one of them needed a constructed label, and it is a bottleneck for the whole field rather than a quirk of our setup.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Takeaways-for-Your-Next-Project\"><\/span>Takeaways for Your Next Project<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ol>\n<li><strong>Do not overengineer.<\/strong> For unsupervised anomaly detection, the classics remain the pragmatic choice. ECOD and Isolation Forest are fast, cheap, and hard to beat, and nothing we tested justified paying an hour of GPU time for the alternative.<\/li>\n<li><strong>Embeddings are worth it only where the text is dense.<\/strong> Appending text vectors is not a silver bullet, but it is not useless either. On a table where free text carries a large share of the signal, FastText with an aggressive PCA improved detection. On a mostly numeric table, the same recipe made things worse. Check the semantic density of your data before you invest in a pipeline.<\/li>\n<li><strong>Interrogate your label before you blame your model.<\/strong> If a supervised control cannot separate the classes cleanly, your unsupervised detector never had a chance. That check costs an afternoon and saves weeks of tuning the wrong thing.<\/li>\n<li><strong>Wait for dedicated architectures.<\/strong> The future for Tabular Foundation Models is bright, but it needs models pre-trained for unsupervised tasks rather than classification models pressed into finding outliers.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Data scientists know the struggle. Real-world tabular data is rarely just neat rows of numbers. It is messy, heterogeneous, and often packed with free-text columns like job descriptions, customer comments, or clinical notes. In traditional machine learning workflows, these text columns are usually the first victims of preprocessing and get dropped entirely because they are [&hellip;]<\/p>\n","protected":false},"author":459,"featured_media":53013,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"ep_exclude_from_search":false,"footnotes":""},"tags":[],"service":[473,477,471],"level":[1280],"coauthors":[{"id":459,"display_name":"Florian Veitz","user_nicename":"fveitz"}],"class_list":["post-69750","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","service-artificial-intelligence-en","service-data-science-en","service-nlp-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Anomaly Detection: Do Tabular Foundation Models Help? - inovex GmbH<\/title>\n<meta name=\"description\" content=\"Can Tabular Foundation Models handle multivariate anomaly detection? We compare TFMs and classical baselines on multivariate tabular data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Anomaly Detection: Do Tabular Foundation Models Help? - inovex GmbH\" \/>\n<meta property=\"og:description\" content=\"Can Tabular Foundation Models handle multivariate anomaly detection? We compare TFMs and classical baselines on multivariate tabular data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/\" \/>\n<meta property=\"og:site_name\" content=\"inovex GmbH\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inovexde\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-10T09:50:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-10T12:17:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png\" \/>\n\t<meta property=\"og:image:width\" content=\"975\" \/>\n\t<meta property=\"og:image:height\" content=\"625\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Florian Veitz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png\" \/>\n<meta name=\"twitter:creator\" content=\"@inovexgmbh\" \/>\n<meta name=\"twitter:site\" content=\"@inovexgmbh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Florian Veitz\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/\"},\"author\":{\"name\":\"Florian Veitz\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#\\\/schema\\\/person\\\/a789e848c1a09269ebdbd1861ada7b2a\"},\"headline\":\"Anomaly Detection: Do Tabular Foundation Models Help?\",\"datePublished\":\"2026-09-10T09:50:31+00:00\",\"dateModified\":\"2026-09-10T12:17:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/\"},\"wordCount\":2206,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.inovex.de\\\/wp-content\\\/uploads\\\/Data-Science-AI.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/\",\"url\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/\",\"name\":\"Anomaly Detection: Do Tabular Foundation Models Help? - inovex GmbH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.inovex.de\\\/wp-content\\\/uploads\\\/Data-Science-AI.png\",\"datePublished\":\"2026-09-10T09:50:31+00:00\",\"dateModified\":\"2026-09-10T12:17:01+00:00\",\"description\":\"Can Tabular Foundation Models handle multivariate anomaly detection? We compare TFMs and classical baselines on multivariate tabular data.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.inovex.de\\\/wp-content\\\/uploads\\\/Data-Science-AI.png\",\"contentUrl\":\"https:\\\/\\\/www.inovex.de\\\/wp-content\\\/uploads\\\/Data-Science-AI.png\",\"width\":975,\"height\":625,\"caption\":\"Grafik zu Data-Science-&-AI\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/anomaly-detection-do-tabular-foundation-models-help\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Anomaly Detection: Do Tabular Foundation Models Help?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/\",\"name\":\"inovex GmbH\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#organization\",\"name\":\"inovex GmbH\",\"url\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.inovex.de\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/inovex-logo-16-9-1.png\",\"contentUrl\":\"https:\\\/\\\/www.inovex.de\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/inovex-logo-16-9-1.png\",\"width\":1921,\"height\":1081,\"caption\":\"inovex GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inovexde\",\"https:\\\/\\\/x.com\\\/inovexgmbh\",\"https:\\\/\\\/www.instagram.com\\\/inovexlife\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inovex\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC7r66GT14hROB_RQsQBAQUQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/#\\\/schema\\\/person\\\/a789e848c1a09269ebdbd1861ada7b2a\",\"name\":\"Florian Veitz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2d5f9db4a219e65aa2717e8ea96c54dacb432f9b5a85192e4dcb2c8f7178911?s=96&d=retro&r=g1a04ed8e18541711e1f83b6fdccadd79\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2d5f9db4a219e65aa2717e8ea96c54dacb432f9b5a85192e4dcb2c8f7178911?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2d5f9db4a219e65aa2717e8ea96c54dacb432f9b5a85192e4dcb2c8f7178911?s=96&d=retro&r=g\",\"caption\":\"Florian Veitz\"},\"url\":\"https:\\\/\\\/www.inovex.de\\\/en\\\/blog\\\/author\\\/fveitz\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Anomaly Detection: Do Tabular Foundation Models Help? - inovex GmbH","description":"Can Tabular Foundation Models handle multivariate anomaly detection? We compare TFMs and classical baselines on multivariate tabular data.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/","og_locale":"en_US","og_type":"article","og_title":"Anomaly Detection: Do Tabular Foundation Models Help? - inovex GmbH","og_description":"Can Tabular Foundation Models handle multivariate anomaly detection? We compare TFMs and classical baselines on multivariate tabular data.","og_url":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/","og_site_name":"inovex GmbH","article_publisher":"https:\/\/www.facebook.com\/inovexde","article_published_time":"2026-09-10T09:50:31+00:00","article_modified_time":"2026-09-10T12:17:01+00:00","og_image":[{"width":975,"height":625,"url":"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png","type":"image\/png"}],"author":"Florian Veitz","twitter_card":"summary_large_image","twitter_image":"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png","twitter_creator":"@inovexgmbh","twitter_site":"@inovexgmbh","twitter_misc":{"Written by":"Florian Veitz","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#article","isPartOf":{"@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/"},"author":{"name":"Florian Veitz","@id":"https:\/\/www.inovex.de\/en\/#\/schema\/person\/a789e848c1a09269ebdbd1861ada7b2a"},"headline":"Anomaly Detection: Do Tabular Foundation Models Help?","datePublished":"2026-09-10T09:50:31+00:00","dateModified":"2026-09-10T12:17:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/"},"wordCount":2206,"commentCount":0,"publisher":{"@id":"https:\/\/www.inovex.de\/en\/#organization"},"image":{"@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/","url":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/","name":"Anomaly Detection: Do Tabular Foundation Models Help? - inovex GmbH","isPartOf":{"@id":"https:\/\/www.inovex.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#primaryimage"},"image":{"@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png","datePublished":"2026-09-10T09:50:31+00:00","dateModified":"2026-09-10T12:17:01+00:00","description":"Can Tabular Foundation Models handle multivariate anomaly detection? We compare TFMs and classical baselines on multivariate tabular data.","breadcrumb":{"@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#primaryimage","url":"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png","contentUrl":"https:\/\/www.inovex.de\/wp-content\/uploads\/Data-Science-AI.png","width":975,"height":625,"caption":"Grafik zu Data-Science-&-AI"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inovex.de\/en\/blog\/anomaly-detection-do-tabular-foundation-models-help\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inovex.de\/en\/"},{"@type":"ListItem","position":2,"name":"Anomaly Detection: Do Tabular Foundation Models Help?"}]},{"@type":"WebSite","@id":"https:\/\/www.inovex.de\/en\/#website","url":"https:\/\/www.inovex.de\/en\/","name":"inovex GmbH","description":"","publisher":{"@id":"https:\/\/www.inovex.de\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inovex.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inovex.de\/en\/#organization","name":"inovex GmbH","url":"https:\/\/www.inovex.de\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inovex.de\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.inovex.de\/wp-content\/uploads\/2021\/03\/inovex-logo-16-9-1.png","contentUrl":"https:\/\/www.inovex.de\/wp-content\/uploads\/2021\/03\/inovex-logo-16-9-1.png","width":1921,"height":1081,"caption":"inovex GmbH"},"image":{"@id":"https:\/\/www.inovex.de\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inovexde","https:\/\/x.com\/inovexgmbh","https:\/\/www.instagram.com\/inovexlife\/","https:\/\/www.linkedin.com\/company\/inovex","https:\/\/www.youtube.com\/channel\/UC7r66GT14hROB_RQsQBAQUQ"]},{"@type":"Person","@id":"https:\/\/www.inovex.de\/en\/#\/schema\/person\/a789e848c1a09269ebdbd1861ada7b2a","name":"Florian Veitz","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c2d5f9db4a219e65aa2717e8ea96c54dacb432f9b5a85192e4dcb2c8f7178911?s=96&d=retro&r=g1a04ed8e18541711e1f83b6fdccadd79","url":"https:\/\/secure.gravatar.com\/avatar\/c2d5f9db4a219e65aa2717e8ea96c54dacb432f9b5a85192e4dcb2c8f7178911?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2d5f9db4a219e65aa2717e8ea96c54dacb432f9b5a85192e4dcb2c8f7178911?s=96&d=retro&r=g","caption":"Florian Veitz"},"url":"https:\/\/www.inovex.de\/en\/blog\/author\/fveitz\/"}]}},"_links":{"self":[{"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/posts\/69750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/users\/459"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/comments?post=69750"}],"version-history":[{"count":1,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/posts\/69750\/revisions"}],"predecessor-version":[{"id":69754,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/posts\/69750\/revisions\/69754"}],"wp:attachment":[{"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/media?parent=69750"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/tags?post=69750"},{"taxonomy":"service","embeddable":true,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/service?post=69750"},{"taxonomy":"level","embeddable":true,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/level?post=69750"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.inovex.de\/en\/wp-json\/wp\/v2\/coauthors?post=69750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}