Papers › Slicedit: Zero-Shot Video Editing With Text-to-Image Diffusion Models Using...

Slicedit: Zero-Shot Video Editing With Text-to-Image Diffusion Models Using Spatio-Temporal Slices

20 May 2024arXiv:2405.12211archive 2025-07-28

Nathaniel Cohen, Vladimir Kulikov, Matan Kleiner, Inbar Huberman-Spiegelglas, Tomer Michaeli

Text-to-image (T2I) diffusion models achieve state-of-the-art results in image synthesis and editing. However, leveraging such pretrained models for video editing is considered a major challenge. Many existing works attempt to enforce temporal consistency in the edited video through explicit correspondence mechanisms, either in pixel space or between deep features. These methods, however, struggle with strong nonrigid motion. In this paper, we introduce a fundamentally different approach, which is based on the observation that spatiotemporal slices of natural videos exhibit similar characteristics to natural images. Thus, the same T2I diffusion model that is normally used only as a prior on video frames, can also serve as a strong prior for enhancing temporal consistency by applying it on spatiotemporal slices. Based on this observation, we present Slicedit, a method for text-based video editing that utilizes a pretrained T2I diffusion model to process both spatial and spatiotemporal slices. Our method generates videos that retain the structure and motion of the original video while adhering to the target text. Through extensive experiments, we demonstrate Slicedit's ability to edit a wide range of real-world videos, confirming its clear advantages compared to existing competing methods. Webpage: https://matankleiner.github.io/slicedit/

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.12211")

Code

Syntology Ran 9 of 20 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 3 ran · fixture could not drive it.

By repository: official repository: 20 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fallenshock/Slicedit officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 9 ran; 2 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
3ran · fixture could not drive it
11unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from fallenshock/Slicedit. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_margin fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · our draft was wrong MIT (permissive) · 25ab067e0902f41f · report
calc_mu fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · our draft was wrong MIT (permissive) · 0bd3fc32cad6ecc6 · report
encode_text fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · honoured contract MIT (permissive) · f10ef55e8b711ad5 · report
get_variance fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · honoured contract MIT (permissive) · 48bf1963eb295892 · report
isinstance_str fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · violated contract MIT (permissive) · cd5d5067de871c97 · report
prepare_extended_QKV fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · fixture could not drive it MIT (permissive) · f5482a07e744dbc9 · report
temporal_denoise fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · fixture could not drive it MIT (permissive) · f34768f578b617db · report
temporal_volume_denoise fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · our draft was wrong MIT (permissive) · b4c7235ec863b3ec · report
tensor_to_pil fallenshock/Slicedit/Slicedit/inversion_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 6fd0be0931229e05 · report
create_video_from_frames fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · 7a3671581feafc24 · report
image_grid fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · 7be3c3d9f3cc6b46 · report
pred_noise_xy_func fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · 2ae8041181b7a137 · report
register_conv_injection fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · fca1391a5cb280dd · report
register_denoiser_xy fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · 23e4bdeddbc7c01c · report
register_extended_attention fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · b4506ee67589b117 · report
register_n_keyframes fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · 5211e19ad1d3f310 · report
register_time fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · 712a553bf52ae1a4 · report
sample_xts_from_x0_and_eps fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · a7822d3351721ee9 · report
save_video fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · dccfdcbb40353e0b · report
slicedit_ddpm_inversion_loop fallenshock/Slicedit/Slicedit/inversion_utils.py official repository unverified MIT (permissive) · 32b283bd397c92d0 · report

Tasks

Image GenerationVideo Editing

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections