Pith. sign in

REVIEW 6 major objections 6 minor 72 references

CPKD: Clinical Prior Knowledge-Constrained Diffusion Models for Surgical Phase Recognition in Endoscopic Submucosal Dissection

T0 review · 6 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read The paper claims that treating surgical phase recognition as conditional denoising of phase sequences, constrained by clinical rules written in temporal logic, sets new state-of-the-art results on ESD820 and Cholec80.

desk verdict Strong ESD results and a sensible diffusion formulation, but the CPKC logic unit's math does not check out and the paper needs major revision. read the letter →

arxiv 2507.03295 v2 pith:7TL5DPFV submitted 2025-07-04 cs.CV

classification cs.CV
keywords surgicalphaserecognitiondiffusionmodelendoscopicsubmucosaldissectionclinicalpriorknowledgetemporallogicconditionalmaskingvideoanalysisCholec80
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper is trying to establish that surgical phase recognition can be reframed as a conditional generative problem: instead of classifying each frame and then smoothing the timeline, a diffusion model starts from pure noise and progressively denoises a full phase sequence, guided by video features. On top of this generative core, the paper adds a conditional masking scheme that forces the model to work with missing, boundary-degraded, or partially hidden phase information, and a Clinical Prior Knowledge Constraint unit that translates rules of ESD workflow order, for example marking must precede injection, into differentiable temporal-logic penalties used only during training. If the central claim is right, iterative refinement in the diffusion sense plus explicit clinical logic beats current multi-stage recognition architectures on ESD820, with new best results across all four metrics, and remains competitive-to-superior on Cholec80 and an external multi-center set. A sympathetic reader would care because the approach offers a generative alternative to discriminative multi-stage models, with a built-in place for procedural knowledge that is hard for black-box classifiers to enforce.

What carries the argument

The load-bearing object is a denoising diffusion process over one-hot phase sequences, in which a decoder $D_\varphi$ conditioned on masked spatial-temporal features $F_T$ reconstructs ground-truth phases from Gaussian noise; at inference, eight skipped denoising steps refine a random sequence into the final prediction. Three conditional masks modulate $F_T$ during training: a global all-zero mask that leaves only positional and timestamp cues, a phase-transition mask that blanks features near soft boundaries, and a phase-relation mask that removes entire phase segments so the decoder must infer them from neighbors. The CPKC unit takes three ESD workflow rules written as LTL-style formulas and evaluates them with a differentiable parser built from smooth min and max operators with a smoothing parameter $\gamma$, yielding a phase-logic loss $L_{PL}$ that is added to cross-entropy, temporal smoothness, and boundary-alignment losses; a soundness theorem guarantees that, in the $\gamma \to \infty$ limit, positive evaluation implies the formula is satisfied.

What would settle it

Re-run the ESD820 experiment with the CPKC logic loss removed while holding all other settings fixed, and with the exact LTL formulas and the value of $\gamma$ reported: the paper's Table 7 shows Jaccard 81.41 without CPKC and 82.59 with it, so a re-implementation that sees the gap shrink below noise or reverse as $\gamma$ varies would falsify the claim that clinical constraints, rather than the smoothing schedule, drive the gain. A complementary check is to feed CPKD test videos whose phase order deliberately violates the three rules: if the model still assigns high confidence to impossible transitions, the logic constraint is not actually binding.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that a diffusion-based generative model conditioned on spatial-temporal video features can serve as the state of the art for surgical phase recognition, and that injecting clinical prior knowledge through logic constraints materially improves both correctness and coherence. On ESD820, CPKD reports 88.88% accuracy, 89.59% precision, 91.02% recall, and 82.59% Jaccard, exceeding the previous best by 2.53, 3.55, 2.22, and 4.69 percentage points respectively; the same model reaches 94.15% accuracy, 94.12% recall, and 85.61% Jaccard on Cholec80, with precision close to the best comparator. Ablations attribute the gains to the interaction of the three masking strategies, especially relation masking, with the diffusion process, and to the CPKC logic loss, which visibly repairs violations such as injection or ESD appearing after Clips. The paper also reports that CPKD remains competitive on a 95-video two-center external set, with expected degradation from different tools and endoscopist experience.

Load-bearing premise

The load-bearing premise is that the three clinical rules elicited from endoscopists are the correct and complete phase-order constraints for ESD, and that the differentiable parser with its finite smoothing parameter enforces them faithfully enough that the training-time logic loss, not just extra tuning, is what improves the model.

Editorial extensions

If this is right

  • If the ESD820 results hold, diffusion-based phase-sequence generation is now a competitive alternative to multi-stage TCNs and transformers, with best reported accuracy, precision, recall, and Jaccard on that dataset.
  • Because CPKC and the masking strategies act only during training, the inference cost is just the eight-step denoising pass, so the logical-consistency gains do not add a runtime penalty.
  • The CPKC logic regularizer can be applied at any temporal location by changing the start index of the formula evaluation, so the same machinery can enforce constraints on local segments rather than only the whole video.
  • The transfer to Cholec80 suggests the generative framework is not ESD-specific, and the external multi-center results indicate it carries over to new centers with some expected degradation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural transfer target the paper leaves implicit is other procedure domains with strong phase ordering, such as cataract surgery, laparoscopy, or colonoscopy; the same LTL rule machinery would apply if the rules are rewritten for those workflows.
  • Because Theorem 1 holds only as $\gamma \to \infty$ and the paper never reports the value of $\gamma$ or the exact formulas for the three rules, a reproducibility-minded follow-up should ablate CPKC across a range of smoothing schedules; the 1.18-point Jaccard gain, from 81.41 without CPKC to 82.59 with it, is the number such a study would need to reproduce.
  • The inference-time masking probes suggest the model internalizes position and relation priors strongly enough that masking relation segments at test time even improves results, hinting that an ensemble over different test-time masks could yield a further accuracy boost beyond what the paper reports.
  • The paper's claim that correcting one logical error fixes cascading effects on neighboring predictions is a testable generative-dynamics hypothesis: intervene on a single denoising step by clamping an erroneous phase, and measure whether downstream frame quality improves as the paper predicts.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

