← Search

Christos Faloutsos

23 accepted papers

2026

Feedback Control for Multi-Objective Graph Self-Supervision

ICML 2026poster

Can multi-task self-supervised learning on graphs be coordinated without the usual tug-of-war between objectives? Graph self-supervised learning (SSL) offers a growing toolbox of pretext objectives—mutual information, reconstruction, contrastive learning—yet combining them reliably remains a challen…

Cited by 0SourceScholar
2026

Understanding Transformers for Time Series: Rank Structure, Flow-of-ranks, and Compressibility

ICLR 2026poster

Transformers are widely used across data modalities, and yet the principles distilled from text models often transfer imperfectly. In this paper, we analyze Transformers through the lens of rank structure. Our focus is on the time series setting, where the structural properties of the data remarkabl…

Cited by 0SourcecodeScholar
2026

Understanding the Implicit Biases of Design Choices for Time Series Foundation Models

ICLR 2026poster

Time series foundation models (TSFMs) are a potential class of powerful, general-purpose tools for forecasting and related temporal tasks, but their behavior is strongly shaped by subtle inductive biases in their design. Rather than developing a new model and claiming that it is better than existin…

Cited by 0SourceScholar
2025

CurvGAD: Leveraging Curvature for Enhanced Graph Anomaly Detection

ICML 2025poster

Does the intrinsic curvature of complex networks hold the key to unveiling graph anomalies that conventional approaches overlook? Reconstruction-based graph anomaly detection (GAD) methods overlook such geometric outliers, focusing only on structural and attribute-level anomalies. To this end, we pr…

2025

Enhancing Foundation Models for Time Series Forecasting via Wavelet-based Tokenization

ICML 2025poster

How to best develop foundational models for time series forecasting remains an important open question. Tokenization is a crucial consideration in this effort: what is an effective discrete vocabulary for a real-valued sequential input? To address this question, we develop WaveToken, a wavelet-based…

Cited by 2SourcePDFScholar
2025

HybGRAG: Hybrid Retrieval-Augmented Generation on Textual and Relational Knowledge Bases

ACL 2025long

Given a semi-structured knowledge base (SKB), where text documents are interconnected by relations, how can we effectively retrieve relevant information to answer user questions?Retrieval-Augmented Generation (RAG) retrieves documents to assist large language models (LLMs) in question answering; whi…

2025

Mitra: Mixed Synthetic Priors for Enhancing Tabular Foundation Models

NeurIPS 2025poster

Since the seminal work of TabPFN, research on tabular foundation models (TFMs) based on in-context learning (ICL) has challenged long-standing paradigms in machine learning. Without seeing any real-world data, models pretrained on purely synthetic datasets generalize remarkably well across diverse d…

Cited by 0SourceScholar
2025

PolyJoin: Semantic Multi-key Joinable Table Search in Data Lakes

NAACL 2025findings

Given a query table, how can we effectively discover multi-key joinable tables on the web? This can be seen as a retrieval task, where users can lookup on the web for tables related to an existing one. Searching and discovering such joinable tables is critical to data analysts and data scientists fo…

Cited by 0SourcePDFScholar
2025

Spectro-Riemannian Graph Neural Networks

ICLR 2025poster

Can integrating spectral and curvature signals unlock new potential in graph representation learning? Non-Euclidean geometries, particularly Riemannian manifolds such as hyperbolic (negative curvature) and spherical (positive curvature), offer powerful inductive biases for embedding complex graph st…

Cited by 0SourcePDFScholar
2024

4DBInfer: A 4D Benchmarking Toolbox for Graph-Centric Predictive Modeling on RDBs

NeurIPS 2024poster

Given a relational database (RDB), how can we predict missing column values in some target table of interest? Although RDBs store vast amounts of rich, informative data spread across interconnected tables, the progress of predictive machine learning models as applied to such tasks arguably falls we…

2024

CoverICL: Selective Annotation for In-Context Learning via Active Graph Coverage

EMNLP 2024main

In-context learning (ICL) adapts Large Language Models (LLMs) to new tasks, without requiring any parameter updates, but few annotated examples as input. In this work, we investigate selective annotation for ICL, where there is a limited budget for annotating examples, similar to low-budget active l…

