DALE-CT: Depth-Aware Foundation Models for Computed Tomography
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A research team has introduced DALE-CT, a family of 2D vision models for computed tomography that achieves near-parity with state-of-the-art 3D vision-language systems while using significantly less data and no textual supervision, according to a paper submitted in 2026 [1]. The model family, called Depth-Aware Latent-Euclidean Computed Tomography, was built entirely from scratch using the Latent-Euclidean Joint-Embedding Predictive Architecture, or LeJEPA [1]. The researchers from the Institute for Biomedical Informatics Center for Applied AI at the University of Kentucky trained the models on the CT-RATE dataset and compared performance against a continually pre-trained DINOv2 baseline [1][4]. To improve representation quality, the team developed a 3D depth-aware pre-training strategy that uses dense auxiliary supervision from automated anatomical masks and human-annotated abnormalities [1]. Under linear probe evaluation with Multiple Instance Learning for multi-abnormality detection, the frozen backbone of the dual-supervised variant, DALE-CT-2S, achieved a Macro AUROC of 0.833 [1]. The authors state this result reaches near-parity with leading 3D vision-language models [1]. The DALE-CT family includes several variants. The base model, DALE-CT-0, was trained purely with self-supervised LeJEPA objectives and no auxiliary supervision, making it suitable as a general-purpose feature extractor for tasks such as segmentation and anomaly detection [4]. It uses a ViT-Large architecture with a patch size of 16 and native 512x512 resolution, supporting variable input sizes dynamically [4]. The DALE-CT-1S variant adds a single auxiliary objective, predicting the presence of 118 anatomical classes from TotalSegmentator within cropped regions [5]. Both models were initialized from scratch with no pre-trained weights [4][5]. The training objective for the base model combines a spatial invariance loss with Sketched Isotropic Gaussian Regularization, a technique that projects embeddings onto random 1D directions to enforce normality without traditional predictor networks [4]. The work explores 2D slice-based architectures as a flexible alternative to native 3D models for processing volumetric CT data [1]. By using dynamic depth-aware slab sampling and targeted auxiliary supervision, the framework avoids the need to aggressively resize or interpolate variable clinical scans [3]. The network instead learns continuous anatomical trajectories directly from sequential 2D slices [3]. All training code, evaluation scripts, and model weights have been made publicly available to support reproducibility [1][4][5]. The models are released under a CC BY-NC-SA 4.0 license, inherited from the CT-RATE dataset terms [4].
model-releaseresearch-paperproduct-launchbenchmark
Background sources we checked (10)
- arxiv.org ↗ Recent breakthroughs in self-supervised learning (SSL), such as the Latent-Euclidean Joint-Embedding Predictive Architecture (LeJEPA), alongside successes in integrating visual encoders with language models, have driven the demand for adaptable, high-capacity vision encoders in C…
- arxiv.org ↗ # DALE-CT: Depth-Aware Foundation Models for Computed Tomography [...] Recent breakthroughs in self-supervised learning (SSL), such as the Latent-Euclidean Joint-Embedding Predictive Architecture (LeJEPA), alongside successes in integrating visual encoders with language models, h…
- huggingface.co ↗ This repository hosts the backbone weights for DALE-CT-0 (Depth-Aware Latent-Euclidean Computed Tomography), a foundational Vision Transformer (ViT-Large) trained on Chest CT scans using the Latent-Euclidean Joint-Embedding Predictive Architecture (LeJEPA) framework. [...] Unlike…
- huggingface.co ↗ # Model Card for DALE-CT-1S [...] This repository hosts the backbone weights for DALE-CT-1S (Depth-Aware Latent-Euclidean Computed Tomography), a foundational Vision Transformer (ViT-Large) trained on Chest CT scans using the strictly non-predictive Latent-Euclidean Joint-Embeddi…
- en.wikipedia.org ↗ Ovarian cancer is a cancerous tumor of an ovary. It may originate from the ovary itself or more commonly from communicating nearby structures such as fallopian tubes or the inner lining of the abdomen. The ovary is made up of three different cell types including epithelial cells,…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…
Sources
- export.arxiv.org — DALE-CT: Depth-Aware Foundation Models for Computed Tomography ↗