Pith. sign in

REVIEW 5 major objections 6 minor 118 references

Reviewed by Pith at T0; open to challenge.

T0 means a machine referee read the full paper against a public rubric. The mark states how deep the mechanical check went, never who wrote it. the ladder, T0–T4 →

T0 review · glm-5.2

Frozen video generator steered by 3.8% of parameters for long video

2026-07-08 04:14 UTC pith:LOXTBKWL

load-bearing objection Interesting method design, but the empirical evidence has internal consistency problems that need to be resolved before the claims can be evaluated. the 5 major comments →

arxiv 2607.06481 v1 pith:LOXTBKWL submitted 2026-07-07 cs.CV cs.AI

Prompt-Adapter Context Routing for Parameter-Efficient Multi-Shot Long Video Extrapolation

classification cs.CV cs.AI
keywords video generationparameter-efficient adaptationmulti-shot extrapolationprompt routingtemporal adaptersrecursive context allocationlong video coherencediffusion models
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

PACR-Video claims that a frozen text-to-video diffusion backbone can be steered with enough precision for stable multi-shot long video extrapolation using only lightweight, parameter-efficient modules. The central mechanism is a recursive prompt bank that compresses each prior shot into compact entity, location, action, and style prompt vectors, combined with a dependency predictor that routes only narrative-relevant entries through gated low-rank temporal adapters inserted into the frozen backbone. The paper argues that this routed prompt-adapter capacity is sufficient to preserve recurring identities, scene structure, visual style, and causal progression across many shots, without full generator fine-tuning or dense frame-level memory. Across six benchmarks, the method reportedly outperforms text-to-video, tuning-based, memory-augmented, streaming, and recursive-context baselines on distributional quality, identity consistency, temporal smoothness, transition coherence, and human preference while tuning only 3.8 percent of backbone parameters.

Core claim

The paper's central discovery is that the information needed for long-horizon cross-shot coherence can be compressed into short structured prompt vectors (entity, location, action, style) and selectively routed through gated low-rank temporal adapters, rather than stored as dense video features or injected by fine-tuning the full generator. The ablation study identifies the recursive prompt bank as the single most load-bearing component: removing it causes the largest degradation (FVD rising from 231.7 to 276.9), indicating that the routed compact summaries, not the raw adapter capacity alone, drive the gains. The adapter composition schedule, which reuses early-shot adapters for visual一致性.7

What carries the argument

The method has four trainable components sitting on top of a frozen diffusion transformer: (1) low-rank temporal adapters (A, B matrices with rank r much smaller than hidden dimension d) inserted into temporal attention blocks; (2) learned shot-role prompt tokens encoding narrative function (establishing, continuation, reaction, transition, resolution); (3) a recursive prompt bank storing compact entity, location, action, and style vectors per shot; and (4) a dependency predictor that computes softmax routing weights over bank entries based on shot-role, text encoding, bank entry content, and relative shot distance. An adapter composition schedule mixes early-shot and late-shot adapters as a

Load-bearing premise

The paper assumes that compact entity, location, action, and style prompt vectors faithfully summarize the visual and narrative content of previous shots and that the dependency predictor reliably identifies which summaries are relevant for future shots. If these compressions are lossy or the router is unreliable over long horizons, the framework degrades to unconditioned generation.

What would settle it

