Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Cultivar-specific drought responses in pineapple revealed by concurrent changes in PSII and PSI energy partitioning.

Frontiers in plant science·2026
Same author

Topology-Aware Segmentation Using Discrete Morse Theory.

... International Conference on Learning Representations·2026
Same author

TOPODIFFUSIONNET: A TOPOLOGY-AWARE DIFFUSION MODEL.

... International Conference on Learning Representations·2026
Same author

Unifying Top-down and Bottom-up Scanpath Prediction Using Transformers.

Proceedings. IEEE Computer Society Conference on Computer Vision and Pattern Recognition·2026
Same author

A progenitor cell population contributes to prenatal injury repair and neonatal antimicrobial defense in the small intestine.

Cell reports·2026
Same author

Weather types and soil moisture modulate surface energy partitioning in a subtropical CAM pineapple field.

Frontiers in plant science·2026

Related Experiment Video

Updated: Jun 27, 2025

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

2.7K

Token Sparsification for Faster Medical Image Segmentation.

Lei Zhou1, Huidong Liu1,2, Joseph Bae3

  • 1Department of Computer Science, Stony Brook University, NY, USA.

Information Processing in Medical Imaging : Proceedings of the ... Conference
|April 29, 2024
PubMed
Summary
This summary is machine-generated.

This study introduces a new pipeline for using sparse tokens in dense prediction tasks like medical image segmentation. The proposed methods significantly accelerate training and inference while maintaining segmentation accuracy.

Keywords:
Medical Image SegmentationMulti-layer Token AssemblyToken Pruning

More Related Videos

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

393
Automated Segmentation of Cortical Grey Matter from T1-Weighted MRI Images
06:48

Automated Segmentation of Cortical Grey Matter from T1-Weighted MRI Images

Published on: January 7, 2019

8.9K

Related Experiment Videos

Last Updated: Jun 27, 2025

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

2.7K
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

393
Automated Segmentation of Cortical Grey Matter from T1-Weighted MRI Images
06:48

Automated Segmentation of Cortical Grey Matter from T1-Weighted MRI Images

Published on: January 7, 2019

8.9K

Area of Science:

  • Computer Vision
  • Machine Learning
  • Medical Imaging

Background:

  • Token sparsification in Vision Transformers (ViT) accelerates classification but its application to dense prediction tasks like segmentation remains unexplored.
  • Existing methods for token pruning and masked image modeling (MIM) are insufficient for segmentation, leading to training inefficiencies and poor feature restoration.

Purpose of the Study:

  • To develop an effective method for performing dense prediction, specifically segmentation, using sparse tokens from Vision Transformers.
  • To introduce a novel pipeline that addresses the challenges of sparse token utilization in segmentation tasks.

Main Methods:

  • A three-stage pipeline: sparse encoding, token completion, and dense decoding (SCD).
  • Soft-topK Token Pruning (STP) for efficient sparse encoding by predicting token importance and sampling topK tokens with approximated gradients.
  • Multi-layer Token Assembly (MTA) for robust token completion by integrating sparse output and intermediate tokens.

Main Results:

  • The proposed SCD pipeline with STP and MTA significantly outperforms baselines in training and inference throughput (up to 120% and 60.6% higher, respectively).
  • The methods maintain high segmentation quality despite using sparse tokens.
  • Empirical evidence shows naïve application of existing classification sparsification techniques fails for segmentation.

Conclusions:

  • The SCD pipeline, enhanced by STP and MTA, enables efficient and accurate segmentation using sparse tokens in Vision Transformers.
  • This approach offers a viable solution for accelerating dense prediction tasks without compromising performance.