6 major / 6 minor

Summary. The paper introduces CPKD, a conditional denoising diffusion framework for surgical phase recognition, focused on endoscopic submucosal dissection (ESD). The architecture couples a Swin-Transformer-based spatial-temporal feature extractor with a diffusion decoder that iteratively refines phase sequences, and a Clinical Prior Knowledge-Constraint (CPKC) unit intended to enforce expert-derived phase-ordering rules through a differentiable temporal-logic parser. The method is evaluated on ESD820, Cholec80, and a two-center external dataset, with state-of-the-art claims on ESD820, a reported SOTA-level result on Cholec80 for a variant labeled STFE+Diffusion, and ablation studies for masking strategies, conditioning layers, loss components, inference steps, and CPKC weighting. The central claim is that a diffusion-based generator, constrained with clinical phase logic, outperforms existing discriminative multi-stage refiners.

Significance. If the claims were fully supported, the paper would be a valuable demonstration that a generative diffusion formulation, rather than a multi-stage discriminative refinement cascade, can achieve state-of-the-art surgical phase recognition while providing interpretable clinical constraints. The work has clear strengths: it applies diffusion to a relatively underexplored surgical-video task, provides a fairly extensive ablation on ESD820, reports FPS, includes an external generalization check, and is transparent about some limitations (inference cost, small-dataset Cholec80 behavior, ESD-specific CPKC). However, the CPKC unit is the component whose ablation yields a claimed gain (Table 7), and its theoretical foundation is currently unsound as written; the Cholec80 and external-dataset evidence is also reported in a way that overstates the full method. The empirical study is promising but the manuscript needs substantial technical correction before the central contribution can be judged.

major comments (6)
  1. [§4.5, Eqs. (13)–(14) and Theorem 1] The claimed limit underlying Theorem 1 is incorrect. With min_γ{p}=−γ log Σ_i e^{−p_i/γ}, for any finite set of N>1 values, as γ→∞ one has min_γ{p} = −γ log N + O(1), which diverges to −∞; max_γ diverges to +∞. Hence in the limit used for soundness, an OR node is always positive and an AND node always negative irrespective of the predictions, so Theorem 1 is false as stated and the CPKC regularization is not justified by the given formulas. The standard smooth minimum that converges to the minimum as γ→∞ is −(1/γ) log Σ e^{−γ p_i}; the authors should adopt a correct definition, state the finite γ actually used in training, or prove soundness for the finite-γ evaluator as implemented.
  2. [§4.5, Eqs. (17)–(18)] The weak-until and since operators are incompletely specified. For φ1 W φ2, the semantics explicitly permit φ2 never to hold (in which case φ1 must hold forever), but Eq. (17) defines the value by a minimum over [t,k] where k is the first index with f_k(φ2,P_t)>0; if no such k exists, the evaluation is undefined. For φ1 S φ2, the stated semantics are a past-time property ("φ2 has been true and φ1 held since then"), but Eq. (18) searches for a future k≥t, which is inconsistent with the stated semantics. These operators must be made total and correctly oriented (e.g., by defaulting to an evaluation over the whole remaining sequence for W, and by using k≤t for S).
  3. [§4.6, Eq. (22) and §4.5 clinical rules] Equation (22) defines L_PL = log(1+e^{−x})(f0(ϕ,P_t)) without defining x; the intended loss is presumably a softplus of the satisfaction score f0(ϕ,P_t), but as written it cannot be implemented. Relatedly, the three clinical rules are given only in natural language; the corresponding LTL formulas, the atomic phase assignment (P1–P8), and the finite γ used in the experiments are never reported. Without these, the CPKC ablation in Table 7 cannot be reproduced or checked, and the claim that the +1.07 accuracy / +1.18 Jaccard gain is due to clinical-logic constraints is unverified.
  4. [§5.2.2, Table 3 and Abstract] The Cholec80 table reports "STFE+Diffusion (Ours)" and does not include the CPKC component, yet the abstract and Section 5.2.2 claim that CPKD achieves superior or comparable performance on Cholec80. If CPKC is only defined for ESD phase logic, the claim should be restricted to STFE+Diffusion on Cholec80, or the full CPKD should be evaluated with appropriate phase constraints. As presented, the headline claim overstates the evidence.
  5. [§5.4, Table 9] The external multi-center validation compares CPKD only against its own internal test-set performance. There is no comparison with any prior method, and no details are provided on how the 95 videos from two centers were selected or annotated. This supports a generalization check but not the paper's comparative claims, and the 0.98% accuracy / 5.47% Jaccard drop is not analyzed statistically.
  6. [§5.2 and §5.3] All comparative and ablation claims are based on means and standard deviations, with no significance tests, confidence intervals, or per-video paired analyses. The main CPKC gain (Table 7) is +1.07 accuracy and +1.18 Jaccard on a dataset with per-video std greater than 10; without a test, it is unclear whether this difference is reliable. I request pairwise significance tests or at least confidence intervals for the central claims.