Generate a 30+ shot sequence and measure whether identity consistency, transition coherence, and narrative plausibility degrade superlinearly with shot count, and whether routing failures (measured by comparing predicted dependency weights to ground-truth narrative dependencies) correlate with coherence collapse.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • If compact prompt routing suffices for long video coherence, then the cost of adapting video generators to new narrative domains drops dramatically: one could steer different frozen backbones with the same lightweight modules rather than retraining each generator.
  • The recursive prompt bank architecture suggests that video generation systems could scale to arbitrarily long sequences with memory growing linearly in shot count rather than frame count, making hour-long generation computationally tractable.
  • The shot-role token mechanism implies that narrative structure (establishing, continuation, transition, resolution) can be explicitly disentangled from visual generation, potentially allowing independent control over story pacing and visual content.
  • The dependency predictor's learned routing could reveal interpretable patterns about which narrative elements (entities, locations, actions, styles) persist versus decay across different story types and genres, offering a tool for computational narratology.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The prompt bank's compact vectors are likely lossy compressions of rich visual content. The paper does not measure summary fidelity or analyze what information is lost, so the framework's degradation boundary over very long horizons (50+ shots) remains unknown and may be where compression artifacts accumulate.
  • The dependency predictor is a learned router with no explicit error analysis of routing failures. If the router misroutes context at shot 30 of a 40-shot sequence, the error propagates forward through the recursive bank, potentially compounding in ways the 10-shot evaluation protocol would not reveal.
  • The 3.8% parameter figure counts only trainable parameters, but inference cost still includes the full frozen backbone forward pass plus adapter and routing overhead. The practical deployment advantage is real but narrower than the parameter percentage suggests.
  • Connecting the prompt bank to probabilistic or uncertainty-aware summaries (as the paper itself suggests in future work) could distinguish persistent facts from transient evidence, which would be necessary for robust extrapolation beyond the tested 10-shot horizon.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes PACR-Video, a parameter-efficient framework for multi-shot long video extrapolation. The method keeps a text-to-video diffusion transformer frozen and augments it with low-rank temporal adapters conditioned by learned shot-role prompt tokens. A recursive prompt bank stores compact entity, location, action, and style prompts from previous shots, which are routed through adapter gates according to predicted narrative dependencies. A Shot-Local/Story-Global tuning objective combines next-shot reconstruction, cross-shot identity contrast, and prompt sparsity regularization. The paper evaluates on six benchmarks (FlintstonesSV, Pororo-SV, ActivityNet Captions, YouCook2, Shot2Story, MovieNet) against nine baselines and reports improvements across eight metrics. The core idea of routing compact prompt-bank entries through gated temporal adapters is a reasonable extension of the ReCA framework. However, the manuscript has several issues that significantly reduce confidence in the empirical claims, including inconsistent metric values across tables, an undefined function in a key equation, missing implementation details, and a reference list dominated by irrelevant citations.

Significance. The paper addresses a relevant problem in parameter-efficient multi-shot video extrapolation. The methodological design—combining a recursive prompt bank, shot-role tokens, gated temporal adapters, and a composite training objective—is a plausible and potentially useful contribution to the area. The ablation study (Table 2) provides evidence that each component contributes to the overall result. However, the significance of the contribution is substantially undermined by the issues detailed in the major comments. The paper does not ship code, error bars, or per-benchmark breakdowns, which limits reproducibility and verifiability of the central claim that compact prompt routing provides sufficient controllable capacity for stable long video extrapolation.

major comments (5)
  1. Tables 1 and 2 report inconsistent metric values for the same PACR-Video model on the same six-benchmark average. Table 1 shows LPIPS-T = 0.132 and RAFT Err. = 4.08, while Table 2 shows LPIPS-T = 0.137 and RAFT Err. = 4.21. Since both rows represent the full PACR-Video model averaged over the same six benchmarks, these values should be identical. The discrepancy (0.005 on LPIPS, 0.13 on RAFT) is not a rounding artifact and is large enough to call into question the reliability of the per-method comparisons in Table 1. The authors must reconcile these numbers and ensure all reported results are from the same model checkpoint and evaluation protocol.
  2. Eq. (2): the function φ is never defined. The dependency predictor computes ρ_{t,i,k} = softmax(w_k^T φ(p_role_t, e(y_t), b_i^k, Δ(t,i))), but φ's form (e.g., concatenation, MLP, inner product) is unspecified. This is load-bearing because the routing distribution q_t depends entirely on φ's output, and the ablation in Table 2 shows removing the prompt bank causes the largest degradation (FVD 276.9 vs 231.7). Without knowing φ, the routing mechanism is not reproducible.
  3. Section 3 (Method) and Section 4 (Experiments) omit critical implementation details. The adapter rank r, backbone identity (which text-to-video diffusion transformer is used), values of λ_id and λ_sp, training data, and the mechanism by which generated shots are summarized into entity/location/action/style prompt vectors are all unspecified. The prompt extraction procedure is especially load-bearing: the paper states 'the generated shot is then summarized into entity, location, action, and style prompts and appended to the bank,' but no extractor architecture, training procedure, or supervision signal for this summarization step is described. Without these details, the method cannot be reproduced.
  4. Section 4: results are reported only as six-benchmark averages in Table 1. The text in 'Dataset-level analysis' makes qualitative claims about per-benchmark behavior (e.g., 'On FlintstonesSV and Pororo-SV, the largest gains appear in DINO identity consistency'), but no per-benchmark table is provided. Given that the benchmarks span very different domains (animated characters, cooking, movies), a per-benchmark breakdown is essential to verify that the averaged gains are not driven by one or two benchmarks.
  5. The reference list contains numerous citations that appear to be from unrelated fields (medical imaging, radiology, hematology, biophysics). For example, 'Anonymous. Figure 6video 1. time-lapse imaging of reca-gfp/pg353c-reca cells. Journal, 1970' appears to be a biology paper about the RecA protein, not the ReCA method of Liu et al. [2026b]. Other examples include European Hematology Association abstracts (2009), ECR scientific programme abstracts (2005, 2006, 2012), and biophysics congress abstracts (2011). These irrelevant citations inflate the reference count and raise concerns about the rigor of the bibliography. The authors should remove all irrelevant citations and ensure all citations verified.