Cited by 1SourcePDFScholar
2024

Mixed-Type Tabular Data Synthesis with Score-based Diffusion in Latent Space

ICLR 2024oral

Recent advances in tabular data generation have greatly enhanced synthetic data quality. However, extending diffusion models to tabular data is challenging due to the intricately varied distributions and a blend of data types of tabular data. This paper introduces TabSyn, a methodology that synthesi…

2024

NetInfoF Framework: Measuring and Exploiting Network Usable Information

ICLR 2024spotlight

Given a node-attributed graph, and a graph task (link prediction or node classification), can we tell if a graph neural network (GNN) will perform well? More specifically, do the graph structure and the node features carry enough usable information for the task? Our goals are (1) to develop a fast t…

2024

OpenTab: Advancing Large Language Models as Open-domain Table Reasoners

ICLR 2024poster

Large Language Models (LLMs) trained on large volumes of data excel at various natural language tasks, but they cannot handle tasks requiring knowledge that has not been trained on previously. One solution is to use a retriever that fetches relevant information to expand LLM's knowledge scope. Howev…

2024

SnapNTell: Enhancing Entity-Centric Visual Question Answering with Retrieval Augmented Multimodal LLM

EMNLP 2024finding

Vision-extended LLMs have made significant strides in Visual Question Answering (VQA). Despite these advancements, VLLMs still encounter substantial difficulties in handling queries involving long-tail entities, with a tendency to produce erroneous or hallucinated responses. In this work, we introdu…

Cited by 13SourcePDFScholar
2024

T-NET: Weakly Supervised Graph Learning for Combatting Human Trafficking

AAAI 2024technical

Human trafficking (HT) for forced sexual exploitation, often described as modern-day slavery, is a pervasive problem that affects millions of people worldwide. Perpetrators of this crime post advertisements (ads) on behalf of their victims on adult service websites (ASW). These websites typically co…

2023

Automatic Table Union Search with Tabular Representation Learning

ACL 2023findings

Given a data lake of tabular data as well as a query table, how can we retrieve all the tables in the data lake that can be unioned with the query table? Table union search constitutes an essential task in data discovery and preparation as it enables data scientists to navigate massive open data rep…

Cited by 20SourcePDFScholar
2023

Concept2Box: Joint Geometric Embeddings for Learning Two-View Knowledge Graphs

ACL 2023findings

Knowledge graph embeddings (KGE) have been extensively studied to embed large-scale relational data for many real-world applications. Existing methods have long ignored the fact many KGs contain two fundamentally different views: high-level ontology-view concepts and fine-grained instance-view entit…

Cited by 13SourcePDFScholar
2023

GLEMOS: Benchmark for Instantaneous Graph Learning Model Selection

NeurIPS 2023poster

The choice of a graph learning (GL) model (i.e., a GL algorithm and its hyperparameter settings) has a significant impact on the performance of downstream tasks. However, selecting the right GL model becomes increasingly difficult and time consuming as more and more GL models are developed. Accordin…

2023

MetaGL: Evaluation-Free Selection of Graph Learning Models via Meta-Learning

ICLR 2023poster

Given a graph learning task, such as link prediction, on a new graph, how can we select the best method as well as its hyperparameters (collectively called a model) without having to train or evaluate any model on the new graph? Model selection for graph learning has been largely ad hoc. A typical a…

2023

TgrApp: Anomaly Detection and Visualization of Large-Scale Call Graphs

AAAI 2023technical

Given a million-scale dataset of who-calls-whom data containing imperfect labels, how can we detect existing and new fraud patterns? We propose TgrApp, which extracts carefully designed features and provides visualizations to assist analysts in spotting fraudsters and suspicious behavior. Our TgrApp…

2015

Fast efficient and scalable Core Consistency Diagnostic for the parafac decomposition for big sparse tensors

ICASSP 2015accepted

Multilinear analysis is pervasive in a wide variety of fields, ranging from Signal Processing to Chemometrics, and from Machine Vision to Data Mining. Determining the quality of a given tensor decomposition is a task of utmost importance that spans all fields of application of tensors. This task by…

Cited by 0SourceScholar