minor comments (6)
  1. [§5.4] The text says "as shown in Table 5" when it should refer to Table 9 for the internal/external comparison.
  2. [§1 and §4.5] There are small textual errors: "phase transition making" should be "phase transition masking" in the contributions list, and "infection" in the third clinical rule should presumably be "incision".
  3. [§4.3] Equation (6) states Y_T ∈ [0,1]^{T×C} after adding Gaussian noise to the hard-label ground truth; the later note that sequences are normalized to [-1,1] should come earlier to avoid an apparent inconsistency.
  4. [§4.5] Equation (10) gives a type signature that is difficult to parse; please clarify the domain of f_t and how multi-dimensional predictions are indexed.
  5. [§4.6] The description of the boundary alignment loss in Eq. (21) is unclear: the sentence "the boundary probabilities in the denoised sequence P_t are computed as the dot product of phase probabilities from neighboring frames in 1−P_s,i · P_s,i+1" should be rewritten as an explicit formula.
  6. [Fig. 5 caption] The figure caption says the constraint "a person cannot Incision before Vessel_treatment" is formalized as φ=(¬P7 W P5), but P5 is Incision and P7 is Vessel_treatment in the phase numbering; please check that the formula and phase indices match the intended clinical ordering.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: evaluation is a standard supervised train/test protocol with external benchmarks; CPKC is a training-time regularizer, and the paper's mathematical gaps are correctness risks, not definitional reductions.

full rationale

The derivation chain is not circular in any of the enumerated senses. The central claim is an empirical comparison on held-out test splits: ESD820 (586/74/160 videos), Cholec80 (40/40 videos), and an external 95-video multicenter set. Ground-truth phase annotations are external supervision, not outputs of the model or fits to the test set. The CPKC unit is a training-time regularizer: its loss LPL evaluates predicted probabilities Pt against LTL formulas derived from procedural protocols, and the reported gains are measured against ground-truth labels on a held-out test set, so the constraint is not a renamed prediction and no fitted parameter is relabeled as a prediction. Hyperparameters (lambda weights, masking ratios, diffusion steps) are chosen on validation and reported in ablations, including the paper's own note that the T and R masking strategies depend on ground truth and are used only for analysis. The paper does cite its own prior work for the ESD820 dataset and the SPRMamba baseline, but the dataset is published independently in Scientific Data and the baseline is a standard comparator; these self-citations are not load-bearing assumptions that force the conclusion. The skeptical concerns about CPKC are real but are correctness risks, not circularity: Theorem 1 is asserted 'by construction', yet the γ→∞ limit of the soft min/max is not the claimed min/max for sequences longer than one element; Eq. (17) leaves weak-until undefined when the consequent never holds; Eq. (22) uses an undefined x; and the exact LTL formulas and the finite γ used in experiments are never reported. If the parser is unsound, the CPKC ablation gain is unverified, but it is not equivalent to its input by construction. Accordingly, no critical circular step can be exhibited.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The method contributes an empirical pipeline and two training-time regularizers; it introduces no new physical entities. The main external inputs are hyperparameters and modeling assumptions listed above.

free parameters (5)
  • Loss weights lambda_CE, lambda_SMO, lambda_BD, lambda_PL = 0.5, 0.025, 0.1, 0.1
    Chosen via validation ablations (Tables 6 and 8); the paper tunes these on the target data, making the reported margins dependent on dataset-specific tuning.
  • Diffusion inference steps = 8
    Selected by the ablation in Fig.9 as the accuracy/efficiency sweet spot; the performance varies with step count.
  • Conditioning feature layer = R_phi layer 11 (ESD820), layer 9 (Cholec80)
    Ablation in Table 5 shows layer 11 best on ESD820; the layer choice is a design free parameter.
  • DTL smoothing parameter gamma = not reported
    Appears in Eqs. (13)-(18) but its value is never given; a required hyperparameter for the CPKC formulas.
  • Phase transition mask threshold = 0.5 on soft boundary probability
    The threshold in M_T^i = 1(bar{B}_i < 0.5) is an arbitrary cutoff affecting which frames are masked.
assumptions (5)
  • domain assumption The three clinical rules (marking/estimation before injection/incision/ESD/vessel/clips; injection/incision/ESD before vessel/clips; any of the four stages implies the other three appear) correctly describe ESD phase logic.
    Stated by an interdisciplinary team in Section 4.5; if the rules are incomplete or wrong, the CPKC loss may mis-regularize training.
  • domain assumption The differentiable temporal logic semantics with softplus/min-gamma/max-gamma approximations (from Xu et al. 2022) remain sound at the finite gamma used in training.
    Theorem 1 holds in the limit gamma -> infinity; the paper does not show what gamma is used or how close the approximation is in practice.
  • domain assumption Gaussian continuous noise on one-hot phase labels is a meaningful generative model for discrete phase sequences.
    The diffusion forward process in Eq.(6) adds Gaussian noise to one-hot vectors; the paper does not compare to discrete diffusion or other corruption strategies.
  • domain assumption The annotation labels and phase definitions in the ESD820 dataset are reliable.
    The model is trained and evaluated against these labels, which were collected by the same group (refs [12,22]).
  • domain assumption Random selection among the four masks (with unspecified probabilities) yields the described prior-learning behavior.
    Section 4.4 states the masks are 'randomly selected' but does not specify the distribution; the behavior depends on this choice.

how reviews work

0 comments
Cite this review

Pith. "Pith review of CPKD: Clinical Prior Knowledge-Constrained Diffusion Models for Surgical Phase Recognition in Endoscopic Submucosal Dissection." pith.science (2026). https://pith.science/paper/7TL5DPFV

@misc{pith2026250703295,
  author       = {Pith},
  title        = {Pith review of: CPKD: Clinical Prior Knowledge-Constrained Diffusion Models for Surgical Phase Recognition in Endoscopic Submucosal Dissection},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7TL5DPFV}},
  note         = {Machine review of arXiv:2507.03295}
}
read the original abstract