minor comments (6)
  1. The paper carries a '37th Conference on Neural Information Processing Systems (NeurIPS 2023)' venue header, but the arXiv submission is dated July 2026. This header should be corrected or removed.
  2. No error bars or confidence intervals are reported for any metric in Tables 1 or 2. Given the relatively small absolute gaps between some methods (e.g., ShotStream vs ReCA on CLIPScore: 31.0 vs 31.2), reporting variance across seeds or bootstrap confidence intervals would strengthen the claim.
  3. No code or model release is mentioned. Given that the method involves several interacting components (prompt bank, router, adapters, composition schedule), releasing code would substantially aid reproducibility.
  4. Section 3, 'Adapter composition schedule': the mixture weight is described as increasing with narrative time and modulated by the dependency predictor, but no precise formula or schedule is given. A brief equation or explicit description of how the mixture weight is computed would clarify this component.
  5. The contact email 'contact@iiva.tibeu' appears unusual; please verify.
  6. Figure 1 is referenced as showing qualitative examples, but the figure appears to be an architecture/method overview rather than qualitative generation results. The text should either reference a separate qualitative figure or clarify that Figure 1 matches the figure content.

Simulated Author's Rebuttal

5 responses · 0 unresolved

We thank the referee for a careful and constructive review. All five major comments identify genuine issues in the current manuscript. We agree with each point and will revise accordingly. Below we respond point by point.

read point-by-point responses
  1. Referee: Tables 1 and 2 report inconsistent metric values for the same PACR-Video model on the same six-benchmark average. Table 1 shows LPIPS-T = 0.132 and RAFT Err. = 4.08, while Table 2 shows LPIPS-T = 0.137 and RAFT Err. = 4.21.

    Authors: The referee is correct. The values for the full PACR-Video model in Tables 1 and 2 should be identical, and the discrepancy (0.005 on LPIPS-T, 0.13 on RAFT Err.) is not a rounding artifact. The root cause is that Table 2 was generated from a slightly different evaluation run than Table 1 during our internal iteration. We will reconcile all numbers to a single, consistent checkpoint and evaluation protocol, and both tables will report identical values for the full model in the revised manuscript. We will also verify that all baseline numbers in Table 1 come from the same evaluation pipeline. revision: yes

  2. Referee: Eq. (2): the function φ is never defined. The dependency predictor computes ρ_{t,i,k} = softmax(w_k^T φ(p_role_t, e(y_t), b_i^k, Δ(t,i))), but φ's form is unspecified.

    Authors: The referee is correct that φ is undefined in the current text, and this is a load-bearing omission since the routing distribution q_t depends entirely on its output. In our implementation, φ is a concatenation followed by a two-layer MLP with a GELU nonlinearity: φ(p_role_t, e(y_t), b_i^k, Δ(t,i)) = MLP([p_role_t; e(y_t); b_i^k; Δ(t,i)]), where Δ(t,i) is a two-dimensional vector encoding relative shot distance and causal order. The MLP projects the concatenated vector to a shared dimension d, and w_k is a learned query vector per prompt type k ∈ {entity, location, action, style}. We will add this definition to the revised manuscript, including the MLP architecture and dimensions. revision: yes

  3. Referee: Section 3 and Section 4 omit critical implementation details: adapter rank r, backbone identity, values of λ_id and λ_sp, training data, and the prompt extraction/summarization procedure.

    Authors: The referee is correct. These details are missing from the current manuscript and are necessary for reproducibility. We will add them in the revised version: (1) The backbone is VideoCrafter2 (a latent diffusion transformer for text-to-video generation). (2) The adapter rank is r = 16. (3) We use λ_id = 0.5 and λ_sp = 0.01. (4) Training data consists of the training splits of FlintstonesSV, Pororo-SV, ActivityNet Captions, YouCook2, Shot2Story, and MovieNet, with shot-level text prompts as supervision. (5) The prompt extraction procedure uses a frozen BLIP-2 image-captioning model to generate textual descriptions of entities, locations, actions, and style from sampled frames of each generated shot; these descriptions are then encoded by the frozen text encoder into compact prompt vectors and stored in the bank. The prompt vectors are further refined during training via the routing and reconstruction gradients. We will describe this procedure in full in the revised Section 3. revision: yes

  4. Referee: Results are reported only as six-benchmark averages in Table 1. Qualitative claims about per-benchmark behavior are made but no per-benchmark table is provided.

    Authors: The referee is correct. The qualitative claims in the 'Dataset-level analysis' paragraph are not currently supported by a per-benchmark table. We will add a per-benchmark breakdown table (or a set of tables) showing FVD, DINO identity consistency, BLIP-2 alignment, and RAFT warping error for each of the six benchmarks individually, for PACR-Video and the strongest baselines (ReCA, ShotStream, StoryMem). This will allow readers to verify that the averaged gains are not driven by one or two benchmarks and to inspect the domain-specific patterns we describe. revision: yes

  5. Referee: The reference list contains numerous citations from unrelated fields (medical imaging, radiology, hematology, biophysics). For example, 'Anonymous. Figure 6video 1. time-lapse imaging of reca-gfp/pg353c-reca cells. Journal, 1970' appears to be a biology paper about the RecA protein, not the ReCA method.

    Authors: The referee is correct. The reference list contains numerous irrelevant citations that appear to have been introduced by an automated bibliography tool or reference parsing error. The 'RecA protein' citation is clearly unrelated to the ReCA method of Liu et al. [2026b], and the medical/radiology/hematology abstracts have no relevance to the paper's content. We will remove all irrelevant citations and verify every reference in the revised manuscript. We will also ensure that all citations to the ReCA method correctly point to Liu et al. [2026b] and not to any spurious entries. revision: yes

Circularity Check

0 steps flagged

No significant circularity: the method introduces genuinely new mechanisms (prompt bank, adapter gates, routing) and the derivation chain does not reduce to its inputs by construction

full rationale

The paper's central claim is that compact prompt routing and lightweight temporal adapters provide sufficient controllable capacity for long video extrapolation without full generator fine-tuning. The method builds on ReCA's recursive context allocation view but introduces new mechanisms: (1) a recursive prompt bank storing entity/location/action/style prompts, (2) low-rank temporal adapters with routed gates, (3) shot-role prompt tokens, and (4) a Shot-Local/Story-Global training objective. These are genuinely new architectural components, not renamings of prior work. The training objective (Eq. 3) combines a standard diffusion loss with identity contrast and sparsity regularization — none of these terms are defined in terms of the evaluation metrics they aim to improve. The routing distribution (Eq. 2) is computed from learned weights and prompt vectors, not from the target outputs. The ablation study (Table 2) removes each component independently and shows degradation, which is a standard sensitivity analysis rather than a circular validation. The paper does cite ReCA (Liu et al. 2026b) as a conceptual starting point, but this is a normal intellectual predecessor relationship, not a load-bearing self-citation chain — the cited authors do not overlap with the present paper's authors. The function φ in Eq. 2 is never defined, which is a correctness/completeness concern but not a circularity issue. The inconsistent metric values between Table 1 and Table 2 (LPIPS-T 0.132 vs 0.137, RAFT Err 4.08 vs 4.21) are a serious data integrity problem but fall under correctness risk, not circularity. No step in the derivation chain reduces to its inputs by construction.

Axiom & Free-Parameter Ledger

8 free parameters · 4 axioms · 2 invented entities

The ledger captures the trainable parameters (all unspecified in value), the domain assumptions the framework rests on, and the new architectural entities introduced. The prompt bank and shot-role tokens are the key invented entities; both are evaluated only through internal ablation.

free parameters (8)
  • Adapter matrices A_ℓ, B_ℓ
    Low-rank temporal adapter matrices at each selected layer, trained end-to-end. Rank r is unspecified.
  • Shot-role prompt tokens p_role_t
    Learned embeddings for shot narrative roles (establishing, continuation, reaction, transition, resolution).
  • Dependency predictor weights w_k
    Weights for the routing MLP that predicts narrative dependency strength between shots.
  • Adapter gate MLP parameters
    MLP mapping [q_t; p_role_t; e(y_t)] to layer-specific gates α_ℓ,t.
  • Prompt bank entries b_i^k
    Compact entity, location, action, and style prompt vectors stored per shot.
  • λ_id
    Weight for cross-shot identity contrast loss. Value not stated.
  • λ_sp
    Weight for prompt sparsity regularization. Value not stated.
  • Adapter composition schedule mixture weight
    Controls convex mixture of early consistency and late progression adapters. Described as increasing with narrative time but functional form not specified.
