← Search

Guangwei Yu

10 accepted papers

2025

MSc-SQL: Multi-Sample Critiquing Small Language Models For Text-To-SQL Translation

NAACL 2025long

Text-to-SQL generation enables non-experts to interact with databases via natural language. Recent advances rely on large closed-source models like GPT-4 that present challenges in accessibility, privacy, and latency. To address these issues, we focus on developing small, efficient, and open-source…

2025

TabDPT: Scaling Tabular Foundation Models on Real Data

NeurIPS 2025poster

Tabular data is one of the most ubiquitous sources of information worldwide, spanning a wide variety of domains. This inherent heterogeneity has slowed the development of Tabular Foundation Models (TFMs) capable of fast generalization to unseen datasets. In-Context Learning (ICL) has recently emerge…

Cited by 0SourcecodeScholar
2024

Data-Efficient Multimodal Fusion on a Single GPU

CVPR 2024highlight

The goal of multimodal alignment is to learn a single latent space that is shared between multimodal inputs. The most powerful models in this space have been trained using massive datasets of paired inputs and large-scale computational resources making them prohibitively expensive to train in many p…

2024

Retrieval & Fine-Tuning for In-Context Tabular Models

NeurIPS 2024poster

Tabular data is a pervasive modality spanning a wide range of domains, and this inherent diversity poses a considerable challenge for deep learning. Recent advancements using transformer-based in-context learning have shown promise on smaller and less complex tabular datasets, but have struggled to…

Cited by 10SourcePDFScholar
2022

X-Pool: Cross-Modal Language-Video Attention for Text-Video Retrieval

CVPR 2022poster

In text-video retrieval, the objective is to learn a cross-modal similarity function between a text and a video that ranks relevant text-video pairs higher than irrelevant pairs. However, videos inherently express a much wider gamut of information than texts. Instead, texts often capture sub-regions…

Cited by 211PDFcodeScholar
2021

Context-Aware Scene Graph Generation With Seq2Seq Transformers

ICCV 2021poster

Scene graph generation is an important task in computer vision aimed at improving the semantic understand- ing of the visual world. In this task, the model needs to detect objects and predict visual relationships between them. Most of the existing models predict relationships in parallel assuming th…

Cited by 98PDFcodeScholar
2019

Guided Similarity Separation for Image Retrieval

NeurIPS 2019oral

Despite recent progress in computer vision, image retrieval remains a challenging open problem. Numerous variations such as view angle, lighting and occlusion make it difficult to design models that are both robust and efficient. Many leading methods traverse the nearest neighbor graph to exploit hi…