← Search

Ran El-Yaniv

22 accepted papers

2026

Advancing Image Classification with Discrete Diffusion Classification Modeling

CVPR 2026

Image classification is a well-studied task in computer vision, and yet it remains challenging under high-uncertainty conditions, such as when input images are corrupted or training data are limited. Conventional classification approaches typically train models to directly predict class labels from

Cited by 0SourcecodeScholar
2026

Beyond Next Token Probabilities: Learnable, Fast Detection of Hallucinations and Data Contamination on LLM Output Distributions

AAAI 2026technical

The automated detection of hallucinations and training data contamination is pivotal to the safe deployment of Large Language Models (LLMs). These tasks are particularly challenging in settings where no access to model internals is available. Current approaches in this setup typically leverage only

Cited by 0SourcePDFScholar
2026

Star Elastic: Many-in-One Reasoning LLMs with Efficient Budget Control

ICML 2026poster

Training a family of large language models (LLMs), either from scratch or via iterative compression, is prohibitively expensive and inefficient, requiring separate training runs for each model in the family. In this paper, we introduce Star Elastic, a novel LLM post-training method that adds N neste…

Cited by 0SourceScholar
2025

FFN Fusion: Rethinking Sequential Computation in Large Language Models

NeurIPS 2025spotlight

We introduce \textit{FFN Fusion}, an architectural optimization technique that reduces sequential computation in large language models by identifying and exploiting natural opportunities for parallelization. Our key insight is that sequences of Feed-Forward Network (FFN) layers, particularly those r…

Cited by 0SourceScholar
2025

Puzzle: Distillation-Based NAS for Inference-Optimized LLMs

ICML 2025poster

Large language models (LLMs) offer remarkable capabilities, yet their high inference costs restrict wider adoption. While increasing parameter counts improves accuracy, it also broadens the gap between state-of-the-art capabilities and practical deployability. We present **Puzzle**, a hardware-aware…

Cited by 2SourcePDFScholar
2023

A framework for benchmarking Class-out-of-distribution detection and its application to ImageNet

ICLR 2023top-25%

When deployed for risk-sensitive tasks, deep neural networks must be able to detect instances with labels from outside the distribution for which they were trained. In this paper we present a novel framework to benchmark the ability of image classifiers to detect class-out-of-distribution instances…

2023

What Can we Learn From The Selective Prediction And Uncertainty Estimation Performance Of 523 Imagenet Classifiers?

ICLR 2023poster

When deployed for risk-sensitive tasks, deep neural networks must include an uncertainty estimation mechanism. Here we examine the relationship between deep architectures and their respective training regimes, with their corresponding selective prediction and uncertainty estimation performance. We c…

2023

Window-Based Distribution Shift Detection for Deep Neural Networks

NeurIPS 2023poster

To deploy and operate deep neural models in production, the quality of their predictions, which might be contaminated benignly or manipulated maliciously by input distributional deviations, must be monitored and assessed. Specifically, we study the case of monitoring the healthy operation of a deep…

2022

TransBoost: Improving the Best ImageNet Performance using Deep Transduction

NeurIPS 2022accept

This paper deals with deep transductive learning, and proposes TransBoost as a procedure for fine-tuning any deep neural model to improve its performance on any (unlabeled) test set provided at training time. TransBoost is inspired by a large margin principle and is efficient and simple to use. Our…

2016

Binarized Neural Networks

NeurIPS 2016poster

We introduce a method to train Binarized Neural Networks (BNNs) - neural networks with binary weights and activations at run-time. At train-time the binary weights and activations are used for computing the parameter gradients. During the forward pass, BNNs drastically reduce memory size and accesse…