axioms (4)
  • domain assumption Compact prompt vectors can faithfully summarize entity, location, action, and style content from video shots.
    The recursive prompt bank stores learned vectors rather than dense features. No analysis of summary fidelity is provided. Invoked in Section 3 'Recursive prompt bank'.
  • domain assumption The dependency predictor can reliably estimate narrative dependencies between shots from role tokens, text, and bank entries.
    The routing distribution ρ depends on this predictor. No evaluation of routing accuracy is provided. Invoked in Eq. 2.
  • domain assumption DINO features provide a valid measure of cross-shot identity consistency for video generation evaluation.
    The identity contrast loss L_id and the DINO ID metric both rely on this. Standard in the field but unstated as an assumption.
  • domain assumption The frozen video diffusion backbone has sufficient capacity to generate high-quality shots when steered only by adapters and prompt conditioning.
    The entire framework depends on the frozen backbone being steerable. The ablation removing temporal adapters (Table 2) partially tests this but only in combination with other components.
invented entities (2)
  • Recursive prompt bank no independent evidence
    purpose: Stores compact entity, location, action, and style prompt vectors from previous shots for context routing.
    The prompt bank is a new architectural component. Its effectiveness is tested only through ablation within the paper; no external evidence or falsifiable prediction beyond the benchmarks is provided.
  • Shot-role prompt tokens no independent evidence
    purpose: Learned embeddings encoding narrative function (establishing, continuation, reaction, transition, resolution).
    New conditioning mechanism. Tested via ablation but no independent validation of the role taxonomy or its completeness.

pith-pipeline@v1.1.0-glm · 13855 in / 2941 out tokens · 361619 ms · 2026-07-08T04:14:17.764284+00:00 · methodology

0 comments
read the original abstract

We present PACR-Video, a parameter-efficient framework for multi-shot long video extrapolation that preserves recurring entities, scene structure, visual style, and causal progression without full generator fine-tuning. PACR-Video keeps a text-to-video diffusion transformer frozen and augments it with low-rank temporal adapters conditioned by learned shot-role prompt tokens. To maintain long-horizon coherence, it builds a recursive prompt bank that stores compact entity, location, action, and style prompts from previous shots, then routes them through adapter gates according to predicted narrative dependencies. A Shot-Local/Story-Global tuning objective combines next-shot reconstruction, cross-shot identity contrast, and prompt sparsity regularization, while an adapter composition schedule balances early-shot visual consistency with later-shot event progression and viewpoint change. Across six multi-shot and long-video benchmarks, PACR-Video outperforms text-to-video, tuning-based, memory-augmented, streaming, and recursive-context baselines on distributional quality, semantic alignment, identity consistency, temporal smoothness, motion stability, transition coherence, and human preference. These results show that compact prompt routing and lightweight temporal adaptation provide sufficient controllable capacity for stable long video extrapolation.

Figures

Figures reproduced from arXiv: 2607.06481 by Adam Puente Tercero, Ainhoa Miranda, Anna C\'ordoba, Jes\'us Olivera, Julia Barrientos, Mar Linares Tercero, Nerea Angulo Hijo.

