← Search

Oncel Tuzel

46 accepted papers

2026

AMusE: Audio-Visual Benchmark and Alignment Framework for Agentic Multi-Speaker Understanding

CVPR 2026

Recent multimodal large language models (MLLMs) such as GPT-4o and Qwen3-Omni show strong perception but struggle in multi-speaker, dialogue-centric settings that demand agentic reasoning, tracking who speaks, maintaining roles, and grounding events across time. These scenarios are central to multim

Cited by 0SourceScholar
2026

Learning to Reason for Hallucination Span Detection

ICLR 2026poster

Large language models (LLMs) often generate hallucinations---unsupported content that undermines reliability. While most prior works frame hallucination detection as a binary task, many real-world applications require identifying hallucinated spans, which is a multi-step decision making process. Thi…

Cited by 0SourceScholar
2026

Pretraining with hierarchical memories: separating long-tail and common knowledge

ICLR 2026poster

The impressive performance gains of modern language models currently rely on scaling parameters: larger models store more world knowledge and reason better. Yet compressing all world knowledge into parameters is unnecessary, as only a fraction is used per prompt, and impractical for edge devices wit…

Cited by 0SourceScholar
2026

TrajTok: Learning Trajectory Tokens Enhances Video Understanding

CVPR 2026

Tokenization in video models, typically through patchification, generates an excessive and redundant number of tokens. This severely limits video efficiency and scalability. While the recent trajectory-based tokenizers offer a promising solution by decoupling video duration from token count, they re

Cited by 0SourcecodeScholar
2026

Velox: Learning Representations of 4D Geometry and Appearance

CVPR 2026

We introduce a framework for learning latent representations of 4D objects which are descriptive, faithfully capturing object geometry and appearance; compressive, aiding in downstream efficiency; and accessible, requiring minimal input, i.e., an unstructured dynamic point cloud, to construct. Speci

Cited by 0SourceScholar
2025

FastVLM: Efficient Vision Encoding for Vision Language Models

CVPR 2025poster

Vision Language Models (VLMs) like LLaVA encode images into tokens aligned to the word embedding space of the LLM decoder. Scaling input image resolution is essential for improving performance, especially in text-rich image understanding tasks. However, popular visual encoders such as CLIP-pretraine…

2025

GSM-Symbolic: Understanding the Limitations of Mathematical Reasoning in Large Language Models

ICLR 2025poster

Recent advancements in Large Language Models (LLMs) have sparked interest in their mathematical reasoning capabilities. While performance on the widely popular GSM8K benchmark has improved, questions remain about whether reported evaluation metrics are reliable, and reasoning abilities of LLMs have…

Cited by 209SourcePDFScholar
2025

Mutual Reinforcement of LLM Dialogue Synthesis and Summarization Capabilities for Few-Shot Dialogue Summarization

NAACL 2025findings

In this work, we propose Mutual Reinforcing Data Synthesis (MRDS) within LLMs to improve few-shot dialogue summarization task. Unlike prior methods that require external knowledge, we mutually reinforce the LLM’s dialogue synthesis and summarization capabilities, allowing them to complement each oth…

Cited by 0SourcePDFScholar
2025

Proxy-FDA: Proxy-based Feature Distribution Alignment for Fine-tuning Vision Foundation Models without Forgetting

ICML 2025poster

Vision foundation models pre-trained on massive data encode rich representations of real-world concepts, which can be adapted to downstream tasks by fine-tuning. However, fine-tuning foundation models on one task often leads to the issue of *concept forgetting* on other tasks. Recent methods of robu…

Cited by 0SourcePDFScholar
2025

TiC-LM: A Web-Scale Benchmark for Time-Continual LLM Pretraining

ACL 2025long

Large Language Models (LLMs) trained on historical web data inevitably become outdated. We investigate evaluation strategies and update methods for LLMs as new data becomes available. We introduce a web-scale dataset for time-continual pretraining of LLMs derived from 114 dumps of Common Crawl (CC)…

2024

Corpus Synthesis for Zero-Shot ASR Domain Adaptation Using Large Language Models

ICASSP 2024accepted

While Automatic Speech Recognition (ASR) systems are widely used in many real-world applications, they often do not generalize well to new domains and need to be fine-tuned on data from these domains. However, target-domain data usually are not readily available in many scenarios. In this paper, we…

Cited by 0SourceScholar
2024

Dataset Decomposition: Faster LLM Training with Variable Sequence Length Curriculum

NeurIPS 2024poster

Large language models (LLMs) are commonly trained on datasets consisting of fixed-length token sequences. These datasets are created by randomly concatenating documents of various lengths and then chunking them into sequences of a predetermined target length (concat-and-chunk). Recent attention impl…

2024

HUGS: Human Gaussian Splats

CVPR 2024poster

