← Search

Ilan Naiman

13 accepted papers

2026

DiffSDA: Unsupervised Diffusion Sequential Disentanglement Across Modalities

ICLR 2026poster

Unsupervised representation learning, particularly sequential disentanglement, aims to separate static and dynamic factors of variation in data without relying on labels. This remains a challenging problem, as existing approaches based on variational autoencoders and generative adversarial networks…

Cited by 0SourceScholar
2026

Scene-VLM: Multimodal Video Scene Segmentation via Vision-Language Models

CVPR 2026

Segmenting long-form videos into semantically coherent scenes is a fundamental task in large-scale video understanding. Existing encoder-based methods are limited by visual-centric biases, classify each shot in isolation without leveraging sequential dependencies, and lack both narrative understandi

Cited by 0SourceScholar
2026

SeisMark: A Large-Scale Open Benchmark for Robust 3D Seismic Fault Detection

ICML 2026poster

We introduce SeisMark, a large-scale open benchmark designed to bridge the gap between verifiable ground truth and realistic texture in 3D seismic fault detection. Using a novel pipeline merging procedural geology with diffusion-based synthesis, we produce domain-realistic (survey-specific) textured…

Cited by 0SourceScholar
2025

Disentanglement Beyond Static vs. Dynamic: A Benchmark and Evaluation Framework for Multi-Factor Sequential Representations

NeurIPS 2025poster

Learning disentangled representations in sequential data is a key goal in deep learning, with broad applications in vision, audio, and time series. While real-world data involves multiple interacting semantic factors over time, prior work has mostly focused on simpler two-factor static and dynamic s…

Cited by 0SourceScholar
2025

LV-MAE: Learning Long Video Representations through Masked-Embedding Autoencoders

ICCV 2025poster

In this work, we introduce long-video masked-embedding autoencoders (LV-MAE), a self-supervised learning framework for long video representation.Our approach treats short- and long-span dependencies as two separate tasks.Such decoupling allows for a more intuitive video processing where short-span s…

Cited by 0SourcePDFScholar
2025

One-Step Offline Distillation of Diffusion-based Models via Koopman Modeling

NeurIPS 2025poster

Diffusion-based generative models have demonstrated exceptional performance, yet their iterative sampling procedures remain computationally expensive. A prominent strategy to mitigate this cost is *distillation*, with *offline distillation* offering particular advantages in terms of efficiency, modu…

Cited by 0SourcecodeScholar
2025

Time Series Generation Under Data Scarcity: A Unified Generative Modeling Approach

NeurIPS 2025poster

Generative modeling of time series is a central challenge in time series analysis, particularly under data-scarce conditions. Despite recent advances in generative modeling, a comprehensive understanding of how state-of-the-art generative models perform under limited supervision remains lacking. In…

Cited by 0SourcecodeScholar
2024

Generative Modeling of Regular and Irregular Time Series Data via Koopman VAEs

ICLR 2024poster

Generating realistic time series data is important for many engineering and scientific applications. Existing work tackles this problem using generative adversarial networks (GANs). However, GANs are unstable during training, and they can suffer from mode collapse. While variational autoencoders (…

2024

Sequential Disentanglement by Extracting Static Information From A Single Sequence Element

ICML 2024poster

One of the fundamental representation learning tasks is unsupervised sequential disentanglement, where latent codes of inputs are decomposed to a single static factor and a sequence of dynamic factors. To extract this latent information, existing methods condition the static and dynamic codes on the…

Cited by 3SourcePDFScholar
2024

Utilizing Image Transforms and Diffusion Models for Generative Modeling of Short and Long Time Series

NeurIPS 2024poster

Lately, there has been a surge in interest surrounding generative modeling of time series data. Most existing approaches are designed either to process short sequences or to handle long-range sequences. This dichotomy can be attributed to gradient issues with recurrent networks, computational costs…

2023

Multifactor Sequential Disentanglement via Structured Koopman Autoencoders

ICLR 2023top-25%

Disentangling complex data to its latent factors of variation is a fundamental task in representation learning. Existing work on sequential disentanglement mostly provides two factor representations, i.e., it separates the data to time-varying and time-invariant factors. In contrast, we consider mul…

2023

Sample and Predict Your Latent: Modality-free Sequential Disentanglement via Contrastive Estimation

ICML 2023poster

Unsupervised disentanglement is a long-standing challenge in representation learning. Recently, self-supervised techniques achieved impressive results in the sequential setting, where data is time-dependent. However, the latter methods employ modality-based data augmentations and random sampling or…