Figure 1
Figure 1. Figure 1: PACR-Video overview. The method extrapolates a long multi-shot video by recursively [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: PACR-Video architecture. A frozen text-to-video diffusion transformer is augmented [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

118 extracted references · 118 canonical work pages · 6 internal anchors

  1. [1]

    2026 , journal =

    ReCA: Multi-Shot Long Video Extrapolation via Recursive Context Allocation , author =. 2026 , journal =

  2. [2]

    2023 , journal =

    Shot2Story: A New Benchmark for Comprehensive Understanding of Multi-shot Videos , author =. 2023 , journal =

  3. [3]

    2026 , journal =

    The Via Project: Overview of the Science, Instrument, and Survey , author =. 2026 , journal =

  4. [4]

    2025 , journal =

    VideoGen-of-Thought: Step-by-step generating multi-shot video with minimal manual intervention , author =. 2025 , journal =

  5. [5]

    2026 , journal =

    A RD: Agentic Autoregressive Diffusion for Long Video Consistency , author =. 2026 , journal =

  6. [6]

    2025 , journal =

    CoS: Chain-of-Shot Prompting for Long Video Understanding , author =. 2025 , journal =

  7. [7]

    2025 , journal =

    Long Context Tuning for Video Generation , author =. 2025 , journal =

  8. [8]

    2017 , journal =

    Assessing Visual Quality of Omnidirectional Videos , author =. 2017 , journal =

  9. [9]

    2025 , journal =

    StoryMem: Multi-shot Long Video Storytelling with Memory , author =. 2025 , journal =

  10. [10]

    2010 , journal =

    Long paths and cycles in subgraphs of the cube , author =. 2010 , journal =

  11. [11]

    2024 , journal =

    A Review of Modern Recommender Systems Using Generative Models (Gen-RecSys) , author =. 2024 , journal =

  12. [12]

    Un caso di studio: <i>Carte d'autore online</i> , author =

    Conversione dei dati archivistici in pubblicazioni digitali Open Access. Un caso di studio: <i>Carte d'autore online</i> , author =. 2022 , journal =

  13. [13]

    2008 , journal =

    An empirical study of South African business forecasting practices in the context of Western benchmarks , author =. 2008 , journal =

  14. [14]

    1997 , journal =

    Artifact reduction in functional magnetic resonance imaging , author =. 1997 , journal =

  15. [15]

    2023 , journal =

    Engineered Constitutive Promoter for Cell-Based Immunotherapy in Syngeneic Mouse Models , author =. 2023 , journal =

  16. [16]

    2001 , journal =

    Multi-timescale Video Shot-Change Detection , author =. 2001 , journal =

  17. [17]

    Time-lapse imaging of recA-gfp/pG353C-recA cells

    Figure 6video 1. Time-lapse imaging of recA-gfp/pG353C-recA cells. , author =. 1970 , journal =

  18. [18]

    2019 , journal =

    One-Shot Learning of Multi-Step Tasks from Observation via Activity Localization in Auxiliary Video , author =. 2019 , journal =

  19. [19]

    2026 , journal =

    GroundShot: Visually Consistent Multi-Shot Long Video Generation via Entity-Grounded Shot Scheduling , author =. 2026 , journal =

  20. [20]

    2024 , journal =

    FocusChat: Text-guided Long Video Understanding via Spatiotemporal Information Filtering , author =. 2024 , journal =

  21. [21]

    2026 , journal =

    ShotStream: Streaming Multi-Shot Video Generation for Interactive Storytelling , author =. 2026 , journal =

  22. [22]

    2026 , journal =

    HiCrew: Hierarchical Reasoning for Long-Form Video Understanding via Question-Aware Multi-Agent Collaboration , author =. 2026 , journal =

  23. [23]

    2026 , journal =

    Soap2Soap: Long Cinematic Video Remaking via Multi-Agent Collaboration , author =. 2026 , journal =

  24. [24]

    2025 , journal =

    Automated Movie Generation via Multi-Agent CoT Planning , author =. 2025 , journal =

  25. [25]

    2026 , journal =

    Not All Frames Deserve Full Computation: Accelerating Autoregressive Video Generation via Selective Computation and Predictive Extrapolation , author =. 2026 , journal =

  26. [26]

    2026 , journal =

    Automated Rawstory-to-Video Generation from Nasreddin Hodja Tales via an Expert-Inspired Multi-Stage Transformation Pipeline , author =. 2026 , journal =

  27. [27]

    2026 , journal =

    Abstract , author =. 2026 , journal =

  28. [28]

    , author =

    Proceedings to the 61<sup>st</sup> Annual Conference of the Particle Therapy Cooperative Group: 10 June - 16 June, 2023 Co-organized by the Quironsalud and the Clinica Universidad de Navarra, Madrid, Spain. , author =. 2023 , journal =

  29. [29]

    2018 , journal =

    Abstracts from the 23rd Annual Scientific Meeting and Education Day of the Society for Neuro-Oncology November 15 18, 2018 New Orleans, Louisiana , author =. 2018 , journal =

  30. [30]

    , author =

    Program Abstracts from the 21st International Association of Gerontology and Geriatrics (IAGG) World Congress. , author =. 2017 , journal =

  31. [31]

    2017 , journal =

    Abstracts from the 22nd Annual Scientific Meeting and Education Day of the Society for Neuro-Oncology November 16 19, 2017, San Francisco, California , author =. 2017 , journal =

  32. [32]

    , author =

    Poster Session Abstracts. , author =. 2018 , journal =

  33. [33]

    , author =

    Abstracts from the 53rd European Society of Human Genetics (ESHG) Conference: Interactive e-Posters. , author =. 2020 , journal =

  34. [34]

    August 23-27, 2011

    Abstracts of the 8th EBSA (European Biophysical Societies Association) European Biophysics Congress. August 23-27, 2011. Budapest, Hungary. , author =. 2011 , journal =

  35. [35]

    Milan, Italy

    Abstracts of the 21st ECCMID (European Society of Clinical Microbiology and Infectious Diseases)/27th ICC. Milan, Italy. May 7-10, 2011. , author =. 2011 , journal =

  36. [36]

    2000 , journal =

    44th Annual Meeting February 12-16, 2000 New Orleans, Louisiana : February 14, 2000 Monday Posters, Part 2 , author =. 2000 , journal =

  37. [37]

    2023 , journal =

    Learn to Accumulate Evidence from All Training Samples: Theory and Practice , author =. 2023 , journal =

  38. [38]

    2021 , journal =

    The Modern Mathematics of Deep Learning , author =. 2021 , journal =

  39. [39]

    2023 , journal =

    Deep Learning and Computational Physics (Lecture Notes) , author =. 2023 , journal =

  40. [40]

    2026 , journal =

    DQ-Ladder: A Deep Reinforcement Learning-based Bitrate Ladder for Adaptive Video Streaming , author =. 2026 , journal =

  41. [41]

    2026 , journal =

    Monodense Deep Neural Model for Determining Item Price Elasticity , author =. 2026 , journal =

  42. [42]

    2017 , journal =

    A multitask deep learning model for real-time deployment in embedded systems , author =. 2017 , journal =

  43. [43]

    2019 , journal =

    Deep learning observables in computational fluid dynamics , author =. 2019 , journal =

  44. [44]

    2020 , journal =

    DILIE: Deep Internal Learning for Image Enhancement , author =. 2020 , journal =

  45. [45]

    2022 , journal =

    Transferability in Deep Learning: A Survey , author =. 2022 , journal =

  46. [46]

    2025 , journal =

    An Integrated Deep Learning Framework for Real-Time Multi-Parameter Biophysiological Monitoring via Facial Video Analysis , author =. 2025 , journal =

  47. [47]

    2014 , journal =

    Video Event Detection via Multi-modality Deep Learning , author =. 2014 , journal =

  48. [48]

    2025 , journal =

    Super Encoding Network: Recursive Association of Multi-Modal Encoders for Video Understanding , author =. 2025 , journal =

  49. [49]

    2025 , journal =

    Bridging Your Imagination with Audio-Video Generation via a Unified Director , author =. 2025 , journal =

  50. [50]

    2026 , journal =

    Fast and Accurate Human Fall Detection with Hybrid Deep Learning and OpenCV-Based Human Detection , author =. 2026 , journal =

  51. [51]

    2019 , journal =

    Deep Learning in Gait Recognition for Drone Surveillance System , author =. 2019 , journal =

  52. [52]

    2023 , journal =

    WaveKoop-KAN: A Wavelet-Decomposed KoopmanGated Temporal Convolution Hybrid With KolmogorovArnold Fusion for Univariate Time Series Forecasting , author =. 2023 , journal =

  53. [53]

    2005 , journal =

    ECR 2005 Scientific Programme Abstracts , author =. 2005 , journal =

  54. [54]

    2006 , journal =

    ECR 2006 - B - Scientific Sessions , author =. 2006 , journal =

  55. [55]

    , author =

    ECR 2012 Book of Abstracts - B - Scientific Sessions. , author =. 2012 , journal =

  56. [56]

    2009 , journal =

    Posters , author =. 2009 , journal =

  57. [57]

    2009 , journal =

    14th Congress of the European Hematology Association, Berlin, Germany, June 47, 2009 , author =. 2009 , journal =

  58. [58]

    2026 , journal =

    ReCA:Multi-Shot Long Video Extrapolation viaRecursive Context Allocation , author =. 2026 , journal =

  59. [59]

    Figure 6video 1

    Anonymous. Figure 6video 1. time-lapse imaging of reca-gfp/pg353c-reca cells. Journal, 1970. doi:10.7554/elife.42761.017

  60. [60]

    44th annual meeting february 12-16, 2000 new orleans, louisiana : February 14, 2000 monday posters, part 2

    Anonymous. 44th annual meeting february 12-16, 2000 new orleans, louisiana : February 14, 2000 monday posters, part 2. Europe PMC, 2000

  61. [61]

    Ecr 2005 scientific programme abstracts

    Anonymous. Ecr 2005 scientific programme abstracts. Europe PMC, 2005

  62. [62]

    Ecr 2006 - b - scientific sessions

    Anonymous. Ecr 2006 - b - scientific sessions. Europe PMC, 2006

  63. [63]

    14th congress of the european hematology association, berlin, germany, june 47, 2009

    Anonymous. 14th congress of the european hematology association, berlin, germany, june 47, 2009. Europe PMC, 2009 a

  64. [64]

    Anonymous. Posters. Europe PMC, 2009 b

  65. [65]

    Abstracts of the 8th ebsa (european biophysical societies association) european biophysics congress

    Anonymous. Abstracts of the 8th ebsa (european biophysical societies association) european biophysics congress. august 23-27, 2011. budapest, hungary. Europe PMC, 2011 a

  66. [66]

    Abstracts of the 21st eccmid (european society of clinical microbiology and infectious diseases)/27th icc

    Anonymous. Abstracts of the 21st eccmid (european society of clinical microbiology and infectious diseases)/27th icc. milan, italy. may 7-10, 2011. Europe PMC, 2011 b

  67. [67]

    Ecr 2012 book of abstracts - b - scientific sessions

    Anonymous. Ecr 2012 book of abstracts - b - scientific sessions. Europe PMC, 2012. doi:10.1007/s13244-012-0158-z

  68. [68]

    Abstracts from the 22nd annual scientific meeting and education day of the society for neuro-oncology november 16 19, 2017, san francisco, california

    Anonymous. Abstracts from the 22nd annual scientific meeting and education day of the society for neuro-oncology november 16 19, 2017, san francisco, california. Europe PMC, 2017 a

  69. [69]

    Program abstracts from the 21st international association of gerontology and geriatrics (iagg) world congress

    Anonymous. Program abstracts from the 21st international association of gerontology and geriatrics (iagg) world congress. Europe PMC, 2017 b . doi:10.1093/geroni/igx009

  70. [70]

    Abstracts from the 23rd annual scientific meeting and education day of the society for neuro-oncology november 15 18, 2018 new orleans, louisiana

    Anonymous. Abstracts from the 23rd annual scientific meeting and education day of the society for neuro-oncology november 15 18, 2018 new orleans, louisiana. Europe PMC, 2018 a

  71. [71]

    Poster session abstracts

    Anonymous. Poster session abstracts. Europe PMC, 2018 b . doi:10.1002/ppul.24152

  72. [72]

    Abstracts from the 53rd european society of human genetics (eshg) conference: Interactive e-posters

    Anonymous. Abstracts from the 53rd european society of human genetics (eshg) conference: Interactive e-posters. Europe PMC, 2020. doi:10.1038/s41431-020-00739-z

  73. [73]

    Anonymous. Proceedings to the 61<sup>st</sup> annual conference of the particle therapy cooperative group: 10 june - 16 june, 2023 co-organized by the quironsalud and the clinica universidad de navarra, madrid, spain. Europe PMC, 2023. doi:10.14338/ijpt-23-ptcog61-10.2

  74. [74]

    Abstract

    Anonymous. Abstract. Europe PMC, 2026

  75. [75]

    Merve Onaran Atalay, M. N. Alpdemir, Ayse Ozkan, Oguzcan Karaman, Y. K. Akyuz, F. T. Bulbul, E. Ackgoz, and Eda Arsoy. Automated rawstory-to-video generation from nasreddin hodja tales via an expert-inspired multi-stage transformation pipeline. Preprint, 2026. doi:10.1109/IISEC69317.2026.11418405

  76. [76]

    The modern mathematics of deep learning

    Julius Berner, Philipp Grohs, Gitta Kutyniok, and Philipp Petersen. The modern mathematics of deep learning. arXiv preprint, 2021. doi:10.1017/9781009025096.002

  77. [77]

    Super encoding network: Recursive association of multi-modal encoders for video understanding

    Boyu Chen, Siran Chen, Kunchang Li, Qinglin Xu, Yu Qiao, and Yali Wang. Super encoding network: Recursive association of multi-modal encoders for video understanding. Preprint, 2025. doi:10.48550/arXiv.2506.07576

  78. [78]

    FocusChat: Text-guided Long Video Understanding via Spatiotemporal Information Filtering

    Zhengxue Cheng, Rendong Wang, and Zhicheng Wang. Focuschat: Text-guided long video understanding via spatiotemporal information filtering. Preprint, 2024. doi:10.48550/arXiv.2412.12833

  79. [79]

    The via project: Overview of the science, instrument, and survey

    The Via Collaboration. The via project: Overview of the science, instrument, and survey. arXiv preprint, 2026

  80. [80]

    Miles V. Conway. An empirical study of south african business forecasting practices in the context of western benchmarks. Journal, 2008

Showing first 80 references.