Recent advances in neural rendering have improved both training and rendering times by orders of magnitude. While these methods demonstrate state-of-the-art quality and speed they are designed for photogrammetry of static scenes and do not generalize well to freely moving humans in the environment.…

2024

Knowledge Transfer from Vision Foundation Models for Efficient Training of Small Task-specific Models

ICML 2024poster

Vision Foundation Models (VFMs) pretrained on massive datasets exhibit impressive performance on various downstream tasks, especially with limited labeled target data. However, due to their high inference compute cost, these models cannot be deployed for many real-world applications. Motivated by th…

2024

MUSCLE: A Model Update Strategy for Compatible LLM Evolution

EMNLP 2024finding

Large Language Models (LLMs) are regularly updated to enhance performance, typically through changes in data or architecture. Within the update process, developers often prioritize improving overall performance metrics, paying less attention to maintaining compatibility with earlier model versions.…

Cited by 4SourcePDFScholar
2024

MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training

CVPR 2024poster

Contrastive pre-training of image-text foundation models such as CLIP demonstrated excellent zero-shot performance and improved robustness on a wide range of downstream tasks. However these models utilize large transformer-based encoders with significant memory and latency overhead which pose challe…

2024

Probabilistic Speech-Driven 3D Facial Motion Synthesis: New Benchmarks Methods and Applications

CVPR 2024poster

We consider the task of animating 3D facial geometry from speech signal. Existing works are primarily deterministic focusing on learning a one-to-one mapping from speech signal to 3D face meshes on small datasets with limited speakers. While these models can achieve high-quality lip articulation for…

Cited by 14SourcePDFScholar
2024

ReLU Strikes Back: Exploiting Activation Sparsity in Large Language Models

ICLR 2024oral

Large Language Models (LLMs) with billions of parameters have drastically transformed AI applications. However, their demanding computation during inference has raised significant challenges for deployment on resource-constrained devices. Despite recent trends favoring alternative activation functio…

Cited by 85SourcePDFScholar
2024

TiC-CLIP: Continual Training of CLIP Models

ICLR 2024poster

Keeping large foundation models up to date on latest data is inherently expensive. To avoid the prohibitive costs of constantly retraining, it is imperative to continually train these models. This problem is exacerbated by the lack of any large scale continual learning benchmarks or baselines. We in…

2023

FastFill: Efficient Compatible Model Update

ICLR 2023poster

In many retrieval systems the original high dimensional data (e.g., images) is mapped to a lower dimensional feature through a learned embedding model. The task of retrieving the most similar data from a gallery set to a given query data is performed through similarity comparison on features. When t…

2023

FastViT: A Fast Hybrid Vision Transformer Using Structural Reparameterization

ICCV 2023poster

The recent amalgamation of transformer and convolutional designs has led to steady improvements in accuracy and efficiency of the models. In this work, we introduce FastViT, a hybrid vision transformer architecture that obtains the state-of-the-art latency-accuracy trade-off. To this end, we intro…

Cited by 231PDFcodeScholar
2023

I See What You Hear: A Vision-Inspired Method to Localize Words

ICASSP 2023accepted

This paper explores the possibility of using visual object detection techniques for word localization in speech data. Object detection has been thoroughly studied in the contemporary literature for visual data. Noting that an audio can be interpreted as a 1-dimensional image, object localization tec…

Cited by 0SourceScholar
2023

MobileOne: An Improved One Millisecond Mobile Backbone

CVPR 2023poster

Efficient neural network backbones for mobile devices are often optimized for metrics such as FLOPs or parameter count. However, these metrics may not correlate well with latency of the network when deployed on a mobile device. Therefore, we perform extensive analysis of different metrics by deployi…

2023

Pointersect: Neural Rendering With Cloud-Ray Intersection

CVPR 2023poster

We propose a novel method that renders point clouds as if they are surfaces. The proposed method is differentiable and requires no scene-specific optimization. This unique capability enables, out-of-the-box, surface normal estimation, rendering room-scale point clouds, inverse rendering, and ray tra…

Cited by 20SourcePDFScholar
2023

Reinforce Data, Multiply Impact: Improved Model Accuracy and Robustness with Dataset Reinforcement

ICCV 2023poster

We propose Dataset Reinforcement, a strategy to improve a dataset once such that the accuracy of any model architecture trained on the reinforced dataset is improved at no additional training cost for users. We propose a Dataset Reinforcement strategy based on data augmentation and knowledge distill…

Cited by 11PDFcodeScholar
2023

Text is all You Need: Personalizing ASR Models Using Controllable Speech Synthesis

ICASSP 2023accepted

Adapting generic speech recognition models to specific individuals is a challenging problem due to the scarcity of personalized data. Recent works have proposed boosting the amount of training data using personalized text-to-speech synthesis. Here, we ask two fundamental questions about this strateg…

Cited by 0SourceScholar
2022

