Overview of EfficientViT Applications
masterThe EfficientViT repository contains several specialized vision foundation models:
- Deep Compression Autoencoder (DC-AE): High-spatial compression autoencoders (up to 128x) designed to accelerate latent diffusion models.
- EfficientViT-SAM: An accelerated Segment Anything Model (SAM) that replaces the heavy image encoder with EfficientViT, providing significant speedups (e.g., 48.9x on A100 via TensorRT) without accuracy loss.
- EfficientViT-Classification: Lightweight image classification models using EfficientViT backbones.
- EfficientViT-Segmentation: Efficient semantic segmentation models.
- EfficientViT-GazeSAM: Gaze-prompted image segmentation models capable of real-time execution with TensorRT.