Gastrointestinal malignancies constitute a leading cause of cancer-related mortality worldwide, with advanced-stage prognosis remaining particularly dismal. Originating as a groundbreaking technique for early gastric cancer treatment, Endoscopic Submucosal Dissection has evolved into a versatile intervention for diverse gastrointestinal lesions. While computer-assisted systems significantly enhance procedural precision and safety in ESD, their clinical adoption faces a critical bottleneck: reliable surgical phase recognition within complex endoscopic workflows. Current state-of-the-art approaches predominantly rely on multi-stage refinement architectures that iteratively optimize temporal predictions. In this paper, we present Clinical Prior Knowledge-Constrained Diffusion (CPKD), a novel generative framework that reimagines phase recognition through denoising diffusion principles while preserving the core iterative refinement philosophy. This architecture progressively reconstructs phase sequences starting from random noise and conditioned on visual-temporal features. To better capture three domain-specific characteristics, including positional priors, boundary ambiguity, and relation dependency, we design a conditional masking strategy. Furthermore, we incorporate clinical prior knowledge into the model training to improve its ability to correct phase logical errors. Comprehensive evaluations on ESD820, Cholec80, and external multi-center demonstrate that our proposed CPKD achieves superior or comparable performance to state-of-the-art approaches, validating the effectiveness of diffusion-based generative paradigms for surgical phase recognition.

Figures

Figures reproduced from arXiv: 2507.03295 by the authors.

