0 cumulative citations
View corpus contextAn AI that learns where surgeons will act from surgical instrument motion can anticipate attention and auto-frame the view; the resulting assist reduced cognitive workload in paired laparoscopic operations and tracked surgeon gaze better than human camera assistants.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Computational attention models could help surgeons manage the visual demands of laparoscopy, but they require dense spatial labels that are difficult to obtain because surgical intent is highly specialized and tacit. Here, we introduce DiffeoAfford, an action-grounded tissue affordance framework that retrospectively derives visual attention supervision from completed surgical procedures. By combining diffeomorphism-constrained tissue tracking with instrument trajectory analysis, DiffeoAfford generates affordance hotspot labels without manual per-frame annotation. A real-time prediction model trained on these labels anticipates relevant surgical regions and enables AffordView, an assistive auto-framing system for laparoscopic visualization. The proposed framework aligns with expert annotations and intraoperative surgeon gaze, and reduces surgeon cognitive workload during real-world evaluations using subjective, physiological, and behavioral measures.
Summary
Main Finding
DiffeoAfford — a hindsight, action-grounded pipeline that propagates recorded instrument contacts across deforming tissue via diffeomorphic tracking — generates dense, per-frame “affordance hotspot” (AH) soft labels that match expert/context-aware human performance. A model trained on these labels predicts real-time affordance hotspots (95.16% directional consistency with subsequent camera motion), aligns with surgeon gaze more closely than a human camera assistant (both temporally and spatially), and when deployed as an auto-framing tool (AffordView) measurably lowers surgeon cognitive workload across subjective, physiological, and behavioral measures in paired intraoperative tests.
Key Points
- Problem addressed
- Manual, per-frame annotation of dynamic, deformable surgical targets is prohibitively expensive and relies on tacit expert knowledge that annotators cannot easily verbalize.
- Need for anticipatory visual attention models in laparoscopy that do not require dense manual labels.
- Core idea
- Use completed procedures (the surgeon’s instrument trajectories) as a source of supervision: retrospectively propagate instrument tip positions across frames to recover where surgeons were implicitly prioritizing the scene (action-grounded supervision).
- The DiffeoAfford pipeline
- Segments instruments (SAM2), extracts instrument-tip points and lengths.
- Computes dense pixel-wise correspondences using a combination of global transformations and diffeomorphic local deformation fields to track soft-tissue deformation across frames.
- Aggregates propagated tip positions onto query frames, filters and fits them with a 2D Gaussian to create soft AH heatmaps; applies temporal/visibility refinements.
- Prediction and deployment
- Trains a Segformer-based model on DiffeoAfford-generated AH labels to predict AH heatmaps in real time.
- AffordView uses smoothed predicted centroids to dynamically crop/upscale video (auto-framing) to center interaction loci.
- Validation highlights
- On Cholec80 (public): DiffeoAfford AHs were statistically equivalent to in-context novice annotations and closely matched senior surgeon consensus; median localization error 32.38 px vs 39.40 and 35.07 px for global-transform baselines (p < 0.001 and p = 0.003).
- On LCET (proprietary, laparoscopic cholecystectomy eye-tracking):
- DiffeoAfford AHs aligned with intraoperative surgeon gaze across temporal windows (±0.5, ±1.0, ±2.0 s); equivalence to in-context junior annotators.
- AH prediction lead/lag relative to surgeon gaze: group mean peaks at -0.20 s (Calot) and -0.12 s (gallbladder), with no consistent precedence; camera assistant gaze lagged (~0.48 s).
- Centroid-lag median: AH prediction -0.033 s vs camera assistant 0.185 s (p = 0.014).
- Spatially, AH prediction was closer to surgeon gaze than camera assistant or image center (median advantages e.g., 55.5 px in Calot phase; p-values 0.0093–0.0479).
- AutoLaparo (hysterectomy videos): used to evaluate camera-motion forecasting (pipeline generalization).
- Clinical utility
- AffordView reduced surgeon cognitive workload across subjective questionnaires, continuous EEG, and pupillometry in 12 paired laparoscopic cholecystectomy sessions.
Data & Methods
- Datasets
- Cholec80: public laparoscopic cholecystectomy videos used for generating AH labels and training.
- LCET: proprietary laparoscopic cholecystectomy eye-tracking dataset (surgeon and camera-assistant gaze; n values reported in paper for analyses), used for validation against intraoperative gaze and camera-assistant reference.
- AutoLaparo: laparoscopic hysterectomy videos used to evaluate camera-motion forecasting and generalization.
- Technical components
- Instrument segmentation: SAM2 to segment tools and derive tip points/lengths.
- Tracking: hybrid approach combining global transformations (similarity/homography) with diffeomorphic local deformation fields to obtain dense, pixel-wise correspondences across frames; addresses soft-tissue deformation.
- Label generation: propagate instrument-tip positions backward/forward, filter by temporal visibility/length thresholds, aggregate and fit Gaussian heatmaps to produce soft AH supervision.
- Prediction model: Segformer segmentation backbone trained on DiffeoAfford AH heatmaps for real-time inference; smoothing of centroids for stability in AffordView.
- Evaluation metrics & statistical methods
- Spatial agreement: Euclidean pixel distances between AHs and expert annotations or gaze.
- Inter-annotator consistency: Intraclass correlation coefficients (ICC).
- Temporal alignment: Diagonal cross-recurrence profiles (DCRPs) and centroid lag analysis.
- Comparisons: linear mixed models after Box–Cox transforms, paired Wilcoxon signed-rank tests, median-based bootstrap equivalence testing; p-values adjusted by Benjamini–Hochberg.
- Cognitive workload assessment
- Multi-modal: subjective workload questionnaires, continuous EEG (prefrontal markers), pupillometry, and behavioral measures across paired procedures (AffordView vs standard camera control).
Implications for AI Economics
- Annotation-cost reduction and scalability
- Replaces expensive, per-frame expert annotation with action-derived supervision extracted from routinely recorded signals (instrument trajectories), greatly reducing marginal annotation cost once the pipeline is in place.
- Enables creation of large, dense affordance-labeled surgical corpora without proportional increases in clinician annotation time — lowering the data-collection barrier that typically throttles surgical ML development.
- Data assetization and reuse
- Instrument-tracked surgical recordings become higher-value assets: they can be retrofitted to generate supervisory labels for multiple downstream models (attention, auto-framing, AR overlays, automation), increasing return on existing data collection investments.
- Faster model development and lower entry barriers
- By producing soft, contextual labels automatically, research and product teams can iterate models faster and train on broader procedure sets, improving generalization and shortening time-to-market.
- Labor and workflow effects
- Affordance-based auto-framing can partially substitute for the camera-assistant role in routine framing tasks, shifting labor demand: reduced need for manual framing may lower staffing costs or change role emphasis toward higher-skill supervision and exception handling.
- Potential negative externality: partial deskilling or job displacement for camera assistants; possible reallocation toward device supervision or perioperative support roles.
- Productivity, quality, and cost-of-care
- Lower cognitive workload for surgeons suggests potential for fewer attention-related errors, better ergonomics, and possibly faster procedures — all of which have economic value (reduced adverse events, improved throughput, lower surgeon fatigue/burnout).
- These benefits must be quantified in cost-effectiveness analyses (e.g., procedure time saved, error-rate reductions, downstream complication costs avoided) before claims of healthcare-cost reduction can be validated.
- Business & deployment considerations
- Monetization models: software-as-a-service for hospitals, licensing to device manufacturers, or inclusion in integrated surgical platforms.
- Adoption barriers: regulatory approval (safety/efficacy), liability allocation (when auto-framing influences the view), interoperability with existing hardware, clinician trust and acceptance.
- Data governance and IP: using intraoperative recordings to derive supervision raises questions about patient data ownership, cross-institutional dataset sharing, and potential value capture by institutions that hold large repositories of tracked-surgery data.
- Generalizability & market scope
- Technique is applicable beyond cholecystectomy (demonstrated cross-procedure generalization attempts) and likely transferable to other domains where tacit expertise is embedded in actions (robotics, manufacturing, sports coaching); this widens the potential market and reuse of the method.
- Risks & limitations affecting economic value
- Performance depends on quality of instrument segmentation/tracking and availability of instrument trajectories; noisy or absent instrument tracking lowers label quality.
- Generalization across surgical modalities, toolsets, camera systems, and patient anatomies requires additional validation; market adoption will slow if per-site calibration is needed.
- Regulatory, medicolegal, and clinician-acceptance friction will affect commercial uptake and pricing.
- Net-economic outlook (qualitative)
- If validated at scale, action-grounded supervision can materially lower data-labeling costs and accelerate development of anticipatory assistive systems, creating new product categories (anticipatory auto-framing, affordance-aware AR) and enabling operational efficiency gains in the OR. Realized economic impact will depend on measured clinical benefits (time, safety, outcomes), integration costs, and regulatory/market adoption dynamics.
If you want, I can: (a) extract the key numerical results into a one-page table for quick economic modeling; (b) sketch a simple cost-benefit template to estimate ROI of deploying AffordView in a hospital given local labor and procedure-cost parameters. Which would be most useful?
Assessment
Claims (9)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| DiffeoAfford-generated affordance hotspots achieved annotation accuracy comparable to novices who viewed the full procedural context. Decision Quality | null_result | Euclidean localization error relative to senior-surgeon annotations |
Reading fidelity
high
Study strength
high
|
n=141
-1.78 pixels (95% CI: -5.76 to 2.68; p=0.418)
|
| Viewing the full procedural video context substantially improved novices' consistency in identifying surgical target locations compared with viewing static images alone. Decision Quality | positive | Inter-annotator consistency of target-location annotations |
Reading fidelity
high
Study strength
high
|
n=141
X-coordinate ICC increased from 0.86 to 0.97; Y-coordinate ICC increased from 0.77 to 0.93
|
| DiffeoAfford had lower affordance-hotspot localization error than similarity-transform and homography-transform baselines. Decision Quality | positive | Median affordance-hotspot localization error |
Reading fidelity
high
Study strength
high
|
n=141
32.38 pixels versus 39.40 pixels for similarity RANSAC and 35.07 pixels for homography RANSAC
|
| DiffeoAfford-grounded affordance hotspots were spatially aligned with intraoperative surgeon gaze at multiple temporal windows. Decision Quality | null_result | Euclidean distance between affordance-hotspot annotations and intraoperative surgeon gaze |
Reading fidelity
high
Study strength
medium
|
n=164
5.40 pixels at ±0.5 s; 3.49 pixels at ±1.0 s; -0.70 pixels at ±2.0 s
|
| Real-time affordance-hotspot prediction was temporally closer to surgeon gaze than camera-assistant gaze during both Calot triangle dissection and gallbladder dissection. Decision Quality | positive | Temporal lag between predicted affordance-hotspot centroids and surgeon gaze |
Reading fidelity
high
Study strength
medium
|
n=13
Median centroid lag of -0.033 s and 0.013 s for AH prediction versus 0.185 s and 0.204 s for camera-assistant gaze; p=0.014 in both phases
|
| Real-time affordance-hotspot prediction was spatially closer to surgeon gaze than camera-assistant gaze and the image center in both evaluated surgical phases. Decision Quality | positive | Spatial distance between predicted target and surgeon gaze |
Reading fidelity
high
Study strength
medium
|
n=13
Median advantage over camera-assistant gaze of 55.5 pixels and 28.4 pixels; advantage over image center of 60.8 pixels and 99.1 pixels
|
| The affordance prediction model achieved 95.16% directional consistency with subsequent camera motion. Decision Quality | positive | Directional consistency between predicted affordance hotspots and subsequent camera motion |
Reading fidelity
high
Study strength
medium
|
95.16% directional consistency
|
| AffordView lowered surgeon cognitive workload during paired laparoscopic cholecystectomies. Worker Satisfaction | positive | Surgeon cognitive workload |
Reading fidelity
high
Study strength
medium
|
n=12
|
| Surgeons' gaze during laparoscopic cholecystectomy exhibited a distinct center bias on the laparoscopic monitor. Decision Quality | positive | Spatial concentration of surgeon gaze around the monitor center |
Reading fidelity
high
Study strength
medium
|
n=26
Mahalanobis distance DM=0.05
|