Data Incubation - Synthesizing Missing Data for Handwriting Recognition

ICASSP 2022accepted

In this paper, we demonstrate how a generative model can be used to build a better recognizer through the control of content and style. We are building an online handwriting recognizer from a modest amount of training samples. By training our controllable handwriting synthesizer on the same data, we…

Cited by 0SourceScholar
2022

Forward Compatible Training for Large-Scale Embedding Retrieval Systems

CVPR 2022poster

In visual retrieval systems, updating the embedding model requires recomputing features for every piece of data. This expensive process is referred to as backfilling. Recently, the idea of backward compatible training (BCT) was proposed. To avoid the cost of backfilling, BCT modifies training of the…

Cited by 23PDFcodeScholar
2022

NeuMan: Neural Human Radiance Field from a Single Video

ECCV 2022poster

"Photorealistic rendering and reposing of humans is important for enabling augmented reality experiences. We propose a novel framework to reconstruct the human and the scene that can be rendered with novel human poses and views from just a single in-the-wild video. Given a video captured by a moving…

2022

SYNT++: Utilizing Imperfect Synthetic Data to Improve Speech Recognition

ICASSP 2022accepted

With recent advances in speech synthesis, synthetic data is becoming a viable alternative to real data for training speech recognition models. However, machine learning with synthetic data is not trivial due to the gap between the synthetic and the real data distributions. Synthetic datasets may con…

Cited by 0SourceScholar
2022

Style Equalization: Unsupervised Learning of Controllable Generative Sequence Models

ICML 2022spotlight

Controllable generative sequence models with the capability to extract and replicate the style of specific examples enable many applications, including narrating audiobooks in different voices, auto-completing and auto-correcting written handwriting, and generating missing training samples for downs…

Cited by 26SourcePDFScholar
2021

Optimize What Matters: Training DNN-Hmm Keyword Spotting Model Using End Metric

ICASSP 2021accepted

Deep Neural Network–Hidden Markov Model (DNN-HMM) based methods have been successfully used for many always-on keyword spotting algorithms that detect a wake word to trigger a device. The DNN predicts the state probabilities of a given speech frame, while HMM decoder combines the DNN predictions of…

Cited by 0SourceScholar
2021

SapAugment: Learning A Sample Adaptive Policy for Data Augmentation

ICASSP 2021accepted

Data augmentation methods usually apply the same augmentation (or a mix of them) to all the training samples. For example, to perturb data with noise, the noise is sampled from a Normal distribution with a fixed standard deviation, for all samples. We hypothesize that a hard sample with high trainin…

Cited by 0SourceScholar
2020

Unsupervised Style and Content Separation by Minimizing Mutual Information for Speech Synthesis

ICASSP 2020accepted

We present a method to generate speech from input text and a style vector that is extracted from a reference speech signal in an unsupervised manner, i.e., no style annotation, such as speaker information, is required. Existing unsupervised methods, during training, generate speech by computing styl…

Cited by 0SourceScholar
2019

Data Parameters: A New Family of Parameters for Learning a Differentiable Curriculum

NeurIPS 2019poster

Recent works have shown that learning from easier instances first can help deep neural networks (DNNs) generalize better. However, knowing which data to present during different stages of training is a challenging problem. In this work, we address this problem by introducing data parameters. More sp…

2017

Learning From Simulated and Unsupervised Images Through Adversarial Training

CVPR 2017oral

With recent progress in graphics, it has become more tractable to train models on synthetic images, potentially avoiding the need for expensive annotations. However, learning from synthetic images may not achieve the desired performance due to a gap between synthetic and real image distributions. To…

Cited by 2368PDFScholar
2016

A Multi-Stream Bi-Directional Recurrent Neural Network for Fine-Grained Action Detection

CVPR 2016poster

We present a multi-stream bi-directional recurrent neural network for fine-grained action detection. Recently, two-stream convolutional neural networks (CNNs) trained on stacked optical flow and image frames have been successful for action recognition in videos. Our system uses a tracking algorithm…

Cited by 606PDFScholar
2016

Deep Gaussian Conditional Random Field Network: A Model-Based Deep Network for Discriminative Denoising

CVPR 2016poster

We propose a novel end-to-end trainable deep network architecture for image denoising based on a Gaussian Conditional Random Field (GCRF) model. In contrast to the existing discriminative denoising methods that train a separate model for each individual noise level, the proposed deep network explici…

Cited by 84PDFScholar
2016

Gaussian Conditional Random Field Network for Semantic Segmentation

CVPR 2016spotlight

In contrast to the existing approaches that use discrete Conditional Random Field (CRF) models, we propose to use a Gaussian CRF model for the task of semantic segmentation. We propose a novel deep network, which we refer to as Gaussian Mean Field (GMF) network, whose layers perform mean field infer…

Cited by 200PDFScholar