Figure 1
Figure 1. (A) The treatment steps of EMR. (B) The treatment steps of ESD. The green [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. A schematic overview of the proposed CPKD architecture during training. (A) [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. A schematic overview of the encoder and decoder layer. [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: A schematic overview of the proposed CPKD architecture during inference. [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: (a) The order information of the phases defined in the ESD820 dataset. (b) The [PITH_FULL_IMAGE:figures/full_fig_p014_5.png]
Figure 6
Figure 6. Figure 6: Illustration of 8 surgical phases (P1-P8) annotated in the ESD820 dataset. [PITH_FULL_IMAGE:figures/full_fig_p020_6.png]
Figure 7
Figure 7. Figure 7: Qualitative comparisons with baseline and the SOTA methods on ESD820 [PITH_FULL_IMAGE:figures/full_fig_p023_7.png]
Figure 8
Figure 8. Figure 8: Qualitative comparisons with baseline and the SOTA methods on Cholec80 [PITH_FULL_IMAGE:figures/full_fig_p025_8.png]
Figure 9
Figure 9. Figure 9: Inference time visualization of CPKD for different Steps. [PITH_FULL_IMAGE:figures/full_fig_p028_9.png]
Figure 10
Figure 10. Figure 10: Qualitative comparisons with between model trained with and without CPKC [PITH_FULL_IMAGE:figures/full_fig_p030_10.png]
Figure 11
Figure 11. Figure 11: (A) ESD tools used in Internal dataset. (B) ESD tools used in External dataset. [PITH_FULL_IMAGE:figures/full_fig_p030_11.png]
Figure 12
Figure 12. Figure 12: Visualization of the masks and the corresponding predictions using the masked [PITH_FULL_IMAGE:figures/full_fig_p032_12.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

72 extracted references · 53 canonical work pages

  1. [1]

    Updated epidemi- ology of gastrointestinal cancers in east asia.Nature reviews Gastroen- terology & hepatology, 20(5):271–287, 2023

    Junjie Huang, Don Eliseo Lucero-Prisno III, Lin Zhang, Wanghong Xu, Sunny H Wong, Siew C Ng, and Martin CS Wong. Updated epidemi- ology of gastrointestinal cancers in east asia.Nature reviews Gastroen- terology & hepatology, 20(5):271–287, 2023

  2. [2]

    The nerve cells in gastrointestinal cancers: from molecular mechanisms to clinical intervention.Oncogene, 43(2):77–91, 2024

    Yang Lyu, Fuda Xie, Bonan Chen, Wing Sum Shin, Wei Chen, Yulong He, Kam Tong Leung, Gary MK Tse, Jun Yu, Ka Fai To, et al. The nerve cells in gastrointestinal cancers: from molecular mechanisms to clinical intervention.Oncogene, 43(2):77–91, 2024

  3. [3]

    Thomas R McCarty, Ahmad Najdat Bazarbashi, Kelly E Hathorn, Christopher C Thompson, and Hiroyuki Aihara. Endoscopic submu- cosal dissection (esd) versus transanal endoscopic microsurgery (tem) for treatment of rectal tumors: a comparative systematic review and meta-analysis.Surgical endoscopy, 34:1688–1695, 2020. 34

  4. [4]

    Surgical data sci- ence for next-generation interventions.Nature Biomedical Engineering, 1(9):691–696, 2017

    Lena Maier-Hein, Swaroop S Vedula, Stefanie Speidel, Nassir Navab, Ron Kikinis, Adrian Park, Matthias Eisenmann, Hubertus Feussner, Germain Forestier, Stamatia Giannarou, et al. Surgical data sci- ence for next-generation interventions.Nature Biomedical Engineering, 1(9):691–696, 2017

  5. [5]

    Offline identification of surgical deviations in laparoscopic rectopexy.Artificial Intelligence in Medicine, 104:101837, 2020

    Arnaud Huaulmé, Pierre Jannin, Fabian Reche, Jean-Luc Faucheron, Alexandre Moreau-Gaudry, and Sandrine Voros. Offline identification of surgical deviations in laparoscopic rectopexy.Artificial Intelligence in Medicine, 104:101837, 2020

  6. [6]

    Cai4cai: the rise of contextual artificial intelligence in computer-assisted interventions.Proceedings of the IEEE, 108(1):198–214, 2019

    Tom Vercauteren, Mathias Unberath, Nicolas Padoy, and Nassir Navab. Cai4cai: the rise of contextual artificial intelligence in computer-assisted interventions.Proceedings of the IEEE, 108(1):198–214, 2019

  7. [7]

    Tecno: Surgi- cal phase recognition with multi-stage temporal convolutional networks

    Tobias Czempiel, Magdalini Paschali, Matthias Keicher, Walter Simson, Hubertus Feussner, Seong Tae Kim, and Nassir Navab. Tecno: Surgi- cal phase recognition with multi-stage temporal convolutional networks. InMedical Image Computing and Computer Assisted Intervention– MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, Proceedings,...

  8. [8]

    Not end-to-end: Ex- plore multi-stage architecture for online surgical phase recognition

    Fangqiu Yi, Yanfeng Yang, and Tingting Jiang. Not end-to-end: Ex- plore multi-stage architecture for online surgical phase recognition. In Proceedings of the Asian Conference on Computer Vision, pages 2613– 2628, 2022

Show all 72 references
  1. [9]

    Swnet: Surgical workflow recognition with deep convolutional network

    Bokai Zhang, Amer Ghanem, Alexander Simes, Henry Choi, Andrew Yoo, and Andrew Min. Swnet: Surgical workflow recognition with deep convolutional network. InMedical imaging with deep learning, pages 855–869. PMLR, 2021

  2. [10]

    Trans-svnet: Accurate phase recognition from surgical videos via hybrid embedding aggregation transformer

    Xiaojie Gao, Yueming Jin, Yonghao Long, Qi Dou, and Pheng-Ann Heng. Trans-svnet: Accurate phase recognition from surgical videos via hybrid embedding aggregation transformer. InMedical Image Comput- ing and Computer Assisted Intervention–MICCAI 2021: 24th Interna- tional Confe...

  3. [11]

    Opera: Attention-regularized transformers for surgical phase recognition

    Tobias Czempiel, Magdalini Paschali, Daniel Ostler, Seong Tae Kim, Benjamin Busam, and Nassir Navab. Opera: Attention-regularized transformers for surgical phase recognition. InMedical Image Com- puting and Computer Assisted Intervention–MICCAI 2021: 24th Inter- national Confe...

  4. [12]

    Sprmamba: Surgical phase recognition for endoscopic submucosal dissection with mamba

    Xiangning Zhang, Jinnan Chen, Qingwei Zhang, Chengfeng Zhou, Zhengjie Zhang, Xiaobo Li, and Dahong Qian. Sprmamba: Surgical phase recognition for endoscopic submucosal dissection with mamba. arXiv preprint arXiv:2409.12108, 2024

  5. [13]

    Sr-mamba: Effective surgical phase recognition with state space model.arXiv preprint arXiv:2407.08333, 2024

    Rui Cao, Jiangliu Wang, and Yun-Hui Liu. Sr-mamba: Effective surgical phase recognition with state space model.arXiv preprint arXiv:2407.08333, 2024

  6. [14]

    Tempo- ral convolutional networks: A unified approach to action segmentation

    Colin Lea, Rene Vidal, Austin Reiter, and Gregory D Hager. Tempo- ral convolutional networks: A unified approach to action segmentation. Springer International Publishing, 2016

  7. [15]

    Ms-tcn: Multi-stage tempo- ral convolutional network for action segmentation

    Yazan Abu Farha and Jurgen Gall. Ms-tcn: Multi-stage tempo- ral convolutional network for action segmentation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3575–3584, 2019

  8. [16]

    Attention is all you need.Advances in neural information processing systems, 30, 2017

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need.Advances in neural information processing systems, 30, 2017

  9. [17]

    Deep learning in surgical workflow analysis: A review of phase and step recognition.IEEE journal of biomedical and health informatics, 27(11):5405–5417, 2023

    Kubilay Can Demir, Hannah Schieber, and Tobias WeiseDaniel Roth- Matthias MayAndreas MaierSeung Hee Yang. Deep learning in surgical workflow analysis: A review of phase and step recognition.IEEE journal of biomedical and health informatics, 27(11):5405–5417, 2023

  10. [18]

    Diffusion models in vision: A survey.IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(9):20, 2023

    FlorinelAlinCroitoru, VladHondru, RaduTudorIonescu, andMubarak Shah. Diffusion models in vision: A survey.IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(9):20, 2023. 36

  11. [19]

    Diffusion models beat gans on image synthesis.Advances in neural information processing systems, 34:8780–8794, 2021

    Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis.Advances in neural information processing systems, 34:8780–8794, 2021

  12. [20]

    Denoising diffusion prob- abilistic models.Advances in neural information processing systems, 33:6840–6851, 2020

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion prob- abilistic models.Advances in neural information processing systems, 33:6840–6851, 2020

  13. [21]

    Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020

    Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020

  14. [22]

    Renji endoscopic submucosal dissection video data set for early gastric cancer.Scientific Data, 12(1):238, 2025

    Jinnan Chen, Xiangning Zhang, Chunjiang Gu, Tang Cao, Jinneng Wang, Zhao Li, Yiming Song, Liuyi Yang, Zhengjie Zhang, Qingwei Zhang, et al. Renji endoscopic submucosal dissection video data set for early gastric cancer.Scientific Data, 12(1):238, 2025

  15. [23]

    Endonet: a deep architecture for recognition tasks on laparoscopic videos.IEEE transactions on med- ical imaging, 36(1):86–97, 2016

    Andru P Twinanda, Sherif Shehata, Didier Mutter, Jacques Marescaux, Michel De Mathelin, and Nicolas Padoy. Endonet: a deep architecture for recognition tasks on laparoscopic videos.IEEE transactions on med- ical imaging, 36(1):86–97, 2016

  16. [24]

    Sv-rcnet: workflow recognition from surgical videos using recurrent convolutional network.IEEE transactions on medical imaging, 37(5):1114–1126, 2017

    Yueming Jin, Qi Dou, Hao Chen, Lequan Yu, Jing Qin, Chi-Wing Fu, and Pheng-Ann Heng. Sv-rcnet: workflow recognition from surgical videos using recurrent convolutional network.IEEE transactions on medical imaging, 37(5):1114–1126, 2017

  17. [25]

    Abdolrahim Kadkhodamohammadi, Imanol Luengo, and Danail Stoy- anov. Patg: position-aware temporal graph networks for surgical phase recognition on laparoscopic videos.International Journal of Computer Assisted Radiology and Surgery, 17(5):849–856, 2022

  18. [26]

    PhD thesis, Université de Strasbourg, 2017

    Andru Putra Twinanda.Vision-based approaches for surgical activity recognition using laparoscopic and RBGD videos. PhD thesis, Université de Strasbourg, 2017

  19. [27]

    Skit: a fast key informa- tion video transformer for online surgical phase recognition

    Yang Liu, Jiayu Huo, Jingjing Peng, Rachel Sparks, Prokar Dasgupta, Alejandro Granados, and Sebastien Ourselin. Skit: a fast key informa- tion video transformer for online surgical phase recognition. InProceed- ings of the IEEE/CVF International Conference on Computer Vision, ...

  20. [28]

    Multi-task recurrent convolutional network with correlation loss for surgical video analysis.Medical Image Analysis, 59:101572, 2020

    Yueming Jin, Huaxia Li, Qi Dou, Hao Chen, Jing Qin, Chi-Wing Fu, and Pheng-Ann Heng. Multi-task recurrent convolutional network with correlation loss for surgical video analysis.Medical Image Analysis, 59:101572, 2020

  21. [29]

    Sanat Ramesh, Diego Dall’Alba, Cristians Gonzalez, Tong Yu, Pietro Mascagni, Didier Mutter, Jacques Marescaux, Paolo Fiorini, and Nicolas Padoy. Multi-task temporal convolutional networks for joint recognition of surgical phases and steps in gastric bypass procedures.Internati...

  22. [30]

    Last: Latent space- constrained transformers for automatic surgical phase recognition and tool presence detection.IEEE Transactions on Medical Imaging, 42(11):3256–3268, 2023

    Rong Tao, Xiaoyang Zou, and Guoyan Zheng. Last: Latent space- constrained transformers for automatic surgical phase recognition and tool presence detection.IEEE Transactions on Medical Imaging, 42(11):3256–3268, 2023

  23. [31]

    Visual modalities-based multimodal fusion for surgical phase recognition.Com- puters in Biology and Medicine, 166:107453, 2023

    Bogyu Park, Hyeongyu Chi, Bokyung Park, Jiwon Lee, Hye Su Jin, Sunghyun Park, Woo Jin Hyung, and Min-Kook Choi. Visual modalities-based multimodal fusion for surgical phase recognition.Com- puters in Biology and Medicine, 166:107453, 2023

  24. [32]

    Egosurgery- phase: a dataset of surgical phase recognition from egocentric open surgery videos

    Ryo Fujii, Masashi Hatano, Hideo Saito, and Hiroki Kajita. Egosurgery- phase: a dataset of surgical phase recognition from egocentric open surgery videos. InInternational Conference on Medical Image Com- puting and Computer-Assisted Intervention, pages 187–196. Springer, 2024

  25. [33]

    Arthrophase: A novel dataset and method for phase recognition in arthroscopic video.arXiv preprint arXiv:2502.07431, 2025

    Ali Bahari Malayeri, Matthias Seibold, Nicola Cavalcanti, Jonas Hein, Sascha Jecklin, Lazaros Vlachopoulos, Sandro Fucentese, San- dro Hodel, and Philipp Furnstahl. Arthrophase: A novel dataset and method for phase recognition in arthroscopic video.arXiv preprint arXiv:2502.07...

  26. [34]

    Text-driven adaptation of foundation models for few-shot surgical workflow analysis.arXiv preprint arXiv:2501.09555, 2025

    Tingxuan Chen, Kun Yuan, Vinkle Srivastav, Nassir Navab, and Nico- las Padoy. Text-driven adaptation of foundation models for few-shot surgical workflow analysis.arXiv preprint arXiv:2501.09555, 2025

  27. [35]

    Lovit: Long video transformer for surgical phase recognition

    Yang Liu, Maxence Boels, Luis C Garcia-Peraza-Herrera, Tom Vercauteren, Prokar Dasgupta, Alejandro Granados, and Sebastien 38 Ourselin. Lovit: Long video transformer for surgical phase recognition. Medical Image Analysis, 99:103366, 2025

  28. [36]

    Less is more: Surgical phase recognition from timestamp supervision.IEEE Transactions on Medical Imaging, 42(6):1897–1910, 2023

    Xinpeng Ding, Xinjian Yan, Zixun Wang, Wei Zhao, Jian Zhuang, Xi- aowei Xu, and Xiaomeng Li. Less is more: Surgical phase recognition from timestamp supervision.IEEE Transactions on Medical Imaging, 42(6):1897–1910, 2023

  29. [37]

    Generative modeling by estimating gradients of the data distribution.Advances in neural information pro- cessing systems, 32, 2019

    Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution.Advances in neural information pro- cessing systems, 32, 2019

  30. [38]

    Improved techniques for training score- based generative models.Advances in neural information processing systems, 33:12438–12448, 2020

    Yang Song and Stefano Ermon. Improved techniques for training score- based generative models.Advances in neural information processing systems, 33:12438–12448, 2020

  31. [39]

    High-resolution image synthesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022

  32. [40]

    Latent diffusion energy-based model for interpretable text modeling.arXiv preprint arXiv:2206.05895, 2022

    Peiyu Yu, Sirui Xie, Xiaojian Ma, Baoxiong Jia, Bo Pang, Ruiqi Gao, Yixin Zhu, Song-Chun Zhu, and Ying Nian Wu. Latent diffusion energy-based model for interpretable text modeling.arXiv preprint arXiv:2206.05895, 2022

  33. [41]

    Vector quantized diffusion model for text-to-image synthesis.arXiv e-prints, 2021

    Shuyang Gu, Dong Chen, Jianmin Bao, FangWen, Bo Zhang, Dongdong Chen, Lu Yuan, and Baining Guo. Vector quantized diffusion model for text-to-image synthesis.arXiv e-prints, 2021

  34. [42]

    Diffusionclip: Text-guided diffusion models for robust image manipulation

    Gwanghyun Kim, Taesung Kwon, and Jong Chul Ye. Diffusionclip: Text-guided diffusion models for robust image manipulation. InPro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2426–2435, 2022

  35. [43]

    Max W. Y. Lam, Jun Wang, Dan Su, and Dong Yu. Bddm: Bilateral denoising diffusion models for fast and high-quality speech synthesis. arXiv preprint arXiv:2203.13508, 2022. 39

  36. [44]

    Binaural- grad: A two-stage conditional diffusion probabilistic model for binaural audio synthesis.Advances in Neural Information Processing Systems, 35:23689–23700, 2022

    Yichong Leng, Zehua Chen, Junliang Guo, Haohe Liu, Jiawei Chen, Xu Tan, Danilo Mandic, Lei He, Xiangyang Li, Tao Qin, et al. Binaural- grad: A two-stage conditional diffusion probabilistic model for binaural audio synthesis.Advances in Neural Information Processing Systems, 35...

  37. [45]

    Pixelasparam: A gra- dient view on diffusion sampling with guidance

    Anh-Dung Dinh, Daochang Liu, and Chang Xu. Pixelasparam: A gra- dient view on diffusion sampling with guidance. InInternational Con- ference on Machine Learning, pages 8120–8137. PMLR, 2023

  38. [46]

    Diffusiondet: Diffusion model for object detection

    Shoufa Chen, Peize Sun, Yibing Song, and Ping Luo. Diffusiondet: Diffusion model for object detection. InProceedings of the IEEE/CVF international conference on computer vision, pages 19830–19843, 2023

  39. [47]

    Label-efficient semantic segmentation with diffu- sion models.arXiv preprint arXiv:2112.03126, 2021

    Dmitry Baranchuk, Ivan Rubachev, Andrey Voynov, Valentin Khrulkov, and Artem Babenko. Label-efficient semantic segmentation with diffu- sion models.arXiv preprint arXiv:2112.03126, 2021

  40. [48]

    Segdiff: Image segmentation with diffusion probabilistic models.arXiv e-prints, 2021

    Tomer Amit, Eliya Nachmani, Tal Shaharbany, and Lior Wolf. Segdiff: Image segmentation with diffusion probabilistic models.arXiv e-prints, 2021

  41. [49]

    Diffusion models for video prediction and infilling.arXiv preprint arXiv:2206.07696, 2022

    Tobias Höppe, Arash Mehrjou, Stefan Bauer, Didrik Nielsen, and An- drea Dittadi. Diffusion models for video prediction and infilling.arXiv preprint arXiv:2206.07696, 2022

  42. [50]

    Diffusion prob- abilistic modeling for video generation.Entropy; International and In- terdisciplinary Journal of Entropy and Information Studies, 25(10):22, 2023

    Ruihan Yang, Prakhar Srivastava, and Stephan Mandt. Diffusion prob- abilistic modeling for video generation.Entropy; International and In- terdisciplinary Journal of Entropy and Information Studies, 25(10):22, 2023

  43. [51]

    Diffusing surrogate dreams of video scenes to predict video memorability.arXiv preprint arXiv:2212.09308, 2022

    Lorin Sweeney, Graham Healy, and Alan F Smeaton. Diffusing surrogate dreams of video scenes to predict video memorability.arXiv preprint arXiv:2212.09308, 2022

  44. [52]

    Refined semantic enhancement towards frequency diffusion for video captioning

    Xian Zhong, Zipeng Li, Shuqin Chen, Kui Jiang, Chen Chen, and Mang Ye. Refined semantic enhancement towards frequency diffusion for video captioning. InProceedings of the AAAI conference on artificial intelli- gence, volume 37, pages 3724–3732, 2023. 40

  45. [53]

    Understanding diffusion models: A unified perspective

    Calvin Luo. Understanding diffusion models: A unified perspective. arXiv e-prints, 2022

  46. [54]

    Diffusionclip: Text-guided image manipulation using diffusion models.arXiv preprint arXiv:2110.02711, 2021

    Gwanghyun Kim and Jong Chul Ye. Diffusionclip: Text-guided image manipulation using diffusion models.arXiv preprint arXiv:2110.02711, 2021

  47. [55]

    Diffusion autoencoders: Toward a meaningful and decodable representation

    KonpatPreechakul, NattanatChatthee, SuttisakWizadwongsa, andSu- pasorn Suwajanakorn. Diffusion autoencoders: Toward a meaningful and decodable representation. InProceedings of the IEEE/CVF con- ference on computer vision and pattern recognition, pages 10619–10629, 2022

  48. [56]

    Swin transformer: Hierarchical vision transformer using shifted windows

    Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. InProceedings of the IEEE/CVF international conference on computer vision, pages 10012–10022, 2021

  49. [57]

    Asformer: Transformer for action segmentation.arXiv preprint arXiv:2110.08568, 2021

    Fangqiu Yi, Hongyu Wen, and Tingting Jiang. Asformer: Transformer for action segmentation.arXiv preprint arXiv:2110.08568, 2021

  50. [58]

    The temporal logic of programs

    Amir Pnueli. The temporal logic of programs. In18th annual symposium on foundations of computer science (sfcs 1977), pages 46–57. ieee, 1977

  51. [59]

    Don’t pour cereal into coffee: Differentiable temporal logic for temporal action segmentation.Advances in Neural Information Processing Systems, 35:14890–14903, 2022

    Ziwei Xu, Yogesh Rawat, Yongkang Wong, Mohan S Kankanhalli, and Mubarak Shah. Don’t pour cereal into coffee: Differentiable temporal logic for temporal action segmentation.Advances in Neural Information Processing Systems, 35:14890–14903, 2022

  52. [60]

    Bridge-prompt: Towards ordinal action understanding in instructional videos

    Muheng Li, Lei Chen, Yueqi Duan, Zhilan Hu, Jianjiang Feng, Jie Zhou, and Jiwen Lu. Bridge-prompt: Towards ordinal action understanding in instructional videos. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 19880–19889, 2022

  53. [61]

    Temporal memory relation network for workflow recognition from surgical video.IEEE Transactions on Medical Imaging, 40(7):1911–1923, 2021

    Yueming Jin, Yonghao Long, Cheng Chen, Zixu Zhao, Qi Dou, and Pheng-Ann Heng. Temporal memory relation network for workflow recognition from surgical video.IEEE Transactions on Medical Imaging, 40(7):1911–1923, 2021

  54. [62]

    Single-and multi-task architectures for surgical 41 workflow challenge at m2cai 2016.arXiv preprint arXiv:1610.08844, 2016

    AndruPTwinanda, DidierMutter, JacquesMarescaux, MicheldeMath- elin, and Nicolas Padoy. Single-and multi-task architectures for surgical 41 workflow challenge at m2cai 2016.arXiv preprint arXiv:1610.08844, 2016

  55. [63]

    Multi-task recurrent convolutional network with correlation loss for surgical video analysis.Medical image analysis, 59:101572, 2020

    Yueming Jin, Huaxia Li, Qi Dou, Hao Chen, Jing Qin, Chi-Wing Fu, and Pheng-Ann Heng. Multi-task recurrent convolutional network with correlation loss for surgical video analysis.Medical image analysis, 59:101572, 2020

  56. [64]

    Deep resid- uallearningforimagerecognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep resid- uallearningforimagerecognition. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016

  57. [65]

    Decoupled weight decay regulariza- tion.arXiv preprint arXiv:1711.05101, 2017

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regulariza- tion.arXiv preprint arXiv:1711.05101, 2017

  58. [66]

    Automated artificial intelligence– based phase-recognition system for esophageal endoscopic submucosal dissection (with video).Gastrointestinal Endoscopy, 99(5):830–838, 2024

    Tasuku Furube, Masashi Takeuchi, Hirofumi Kawakubo, Yusuke Maeda, Satoru Matsuda, Kazumasa Fukuda, Rieko Nakamura, Motohiko Kato, Naohisa Yahagi, and Yuko Kitagawa. Automated artificial intelligence– based phase-recognition system for esophageal endoscopic submucosal dissectio...

  59. [67]

    Intelligent surgical workflow recognition for endoscopic submucosal dissection with real-time animal study.Nature Communications, 14(1):6676, 2023

    Jianfeng Cao, Hon-Chi Yip, Yueyao Chen, Markus Scheppach, Xiaobei Luo, Hongzheng Yang, Ming Kit Cheng, Yonghao Long, Yueming Jin, Philip Wai-Yan Chiu, et al. Intelligent surgical workflow recognition for endoscopic submucosal dissection with real-time animal study.Nature Commu...

  60. [68]

    Exploring segment-level semantics for online phase recognition from surgical videos.IEEE Transactions on Medical Imaging, 41(11):3309–3319, 2022

    Xinpeng Ding and Xiaomeng Li. Exploring segment-level semantics for online phase recognition from surgical videos.IEEE Transactions on Medical Imaging, 41(11):3309–3319, 2022

  61. [69]

    Surgformer: Sur- gical transformer with hierarchical temporal attention for surgical phase recognition

    Shu Yang, Luyang Luo, Qiong Wang, and Hao Chen. Surgformer: Sur- gical transformer with hierarchical temporal attention for surgical phase recognition. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 606–616. Springer, 2024

  62. [70]

    On the pitfalls of batch normalization for end-to-end video learning: a study on surgical workflow analysis.Medical Image Analysis, 94:103126, 2024

    Dominik Rivoir, Isabel Funke, and Stefanie Speidel. On the pitfalls of batch normalization for end-to-end video learning: a study on surgical workflow analysis.Medical Image Analysis, 94:103126, 2024. 42

  63. [71]

    Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps.Advances in Neural Information Processing Systems, 35:5775–5787, 2022

    Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu. Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps.Advances in Neural Information Processing Systems, 35:5775–5787, 2022

  64. [72]

    Progressive distillation for fast sam- pling of diffusion models.arXiv preprint arXiv:2202.00512, 2022

    Tim Salimans and Jonathan Ho. Progressive distillation for fast sam- pling of diffusion models.arXiv preprint arXiv:2202.00512, 2022. 43

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.