← Search

Nimrod Berman

12 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
2025

A Diffusion Model for Regular Time Series Generation from Irregular Data with Completion and Masking

NeurIPS 2025poster

Generating realistic time series data is critical for applications in healthcare, finance, and climate science. However, irregular sampling and missing values present significant challenges. While prior methods address these irregularities, they often yield suboptimal results and incur high computat…

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

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
2025

Towards General Modality Translation with Contrastive and Predictive Latent Diffusion Bridge

NeurIPS 2025poster

Recent advances in generative modeling have positioned diffusion models as state-of-the-art tools for sampling from complex data distributions. While these models have shown remarkable success across single-modality domains such as images and audio, extending their capabilities to *Modality Translat…

Cited by 0SourceScholar
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…