VLDB 2026 Research / reviewers in the wild / expert
Shaoting Zhang 0001
dblp:53/3894
· DBLP profile ↗
214ranked-venue papers
14as first author
121since 2021 · last 2026
—ORCID · conflict
Domains — the database's venue-derived domains; a paper can count in several
Applied, interdisciplinary, general and emerging computing · 128 · 7 first-author · 83 since 2021Graphics, computer vision, multimedia, augmented reality and games · 94 · 7 first-author · 40 since 2021Artificial intelligence and machine learning · 78 · 5 first-author · 36 since 2021Human-computer interaction and ubiquitous computing · 3 · 1 first-authorDatabases, data management, data science and information retrieval · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | MedMCP-Calc: Benchmarking LLMs for Realistic Medical Calculator Scenarios via MCP IntegrationabstractYakun Zhu, Yutong Huang, Shengqian Qin, Zhongzhen Huang, Shaoting Zhang, Xiaofan Zhang. Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2026. Yakun Zhu, Yutong Huang, Shengqian Qin, Zhongzhen Huang, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
ACL (1) | 5 |
| 2026 | PS-Seg: Learning from partial scribbles for 3D multiple abdominal organ segmentation
Xiangde Luo, Wenjun Liao, Shichuan Zhang, Shaoting Zhang 0001, Guotai Wang |
Neurocomputing | 6 |
| 2026 | DermClinical: Clinical-oriented dataset and evaluation for computer-aided dermatological diagnosis
Zihao Liu 0009, Ruiqin Xiong, Shaoting Zhang 0001, Tingting Jiang 0001 |
Neurocomputing | 4 |
| 2026 | SegRap2025: A benchmark of gross tumor volume and lymph node clinical target volume Segmentation for Radiotherapy Planning of nasopharyngeal carcinoma
Litingyu Wang, Chenyuan Bian, Zijun Gao, Chunbin Gu, Xin Weng, Jianghao Wu 0001, Yicheng Wu 0001, Jin Ye 0002, Linhao Li, Yiwen Ye, Yong Xia 0001, Elias Tappeiner, Abdul Qayyum 0002, Moona Mazher, Steven A. Niederer, Junqiang Chen, Chuanyi Huang, Lisheng Wang, Zhaohu Xing, Hongqiu Wang, Lei Zhu 0003, Shichuan Zhang, Shaoting Zhang 0001, Wenjun Liao, Guotai Wang |
Medical Image Anal. | 28 |
| 2026 | PL-Seg: Partially labeled abdominal organ segmentation via classwise orthogonal contrastive learning and progressive self-distillation
Xiangde Luo, Ran Gu, Wenjun Liao, Shichuan Zhang, Kang Li 0004, Guotai Wang, Shaoting Zhang 0001 |
Medical Image Anal. | 9 |
| 2026 | MADCrowner: Margin Aware Dental Crown design with template deformation and refinement
Linda Wei, Wenran Zhang, Changyao Tian, Ke Wang 0036, Shaoting Zhang 0001, Dimitris N. Metaxas, Hongsheng Li 0001 |
Medical Image Anal. | 10 |
| 2026 | SicTTA: Single image continual test time adaptation for medical image segmentation
Jianghao Wu 0001, Xinya Liu, Guotai Wang, Shaoting Zhang 0001 |
Medical Image Anal. | 4 |
| 2026 | SCALAR: Spatial-concept alignment for robust vision in harsh open world
Xiaoyu Yang 0007, Lijian Xu, Xingyu Zeng, Xiaosong Wang 0001, Hongsheng Li 0001, Shaoting Zhang 0001 |
Pattern Recognit. | 6 |
| 2026 | Learning Modality-Aware Representations: Adaptive Group-Wise Interaction Network for Multimodal MRI Synthesis
Tao Song 0002, Yicheng Wu 0001, Minhao Hu, Xiangde Luo, Linda Wei, Guotai Wang, Yi Guo 0002, Feng Xu 0001, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 9 |
| 2026 | MetaSSL: A General Heterogeneous Loss for Semi-Supervised Medical Image SegmentationabstractSemi-Supervised Learning (SSL) is important for reducing the annotation cost for medical image segmentation models. State-of-the-art SSL methods such as Mean Teacher, FixMatch and Cross Pseudo Supervision (CPS) are mainly based on consistency regularization or pseudo-label supervision between a reference prediction and a supervised prediction. Despite the effectiveness, they have overlooked the potential noise in the labeled data, and mainly focus on strategies to generate the reference prediction, while ignoring the heterogeneous values of different unlabeled pixels. We argue that effectively mining the rich information contained by the two predictions in the loss function, instead of the specific strategy to obtain a reference prediction, is more essential for SSL, and propose a universal framework MetaSSL based on a spatially heterogeneous loss that assigns different weights to pixels by simultaneously leveraging the uncertainty and consistency information between the reference and supervised predictions. Specifically, we split the predictions on unlabeled data into four regions with decreasing weights in the loss: Unanimous and Confident (UC), Unanimous and Suspicious (US), Discrepant and Confident (DC), and Discrepant and Suspicious (DS), where an adaptive threshold is proposed to distinguish confident predictions from suspicious ones. The heterogeneous loss is also applied to labeled images for robust learning considering the potential annotation noise. Our method is plug-and-play and general to most existing SSL methods. The experimental results showed that it improved the segmentation performance significantly when integrated with existing SSL frameworks on different datasets. Code is available at https://github.com/HiLab-git/MetaSSL. Weiren Zhao, Lanfeng Zhong, Wenjun Liao, Sichuan Zhang, Shaoting Zhang 0001, Guotai Wang |
IEEE Trans. Medical Imaging | 6 |
| 2025 | Meta-Tool: Unleash Open-World Function Calling Capabilities of General-Purpose Large Language ModelsabstractLarge language models (LLMs) have showcased remarkable capabilities as autonomous agents when augmented with external tools.Equipped with fixed tool sets, LLMs struggle with addressing diverse user inquiries in open-world tasks.To evaluate and boost the performance of LLMs in dealing with complex demands in the real-world, we propose open-world function calling, where LLMs need to retrieve suitable tools from a pre-defined external tool library and use retrieved tools to resolve the user's problem.We introduce Meta-Tool, a versatile and plug-and-play tool retrieval system as the access of LLMs to external tool library.Drawing inspiration from the myriad of enhanced approaches associated with Retrieval-Augmented Generation (RAG), Meta-Tool employs a hypothesizeretrieve-invoke framework.We further propose Meta-Bench, a comprehensive benchmark for evaluating LLMs in open-world function calling and associated tasks.Meta-Bench encompasses 2, 800 dialogues and 7, 361 tools, spanning ten distinct scenarios to provide robust and diverse test categories.In conjunction, we present MT-LLaMA, a finetuned version of LLaMA-3.1, which exhibits remarkable performance improvements.Our empirical experiments reveal that Meta-Tool significantly enhances the ability of advanced LLMs to retrieve and leverage the most suitable tools compared to previous tool retrieval methods.Moreover, our fine-tuning enables even smallersized LLMs to achieve comparable even exceeding results to GPT-4o.Both the benchmark and the model are made publicly available at https://github.com/qinshengqian/Meta-Tool to foster further research and development in the field. Shengqian Qin, Yakun Zhu, Linjie Mu, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
ACL (1) | 4 |
| 2025 | Mesenteric Vasculature Guided Segmentation of Metastatic Lymph Nodes in Colorectal CancerabstractAccurate segmentation of lymph node metastases in colorectal cancer is crucial for disease staging, prognosis evaluation, and treatment planning. However, the identification of metastatic lymph nodes in colorectal cancer from CT images remains extremely challenging due to their small size, indistinguishable appearance, and the potential for distal spread from the primary tumor, making them difficult to differentiate within the complex abdominal cavity. Based on the metastatic patterns of tumors, where lymph node metastases in colorectal cancer often accompany the mesenteric vessels, we propose to leverage the mesenteric vasculature as guidance for the identification of metastatic lymph nodes. Specifically, we utilize vessel segmentation maps of the superior and inferior mesenteric vessels as mesenteric vascular guidance. To explicitly model the spatial relationships between metastatic lymph nodes and mesenteric vessels, we further employ explicit distance relationship modeling to represent the distance from each voxel in the CT image to the nearest mesenteric vessel. In addition, to incorporate mesenteric vascular guidance and explicit distance relationship modeling into the segmentation process of metastatic lymph nodes in colorectal cancer, we integrate a guidance encoder and a guidance signal fusion module into the U-Net segmentation network. Inference-time vascular localization is also employed to assist in localizing the region of interest and filtering segmentation results. Experimental results on the colorectal cancer lymph node metastasis dataset demonstrate the effectiveness of our proposed method. The code will be released at https://github.com/YuriYu12/VesselGuidedSegmentation. Yongrui Yu, Linrui Dai, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
BIBM | 4 |
| 2025 | Interactive Evaluation for Medical LLMs via Task-oriented Dialogue SystemabstractThis study focuses on evaluating proactive communication and diagnostic capabilities of medical Large Language Models (LLMs), which directly impact their effectiveness in patient consultations. In typical medical scenarios, doctors often ask a set of questions to gain a comprehensive understanding of patients’ conditions. We argue that single-turn question-answering tasks such as MultiMedQA are insufficient for evaluating LLMs’ medical consultation abilities. To address this limitation, we developed an evaluation benchmark called Multi-turn Medical Dialogue Evaluation (MMD-Eval), specifically designed to evaluate the proactive communication and diagnostic capabilities of medical LLMs during consultations. Considering the high cost and potential for hallucinations in LLMs, we innovatively trained a task-oriented dialogue system to simulate patients engaging in dialogues with the medical LLMs using our structured medical records dataset. This approach enabled us to generate multi-turn dialogue data. Subsequently, we evaluate the communication skills and medical expertise of the medical LLMs. All resources associated with this study will be made publicly available. Ruoyu Liu, Kui Xue, Xiaofan Zhang 0002, Shaoting Zhang 0001 |
COLING | 4 |
| 2025 | Multi-modal Vision Pre-training for Medical Image AnalysisabstractSelf-supervised learning has greatly facilitated medical image analysis by suppressing the training data requirement for real-world applications. Current paradigms predominantly rely on self-supervision within uni-modal image data, thereby neglecting the inter-modal correlations essential for effective learning of cross-modal image representations. This limitation is particularly significant for naturally grouped multi-modal data, e.g., multi-parametric MRI scans for a patient undergoing various functional imaging protocols in the same study. To bridge this gap, we conduct a novel multi-modal image pre-training with three proxy tasks to facilitate the learning of cross-modality representations and correlations using multi-modal brain MRI scans (over 2.4 million images in 16,022 scans of 3,755 patients), i.e., cross-modal image reconstruction, modality-aware contrastive learning, and modality template distillation. To demonstrate the generalizability of our pre-trained model, we conduct extensive experiments on various benchmarks with ten downstream tasks. The superior performance of our method is reported in comparison to state-of-the-art pre-training methods, with Dice Score improvement of 0.28%-14.47% across six segmentation benchmarks and a consistent accuracy boost of 0.65%-18.07% in four individual image classification tasks. Shaohao Rui, Lingzhi Chen, Zhenyu Tang 0005, Lilong Wang, Mianxin Liu, Shaoting Zhang 0001, Xiaosong Wang 0001 |
CVPR | 6 |
| 2025 | Unleashing the Potential of Vision-Language Pre-Training for 3D Zero-Shot Lesion Segmentation via Mask-Attribute AlignmentabstractRecent advancements in medical vision-language pre-training models have driven significant progress in zero-shot disease recognition. However, transferring image-level knowledge to pixel-level tasks, such as lesion segmentation in 3D CT scans, remains a critical challenge. Due to the complexity and variability of pathological visual characteristics, existing methods struggle to align fine-grained lesion features not encountered during training with disease-related textual representations. In this paper, we present Malenia, a novel multi-scale lesion-level mask-attribute alignment framework, specifically designed for 3D zero-shot lesion segmentation. Malenia improves the compatibility between mask representations and their associated elemental attributes, explicitly linking the visual features of unseen lesions with the extensible knowledge learned from previously seen ones. Furthermore, we design a Cross-Modal Knowledge Injection module to enhance both visual and textual features with mutually beneficial information, effectively guiding the generation of segmentation results. Comprehensive experiments across three datasets and 12 lesion categories validate the superior performance of Malenia. Yankai Jiang 0003, Wenhui Lei, Xiaofan Zhang 0002, Shaoting Zhang 0001 |
ICLR | 4 |
| 2025 | Rethinking the generalization of drug target affinity prediction algorithms via similarity aware evaluationabstractDrug-target binding affinity prediction is a fundamental task for drug discovery. It has been extensively explored in literature and promising results are reported. However, in this paper, we demonstrate that the results may be misleading and cannot be well generalized to real practice. The core observation is that the canonical randomized split of a test set in conventional evaluation leaves the test set dominated by samples with high similarity to the training set. The performance of models is severely degraded on samples with lower similarity to the training set but the drawback is highly overlooked in current evaluation. As a result, the performance can hardly be trusted when the model meets low-similarity samples in real practice. To address this problem, we propose a framework of similarity aware evaluation in which a novel split methodology is proposed to adapt to any desired distribution. This is achieved by a formulation of optimization problems which are approximately and efficiently solved by gradient descent. We perform extensive experiments across five representative methods in four datasets for two typical target evaluations and compare them with various counterpart methods. Results demonstrate that the proposed split methodology can significantly better fit desired distributions and guide the development of models. Chenbin Zhang, Chuchu Jiang, Wen Chen 0022, Jie Xu 0068, Shaoting Zhang 0001 |
ICLR | 6 |
| 2025 | One Leaf Reveals the Season: Occlusion-Based Contrastive Learning with Semantic-Aware Views for Efficient Visual RepresentationabstractThis paper proposes a scalable and straightforward pre-training paradigm for efficient visual conceptual representation called occluded image contrastive learning (OCL). Our OCL approach is simple: we randomly mask patches to generate different views within an image and contrast them among a mini-batch of images. The core idea behind OCL consists of two designs. First, masked tokens have the potential to significantly diminish the conceptual redundancy inherent in images, and create distinct views with substantial fine-grained differences on the semantic concept level instead of the instance level. Second, contrastive learning is adept at extracting high-level semantic conceptual features during the pre-training, circumventing the high-frequency interference and additional costs associated with image reconstruction. Importantly, OCL learns highly semantic conceptual representations efficiently without relying on hand-crafted data augmentations or additional auxiliary modules. Empirically, OCL demonstrates high scalability with Vision Transformers, as the ViT-L/16 can complete pre-training in 133 hours using only 4 A100 GPUs, achieving 85.8\% accuracy in downstream fine-tuning tasks. Code is available at https://github.com/XiaoyuYoung/OCL. Xiaoyu Yang 0007, Lijian Xu, Hongsheng Li 0001, Shaoting Zhang 0001 |
ICML | 4 |
| 2025 | UM-SAM: Unsupervised Medical Image Segmentation Using Knowledge Distillation from Segment Anything Model
Shaoting Zhang 0001, Guotai Wang |
MICCAI (8) | 4 |
| 2025 | Interactive Segmentation and Report Generation for CT Images
Yannian Gu, Wenhui Lei, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
MICCAI (5) | 4 |
| 2025 | FDAS: Foundation Model Distillation and Anatomic Structure-Aware Multi-task Learning for Self-Supervised Medical Image Segmentation
Xiaoran Qi, Guoning Zhang 0002, Jianghao Wu 0001, Shaoting Zhang 0001, Xiaorong Hou, Guotai Wang |
MICCAI (8) | 4 |
| 2025 | FilterDiff: Noise-Free Frequency-Domain Diffusion Models for Accelerated MRI Reconstruction
Tao Song 0002, Fang Nie, Yi Guo 0002, Feng Xu 0001, Shaoting Zhang 0001 |
MICCAI (16) | 5 |
| 2025 | ReCo-I2P: An Incomplete Supervised Lymph Node Segmentation Framework Based on Orthogonal Partial-Instance Annotation
Litingyu Wang, Wenjun Liao, Shichuan Zhang, Shaoting Zhang 0001, Guotai Wang |
MICCAI (13) | 5 |
| 2025 | StyleGAN-Based Brain MRI Anomaly Detection via Latent Code Retrieval and Partial Swap
Xiaofei Hu, Shaoting Zhang 0001, Guotai Wang |
MICCAI (2) | 3 |
| 2025 | VBCD: A Voxel-Based Framework for Personalized Dental Crown Design
Linda Wei, Wenran Zhang, Zengji Zhang, Shaoting Zhang 0001, Hongsheng Li 0001 |
MICCAI (8) | 5 |
| 2025 | DGHFA: Dynamic Gradient and Hierarchical Feature Alignment for Robust Distillation of Medical VLMs
Boyi Xiao, Jianghao Wu 0001, Lanfeng Zhong, Xiaoguang Zou, Yuanquan Wu, Guotai Wang, Shaoting Zhang 0001 |
MICCAI (6) | 7 |
| 2025 | OpenPath: Open-Set Active Learning for Pathology Image Classification via Pre-trained Vision-Language Models
Lanfeng Zhong, Shichuan Zhang, Shaoting Zhang 0001, Guotai Wang |
MICCAI (6) | 4 |
| 2025 | TEGDA: Test-Time Evaluation-Guided Dynamic Adaptation for Medical Image Segmentation
Yubo Zhou, Jianghao Wu 0001, Wenjun Liao, Shichuan Zhang, Shaoting Zhang 0001, Guotai Wang |
MICCAI (6) | 5 |
| 2025 | CSAL-3D: Cold-Start Active Learning for 3D Medical Image Segmentation via SSL-Driven Uncertainty-Reinforced Diversity Sampling
Lanfeng Zhong, Qiang Yue 0005, Shaoting Zhang 0001, Guotai Wang |
MICCAI (2) | 5 |
| 2025 | Guiding Medical Vision-Language Models with Diverse Visual Prompts: Framework Design and Comprehensive Exploration of Prompt VariationsabstractKangyu Zhu, Ziyuan Qin, Huahui Yi, Zekun Jiang, Qicheng Lao, Shaoting Zhang, Kang Li. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). 2025. Kangyu Zhu, Ziyuan Qin 0001, Huahui Yi, Zekun Jiang, Qicheng Lao, Shaoting Zhang 0001, Kang Li 0004 |
NAACL (Long Papers) | 6 |
| 2025 | MeNTi: Bridging Medical Calculator and LLM Agent with Nested Tool CallingabstractYakun Zhu, Shaohang Wei, Xu Wang, Kui Xue, Shaoting Zhang, Xiaofan Zhang. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). 2025. Yakun Zhu, Shaohang Wei, Kui Xue, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
NAACL (Long Papers) | 5 |
| 2025 | Radiologist-inspired Symmetric Local-Global Multi-Supervised Learning for early diagnosis of pneumoconiosis
Meiyue Song, Deng-Ping Fan, Shaoting Zhang 0001, Juntao Yang, Jiangfeng Liu, Binglu Wang |
Expert Syst. Appl. | 5 |
| 2025 | SRPL-SFDA: Sam-Guided Reliable Pseudo-Labels For Source-Free Domain Adaptation in medical image segmentation
Xinya Liu, Jianghao Wu 0001, Shaoting Zhang 0001, Guotai Wang |
Neurocomputing | 4 |
| 2025 | A-Eval: A benchmark for cross-dataset and cross-modality evaluation of abdominal multi-organ segmentation
Ziyan Huang, Zhongying Deng, Jin Ye 0002, Haoyu Wang 0010, Yanzhou Su, Tianbin Li, Junlong Cheng, Jianpin Chen, Junjun He, Yun Gu, Shaoting Zhang 0001, Lixu Gu, Yu Qiao 0001 |
Medical Image Anal. | 12 |
| 2025 | MedLSAM: Localize and segment anything model for 3D CT images
Wenhui Lei, Wei Xu 0046, Kang Li 0004, Xiaofan Zhang 0002, Shaoting Zhang 0001 |
Medical Image Anal. | 5 |
| 2025 | SegRap2023: A benchmark of organs-at-risk and gross tumor volume Segmentation for Radiotherapy Planning of Nasopharyngeal Carcinoma
Xiangde Luo, Yunxin Zhong, Shuolin Liu, Mehdi Astaraki, Simone Bendazzoli, Iuliana Toma-Dasu, Yiwen Ye, Ziyang Chen 0003, Yong Xia 0001, Yanzhou Su, Jin Ye 0002, Junjun He, Zhaohu Xing, Hongqiu Wang, Lei Zhu 0003, Kaixiang Yang 0004, Zhiwei Wang 0002, Chan Woong Lee, Sang Joon Park, Jaehee Chun, Constantin Ulrich, Klaus H. Maier-Hein, Nchongmaje Ndipenoch, Alina Dana Miron, Yongmin Li 0001, Chengyang An, Lisheng Wang, Kaiwen Huang 0002, Yunqi Gu, Tao Zhou 0002, Mu Zhou, Shichuan Zhang, Wenjun Liao, Guotai Wang, Shaoting Zhang 0001 |
Medical Image Anal. | 42 |
| 2025 | Editorial for Special Issue on Foundation Models for Medical Image Analysis
Xiaosong Wang 0001, Dequan Wang, Jens Rittscher, Dimitris N. Metaxas, Shaoting Zhang 0001 |
Medical Image Anal. | 6 |
| 2025 | UM-CAM: Uncertainty-weighted multi-resolution class activation maps for weakly-supervised segmentationabstractWeakly-supervised medical image segmentation methods utilizing image-level labels have gained attention for reducing the annotation cost. They typically use Class Activation Maps (CAM) from a classification network but struggle with incomplete activation regions due to low-resolution localization without detailed boundaries. Differently from most of them that only focus on improving the quality of CAMs, we propose a more unified weakly-supervised segmentation framework with image-level supervision. Firstly, an Uncertainty-weighted Multi-resolution Class Activation Map (UM-CAM) is proposed to generate high-quality pixel-level pseudo-labels. Subsequently, a Geodesic distance-based Seed Expansion (GSE) strategy is introduced to rectify ambiguous boundaries in the UM-CAM by leveraging contextual information. To train a final segmentation model from noisy pseudo-labels, we introduce a Random-View Consensus (RVC) training strategy to suppress unreliable pixel/voxels and encourage consistency between random-view predictions. Extensive experiments on 2D fetal brain segmentation and 3D brain tumor segmentation tasks showed that our method significantly outperforms existing weakly-supervised methods. Code is available at: https://github.com/HiLab-git/UM-CAM . Guotai Wang, Qiang Yue 0005, Tom Vercauteren, Sébastien Ourselin, Shaoting Zhang 0001 |
Pattern Recognit. | 7 |
| 2025 | Fine-grained medical image out-of-distribution detection through multi-view feature uncertainty and adversarial sample generation
Guotai Wang, Shaoting Zhang 0001 |
Pattern Recognit. | 3 |
| 2025 | Volume Fusion-Based Self-Supervised Pretraining for 3D Medical Image SegmentationabstractThe performance of deep learning models for medical image segmentation is often limited in scenarios where training data or annotations are limited. Self-Supervised Learning (SSL) is an appealing solution for this dilemma due to its feature learning ability from a large amount of unannotated images. Existing SSL methods have focused on pretraining either an encoder for global feature representation or an encoder-decoder structure for image restoration, where the gap between pretext and downstream tasks limits the usefulness of pretrained decoders in downstream segmentation. In this work, we propose a novel SSL strategy named Volume Fusion (VolF) for pretraining 3D segmentation models. It minimizes the gap between pretext and downstream tasks by introducing a pseudo-segmentation pretext task, where two sub-volumes are fused by a discretized block-wise fusion coefficient map. The model takes the fused result as input and predicts the category of fusion coefficient for each voxel, which can be trained with standard supervised segmentation loss functions without manual annotations. Experiments with an abdominal CT dataset for pretraining and both in-domain and out-domain downstream datasets showed that VolF led to large performance gain from training from scratch with faster convergence speed, and outperformed several state-of-the-art SSL methods. In addition, it is general to different network structures, and the learned features have high generalizability to different body parts and modalities. Guotai Wang, Jianghao Wu 0001, Xiangde Luo, Yubo Zhou, Xinglong Liu, Kang Li 0004, Jingsheng Lin, Baiyong Shen, Shaoting Zhang 0001 |
IEEE Trans. Image Process. | 10 |
| 2025 | A3-TTA: Adaptive Anchor Alignment Test-Time Adaptation for Image SegmentationabstractTest-Time Adaptation (TTA) offers a practical solution for deploying image segmentation models under domain shift without accessing source data or retraining. Among existing TTA strategies, pseudo-label-based methods have shown promising performance. However, they often rely on perturbation-ensemble heuristics (e.g., dropout sampling, test-time augmentation, Gaussian noise), which lack distributional grounding and yield unstable training signals. This can trigger error accumulation and catastrophic forgetting during adaptation. To address this, we propose A3-TTA, a TTA framework that constructs reliable pseudo-labels through anchor-guided supervision. Specifically, we identify well-predicted target domain images using a class compact density metric, under the assumption that confident predictions imply distributional proximity to the source domain. These anchors serve as stable references to guide pseudo-label generation, which is further regularized via semantic consistency and boundary-aware entropy minimization. Additionally, we introduce a self-adaptive exponential moving average strategy to mitigate label noise and stabilize model update during adaptation. Evaluated on both multi-domain medical images (heart structure and prostate segmentation) and natural images, A3-TTA significantly improves average Dice scores by 10.40 to 17.68 percentage points compared to the source model, outperforming several state-of-the-art TTA methods under different segmentation model architectures. A3-TTA also excels in continual TTA, maintaining high performance across sequential target domains with strong anti-forgetting ability. The code will be made publicly available at https://github.com/HiLab-git/A3-TTA. Jianghao Wu 0001, Xiangde Luo, Yubo Zhou, Lianming Wu, Guotai Wang, Shaoting Zhang 0001 |
IEEE Trans. Image Process. | 6 |
| 2025 | Improving Foundation Model for Endoscopy Video Analysis via Representation Learning on Long SequencesabstractRecent advancements in endoscopy video analysis have relied on the utilization of relatively short video clips extracted from longer videos or millions of individual frames. However, these approaches tend to neglect the domain-specific characteristics of endoscopy data, which is typically presented as a long stream containing valuable semantic spatial and temporal information. To address this limitation, we propose EndoFM-LV, a foundation model developed under a minute-level pre-training framework upon long endoscopy video sequences. To be specific, we propose a novel masked token modeling scheme within a teacher-student framework for self-supervised video pre-training, which is tailored for learning representations from long video sequences. For pre-training, we construct a large-scale long endoscopy video dataset comprising 6,469 long endoscopic video samples, each longer than 1 minute and totaling over 13 million frames. Our EndoFM-LV is evaluated on four types of endoscopy tasks, namely classification, segmentation, detection, and workflow recognition, serving as the backbone or temporal module. Extensive experimental results demonstrate that our framework outperforms previous state-of-the-art video-based and frame-based approaches by a significant margin, surpassing Endo-FM (5.6% F1, 9.3% Dice, 8.4% F1, and 3.3% accuracy for classification, segmentation, detection, and workflow recognition) and EndoSSL (5.0% F1, 8.1% Dice, 9.3% F1 and 3.1% accuracy for classification, segmentation, detection, and workflow recognition). Zhao Wang 0006, Lingting Zhu, Shaoting Zhang 0001, Qi Dou 0001 |
IEEE J. Biomed. Health Informatics | 5 |
| 2025 | Swin-UMamba†: Adapting Mamba-Based Vision Foundation Models for Medical Image SegmentationabstractVision foundation models have shown great potential in improving generalizability and data efficiency, especially for medical image segmentation since medical image datasets are relatively small due to high annotation costs and privacy concerns. However, current research on foundation models predominantly relies on transformers. The high quadratic complexity and large parameter counts make these models computationally expensive, limiting their potential for clinical applications. In this work, we introduce Swin-UMamba†, a novel Mamba-based model for medical image segmentation that seamlessly leverages the power of the vision foundation model, which is also computationally efficient with the linear complexity of Mamba. Moreover, we investigated and verified the impact of the vision foundation model on medical image segmentation, in which a self-supervised model adaptation scheme was designed to bridge the gap between natural and medical data. Notably, Swin-UMamba† outperforms 7 state-of-the-art methods, including CNN-based, transformer-based, and Mamba-based approaches across AbdomenMRI, Encoscopy, and Microscopy datasets. The code and models are publicly available at: https://github.com/JiarunLiu/Swin-UMamba. Jiarun Liu, Hao Yang 0026, Lequan Yu, Yong Liang 0001, Yizhou Yu, Shaoting Zhang 0001, Hairong Zheng, Shanshan Wang 0002 |
IEEE Trans. Medical Imaging | 7 |
| 2025 | Slice2Mesh: 3D Surface Reconstruction From Sparse Slices of Images for the Left VentricleabstractCine MRI is a widely used technique to evaluate left ventricular function and motion, as it captures temporal information. However, due to the limited spatial resolution, cine MRI only provides a few sparse scans at regular positions and orientations, which poses challenges for reconstructing dense 3D cardiac structures, which is essential for better understanding the cardiac structure and motion in a dynamic 3D manner. In this study, we propose a novel learning-based 3D cardiac surface reconstruction method, Slice2Mesh, which directly predicts accurate and high-fidelity 3D meshes from sparse slices of cine MRI images under partial supervision of sparse contour points. Slice2Mesh leverages a 2D UNet to extract image features and a graph convolutional network to predict deformations from an initial template to various 3D surfaces, which enables it to produce topology-consistent meshes that can better characterize and analyze cardiac movement. We also introduce As Rigid As Possible energy in the deformation loss to preserve the intrinsic structure of the predefined template and produce realistic left ventricular shapes. We evaluated our method on 150 clinical test samples and achieved an average chamfer distance of 3.621 mm, outperforming traditional methods by approximately 2.5 mm. We also applied our method to produce 4D surface meshes from cine MRI sequences and utilized a simple SVM model on these 4D heart meshes to identify subjects with myocardial infarction, and achieved a classification sensitivity of 91.8% on 99 test subjects, including 49 abnormal patients, which implies great potential of our method for clinical use. Wenji Wang, Qing Xia 0002, Zhennan Yan, Xiao Wang 0004, Shaoping Nie, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 9 |
| 2025 | Segmentation and Vascular Vectorization for Coronary Artery by Geometry-Based Cascaded Neural NetworkabstractSegmentation of the coronary artery is an important task for the quantitative analysis of coronary computed tomography angiography (CCTA) images and is being stimulated by the field of deep learning. However, the complex structures with tiny and narrow branches of the coronary artery bring it a great challenge. Coupled with the medical image limitations of low resolution and poor contrast, fragmentations of segmented vessels frequently occur in the prediction. Therefore, a geometry-based cascaded segmentation method is proposed for the coronary artery, which has the following innovations: 1) Integrating geometric deformation networks, we design a cascaded network for segmenting the coronary artery and vectorizing results. The generated meshes of the coronary artery are continuous and accurate for twisted and sophisticated coronary artery structures, without fragmentations. 2) Different from mesh annotations generated by the traditional marching cube method from voxel-based labels, a finer vectorized mesh of the coronary artery is reconstructed with the regularized morphology. The novel mesh annotation benefits the geometry-based segmentation network, avoiding bifurcation adhesion and point cloud dispersion in intricate branches. 3) A dataset named CCA-200 is collected, consisting of 200 CCTA images with coronary artery disease. The ground truths of 200 cases are coronary internal diameter annotations by professional radiologists. Extensive experiments verify our method on our collected dataset CCA-200 and public ASOCA dataset, with a Dice of 0.778 on CCA-200 and 0.895 on ASOCA, showing superior results. Especially, our geometry-based model generates an accurate, intact and smooth coronary artery, devoid of any fragmentations of segmented vessels. Xiaoyu Yang 0007, Lijian Xu, Simon C. H. Yu, Qing Xia 0002, Hongsheng Li 0001, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 6 |
| 2025 | VLM-CPL: Consensus Pseudo-Labels From Vision-Language Models for Annotation-Free Pathological Image ClassificationabstractClassification of pathological images is the basis for automatic cancer diagnosis. Despite that deep learning methods have achieved remarkable performance, they heavily rely on labeled data, demanding extensive human annotation efforts. In this study, we present a novel human annotation-free method by leveraging pre-trained Vision-Language Models (VLMs). Without human annotation, pseudo-labels of the training set are obtained by utilizing the zero-shot inference capabilities of VLM, which may contain a lot of noise due to the domain gap between the pre-training and target datasets. To address this issue, we introduce VLM-CPL, a novel approach that contains two noisy label filtering techniques with a semi-supervised learning strategy. Specifically, we first obtain prompt-based pseudo-labels with uncertainty estimation by zero-shot inference with the VLM using multiple augmented views of an input. Then, by leveraging the feature representation ability of VLM, we obtain feature-based pseudo-labels via sample clustering in the feature space. Prompt-feature consensus is introduced to select reliable samples based on the consensus between the two types of pseudo-labels. We further propose High-confidence Cross Supervision by to learn from samples with reliable pseudo-labels and the remaining unlabeled samples. Additionally, we present an innovative open-set prompting strategy that filters irrelevant patches from whole slides to enhance the quality of selected patches. Experimental results on five public pathological image datasets for patch-level and slide-level classification showed that our method substantially outperformed zero-shot classification by VLMs, and was superior to existing noisy label learning methods. The code is publicly available at https://github.com/HiLab-git/VLM-CPL. Lanfeng Zhong, Zongyao Huang, Yang Liu 0271, Wenjun Liao, Shichuan Zhang, Guotai Wang, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 7 |
| 2025 | SAM-Med3D: A Vision Foundation Model for General-Purpose Segmentation on Volumetric Medical ImagesabstractExisting volumetric medical image segmentation models are typically task-specific, excelling at specific targets but struggling to generalize across anatomical structures or modalities. This limitation restricts their broader clinical use. In this article, we introduce segment anything model (SAM)-Med3D, a vision foundation model (VFM) for general-purpose segmentation on volumetric medical images. Given only a few 3-D prompt points, SAM-Med3D can accurately segment diverse anatomical structures and lesions across various modalities. To achieve this, we gather and preprocess a large-scale 3-D medical image segmentation dataset, SA-Med3D-140K, from 70 public datasets and 8K licensed private cases from hospitals. This dataset includes 22K 3-D images and 143K corresponding masks. SAM-Med3D, a promptable segmentation model characterized by its fully learnable 3-D structure, is trained on this dataset using a two-stage procedure and exhibits impressive performance on both seen and unseen segmentation targets. We comprehensively evaluate SAM-Med3D on 16 datasets covering diverse medical scenarios, including different anatomical structures, modalities, targets, and zero-shot transferability to new/unseen tasks. The evaluation demonstrates the efficiency and efficacy of SAM-Med3D, as well as its promising application to diverse downstream tasks as a pretrained model. Our approach illustrates that substantial medical resources can be harnessed to develop a general-purpose medical AI for various potential applications. Our dataset, code, and models are available at: https://github.com/uni-medical/SAM-Med3D. Haoyu Wang 0010, Sizheng Guo, Jin Ye 0002, Zhongying Deng, Junlong Cheng, Tianbin Li, Jianpin Chen, Yanzhou Su, Ziyan Huang, Yiqing Shen 0003, Shaoting Zhang 0001, Junjun He |
IEEE Trans. Neural Networks Learn. Syst. | 12 |
| 2024 | GECSum: Generative Evaluation-Driven Sequence Level Contrastive Learning for Abstractive SummarizationabstractWhile dominant in abstractive summarization, transformer-based language models with the standard maximum likelihood estimation (MLE) training remain challenged by two discrepancies: the misalignment between token-level training and sequence-level evaluation, and the divergence between teacher-forcing training manner and auto-regressive generation behavior. Recent studies have shown that sequence-level contrastive learning, which utilizes the quality differences between multiple summaries as prior information, can effectively mitigate these issues. However, as certain evaluation metrics often determine the contrastive signals in existing methods, this leads to the model performance aligning with the preferences of these metrics being limited by the evaluation capabilities of these metrics. Inspired by prior works that treat the evaluation of generated text as a text generation problem, we propose a generative evaluation-driven contrastive learning framework, which leverages the semantic understanding capabilities of the abstractive model itself to evaluate summary in reference-based settings. In this way, our method establishes a connection between the model’s reference-based evaluation and reference-free generation scenarios, allowing them to share the benefits of model capability enhancements. Extensive experiments on four summarization datasets demonstrate that our method outperforms the previous state-of-the-art regarding comprehensive performance. Various empirical analyses further substantiate the effectiveness of our method. Jiawen Xie, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
LREC/COLING | 2 |
| 2024 | ZePT: Zero-Shot Pan-Tumor Segmentation via Query-Disentangling and Self-PromptingabstractThe long-tailed distribution problem in medical image analysis reflects a high prevalence of common conditions and a low prevalence of rare ones, which poses a significant challenge in developing a unified model capable of identifying rare or novel tumor categories not encountered during training. In this paper, we propose a new Zero-shot Pan-Tumor segmentation framework (ZePT) based on query-disentangling and self-prompting to segment unseen tumor categories beyond the training set. ZePT disentangles the object queries into two subsets and trains them in two stages. Initially, it learns a set of fundamental queries for organ segmentation through an object-aware feature grouping strategy, which gathers organ-level visual features. Subsequently, it refines the other set of advanced queries that focus on the auto-generated visual prompts for unseen tumor segmentation. Moreover, we introduce query-knowledge alignment at the feature level to enhance each query's discriminative representation and generalizability. Extensive experiments on various tumor segmentation tasks demonstrate the performance superiority of ZePT, which surpasses the previous counterparts and evidences the promising ability for zero-shot tumor segmentation in real-world settings. Yankai Jiang 0003, Zhongzhen Huang, Rongzhao Zhang, Xiaofan Zhang 0002, Shaoting Zhang 0001 |
CVPR | 5 |
| 2024 | Modality-Aware and Shift Mixer for Multi-Modal Brain Tumor SegmentationabstractCombining images from multi-modalities is beneficial for exploring various information in computer vision, especially in the medical domain. As an essential part of clinical diagnosis, multi-modal brain tumor segmentation presents a set of distinct challenges for accurately delineating both the normal anatomy and the pathologic deviations caused by the tumor. In this paper, we aim to fuse information on different imaging modalities with the medical domain knowledge to segment tumors. We present MASM, a novel Modality Aware and Shift Mixer that integrates intra-modality and inter-modality dependencies of multi-modal images for effective and robust brain tumor segmentation. Specifically, we introduce a Modality-Aware (MA) module according to neuroimaging studies for modeling the specific modality pair relationships at low levels, and a Modality-Shift (MS) module with specific mosaic patterns is developed to explore the complex relationships that are not addressed by the MA module across modalities efficiently. Experimentally, we outperform previous state-of-the-art approaches on the public Brain Tumor Segmentation dataset. Further qualitative experiments demonstrate the effectiveness and robustness of MASM. Zhongzhen Huang, Linda Wei, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
ECAI | 3 |
| 2024 | Pathology-Knowledge Enhanced Multi-instance Prompt Learning for Few-Shot Whole Slide Image Classification
Linhao Qu, Dingkang Yang, Qinhao Guo, Rongkui Luo, Shaoting Zhang 0001, Xiaosong Wang 0001 |
ECCV (11) | 6 |
| 2024 | Swin-UMamba: Mamba-Based UNet with ImageNet-Based Pretraining
Jiarun Liu, Hao Yang 0026, Yan Xi, Lequan Yu, Cheng Li 0008, Yong Liang 0001, Guangming Shi, Yizhou Yu, Shaoting Zhang 0001, Hairong Zheng, Shanshan Wang 0002 |
MICCAI (9) | 10 |
| 2024 | PathoTune: Adapting Visual Foundation Model to Pathological Specialists
Jiaxuan Lu, Fang Yan 0002, Xiaofan Zhang 0002, Yue Gao 0002, Shaoting Zhang 0001 |
MICCAI (4) | 5 |
| 2024 | Rethinking Abdominal Organ Segmentation (RAOS) in the Clinical Scenario: A Robustness Evaluation Benchmark with Challenging Cases
Xiangde Luo, Shaoting Zhang 0001, Wenjun Liao, Guotai Wang |
MICCAI (9) | 3 |
| 2024 | Multi-modal Data Binding for Survival Analysis Modeling with Incomplete Data and Annotations
Linhao Qu, Shaoting Zhang 0001, Xiaosong Wang 0001 |
MICCAI (5) | 3 |
| 2024 | BrainSCK: Brain Structure and Cognition Alignment via Knowledge Injection and Reactivation for Diagnosing Brain Disorders
Lilong Wang, Mianxin Liu, Shaoting Zhang 0001, Xiaosong Wang 0001 |
MICCAI (2) | 3 |
| 2024 | GMAI-MMBench: A Comprehensive Multimodal Evaluation Benchmark Towards General Medical AIabstractLarge Vision-Language Models (LVLMs) are capable of handling diverse data types such as imaging, text, and physiological signals, and can be applied in various fields. In the medical field, LVLMs have a high potential to offer substantial assistance for diagnosis and treatment. Before that, it is crucial to develop benchmarks to evaluate LVLMs' effectiveness in various medical applications. Current benchmarks are often built upon specific academic literature, mainly focusing on a single domain, and lacking varying perceptual granularities. Thus, they face specific challenges, including limited clinical relevance, incomplete evaluations, and insufficient guidance for interactive LVLMs. To address these limitations, we developed the GMAI-MMBench, the most comprehensive general medical AI benchmark with well-categorized data structure and multi-perceptual granularity to date. It is constructed from 284 datasets across 38 medical image modalities, 18 clinical-related tasks, 18 departments, and 4 perceptual granularities in a Visual Question Answering (VQA) format. Additionally, we implemented a lexical tree structure that allows users to customize evaluation tasks, accommodating various assessment needs and substantially supporting medical AI research and applications. We evaluated 50 LVLMs, and the results show that even the advanced GPT-4o only achieves an accuracy of 53.96\%, indicating significant room for improvement. Moreover, we identified five key insufficiencies in current cutting-edge LVLMs that need to be addressed to advance the development of better medical applications. We believe that GMAI-MMBench will stimulate the community to build the next generation of LVLMs toward GMAI. Jin Ye 0002, Guoan Wang, Yanjun Li 0007, Zhongying Deng, Wei Li 0320, Tianbin Li, Haodong Duan, Ziyan Huang, Yanzhou Su, Benyou Wang, Shaoting Zhang 0001, Jianfei Cai 0001, Bohan Zhuang, Eric J. Seibel, Junjun He, Yu Qiao 0001 |
NeurIPS | 12 |
| 2024 | CAT: Coordinating Anatomical-Textual Prompts for Multi-Organ and Tumor SegmentationabstractExisting promptable segmentation methods in the medical imaging field primarily consider either textual or visual prompts to segment relevant objects, yet they often fall short when addressing anomalies in medical images, like tumors, which may vary greatly in shape, size, and appearance. Recognizing the complexity of medical scenarios and the limitations of textual or visual prompts, we propose a novel dual-prompt schema that leverages the complementary strengths of visual and textual prompts for segmenting various organs and tumors. Specifically, we introduce $\textbf{\textit{CAT}}$, an innovative model that $\textbf{C}$oordinates $\textbf{A}$natomical prompts derived from 3D cropped images with $\textbf{T}$extual prompts enriched by medical domain knowledge. The model architecture adopts a general query-based design, where prompt queries facilitate segmentation queries for mask prediction. To synergize two types of prompts within a unified framework, we implement a ShareRefiner, which refines both segmentation and prompt queries while disentangling the two types of prompts. Trained on a consortium of 10 public CT datasets, $\textbf{\textit{CAT}}$ demonstrates superior performance in multiple segmentation tasks. Further validation on a specialized in-house dataset reveals the remarkable capacity of segmenting tumors across multiple cancer stages. This approach confirms that coordinating multimodal prompts is a promising avenue for addressing complex scenarios in the medical domain. Zhongzhen Huang, Yankai Jiang 0003, Rongzhao Zhang, Shaoting Zhang 0001, Xiaofan Zhang 0002 |
NeurIPS | 4 |
| 2024 | OlympicArena: Benchmarking Multi-discipline Cognitive Reasoning for Superintelligent AIabstractThe evolution of Artificial Intelligence (AI) has been significantly accelerated by advancements in Large Language Models (LLMs) and Large Multimodal Models (LMMs), gradually showcasing potential cognitive reasoning abilities in problem-solving and scientific discovery (i.e., AI4Science) once exclusive to human intellect. To comprehensively evaluate current models' performance in cognitive reasoning abilities, we introduce OlympicArena, which includes 11,163 bilingual problems across both text-only and interleaved text-image modalities. These challenges encompass a wide range of disciplines spanning seven fields and 62 international Olympic competitions, rigorously examined for data leakage. We argue that the challenges in Olympic competition problems are ideal for evaluating AI's cognitive reasoning due to their complexity and interdisciplinary nature, which are essential for tackling complex scientific challenges and facilitating discoveries. Beyond evaluating performance across various disciplines using answer-only criteria, we conduct detailed experiments and analyses from multiple perspectives. We delve into the models' cognitive reasoning abilities, their performance across different modalities, and their outcomes in process-level evaluations, which are vital for tasks requiring complex reasoning with lengthy solutions. Our extensive evaluations reveal that even advanced models like GPT-4o only achieve a 39.97\% overall accuracy (28.67\% for mathematics and 29.71\% for physics), illustrating current AI limitations in complex reasoning and multimodal integration. Through the OlympicArena, we aim to advance AI towards superintelligence, equipping it to address more complex challenges in science and beyond. We also provide a comprehensive set of resources to support AI research, including a benchmark dataset, an open-source annotation platform, a detailed evaluation tool, and a leaderboard with automatic submission features. Zengzhi Wang, Shijie Xia, Xuefeng Li 0003, Haoyang Zou, Ruijie Xu 0005, Run-Ze Fan, Lyumanshan Ye, Ethan Chern, Yixin Ye, Yikai Zhang 0003, Yuqing Yang 0004, Binjie Wang, Shichao Sun, Yiyuan Li, Steffi Chern, Yiwei Qin, Jiadi Su, Yixiu Liu, Shaoting Zhang 0001, Dahua Lin, Yu Qiao 0001, Pengfei Liu 0003 |
NeurIPS | 25 |
| 2024 | One-to-Normal: Anomaly Personalization for Few-shot Anomaly DetectionabstractTraditional Anomaly Detection (AD) methods have predominantly relied on unsupervised learning from extensive normal data. Recent AD methods have evolved with the advent of large pre-trained vision-language models, enhancing few-shot anomaly detection capabilities. However, these latest AD methods still exhibit limitations in accuracy improvement. One contributing factor is their direct comparison of a query image's features with those of few-shot normal images. This direct comparison often leads to a loss of precision and complicates the extension of these techniques to more complex domains—an area that remains underexplored in a more refined and comprehensive manner. To address these limitations, we introduce the anomaly personalization method, which performs a personalized one-to-normal transformation of query images using an anomaly-free customized generation model, ensuring close alignment with the normal manifold. Moreover, to further enhance the stability and robustness of prediction results, we propose a triplet contrastive anomaly inference strategy, which incorporates a comprehensive comparison between the query and generated anomaly-free data pool and prompt information. Extensive evaluations across eleven datasets in three domains demonstrate our model's effectiveness compared to the latest AD methods. Additionally, our method has been proven to transfer flexibly to other AD methods, with the generated image data effectively improving the performance of other AD methods. Yiyue Li, Shaoting Zhang 0001, Kang Li 0004, Qicheng Lao |
NeurIPS | 2 |
| 2024 | Domain composition and attention network trained with synthesized unlabeled images for generalizable medical image segmentation
Jiangshan Lu, Ran Gu, Wenjun Liao, Shichuan Zhang, Huijun Yu, Shaoting Zhang 0001, Guotai Wang |
Neurocomputing | 6 |
| 2024 | TransUNet: Rethinking the U-Net architecture design for medical image segmentation through the lens of transformersabstractMedical image segmentation is crucial for healthcare, yet convolution-based methods like U-Net face limitations in modeling long-range dependencies. To address this, Transformers designed for sequence-to-sequence predictions have been integrated into medical image segmentation. However, a comprehensive understanding of Transformers' self-attention in U-Net components is lacking. TransUNet, first introduced in 2021, is widely recognized as one of the first models to integrate Transformer into medical image analysis. In this study, we present the versatile framework of TransUNet that encapsulates Transformers' self-attention into two key modules: (1) a Transformer encoder tokenizing image patches from a convolution neural network (CNN) feature map, facilitating global context extraction, and (2) a Transformer decoder refining candidate regions through cross-attention between proposals and U-Net features. These modules can be flexibly inserted into the U-Net backbone, resulting in three configurations: Encoder-only, Decoder-only, and Encoder+Decoder. TransUNet provides a library encompassing both 2D and 3D implementations, enabling users to easily tailor the chosen architecture. Our findings highlight the encoder's efficacy in modeling interactions among multiple abdominal organs and the decoder's strength in handling small targets like tumors. It excels in diverse medical applications, such as multi-organ segmentation, pancreatic tumor segmentation, and hepatic vessel segmentation. Notably, our TransUNet achieves a significant average Dice improvement of 1.06% and 4.30% for multi-organ segmentation and pancreatic tumor segmentation, respectively, when compared to the highly competitive nn-UNet, and surpasses the top-1 solution in the BrasTS2021 challenge. 2D/3D Code and models are available at https://github.com/Beckschen/TransUNet and https://github.com/Beckschen/TransUNet-3D, respectively. Jieneng Chen, Jieru Mei, Xianhang Li, Yongyi Lu, Qihang Yu, Qingyue Wei, Xiangde Luo, Yutong Xie 0001, Ehsan Adeli-Mosabbeb, Yan Wang 0033, Matthew P. Lungren, Shaoting Zhang 0001, Lei Xing 0001, Le Lu 0001, Alan L. Yuille, Yuyin Zhou |
Medical Image Anal. | 12 |
| 2024 | DMSPS: Dynamically mixed soft pseudo-label supervision for scribble-supervised medical image segmentation
Xiangde Luo, Xiangjiang Xie, Wenjun Liao, Shichuan Zhang, Tao Song 0002, Guotai Wang, Shaoting Zhang 0001 |
Medical Image Anal. | 8 |
| 2024 | AVDNet: Joint coronary artery and vein segmentation with topological consistencyabstractCoronary CT angiography (CCTA) is an effective and non-invasive method for coronary artery disease diagnosis. Extracting an accurate coronary artery tree from CCTA image is essential for centerline extraction, plaque detection, and stenosis quantification. In practice, data quality varies. Sometimes, the arteries and veins have similar intensities and locate closely, which may confuse segmentation algorithms, even deep learning based ones, to obtain accurate arteries. However, it is not always feasible to re-scan the patient for better image quality. In this paper, we propose an artery and vein disentanglement network (AVDNet) for robust and accurate segmentation by incorporating the coronary vein into the segmentation task. This is the first work to segment coronary artery and vein at the same time. The AVDNet consists of an image based vessel recognition network (IVRN) and a topology based vessel refinement network (TVRN). IVRN learns to segment the arteries and veins, while TVRN learns to correct the segmentation errors based on topology consistency. We also design a novel inverse distance weighted dice (IDD) loss function to recover more thin vessel branches and preserve the vascular boundaries. Extensive experiments are conducted on a multi-center dataset of 700 patients. Quantitative and qualitative results demonstrate the effectiveness of the proposed method by comparing it with state-of-the-art methods and different variants. Prediction results of the AVDNet on the Automated Segmentation of Coronary Artery Challenge dataset are avaliabel at https://github.com/WennyJJ/Coronary-Artery-Vein-Segmentation for follow-up research. Wenji Wang, Qing Xia 0002, Zhennan Yan, Xiao Wang 0004, Shaoping Nie, Dimitris N. Metaxas, Shaoting Zhang 0001 |
Medical Image Anal. | 10 |
| 2024 | On the challenges and perspectives of foundation models for medical image analysis
Shaoting Zhang 0001, Dimitris N. Metaxas |
Medical Image Anal. | 1 |
| 2024 | Classification of lung cancer subtypes on CT images with synthetic pathological priors
Wentao Zhu 0002, Gege Ma, Geng Chen 0001, Jan Egger, Shaoting Zhang 0001, Dimitris N. Metaxas |
Medical Image Anal. | 6 |
| 2024 | DA-Tran: Multiphase liver tumor segmentation with a domain-adaptive transformer network
Yangfan Ni, Geng Chen 0001, Zhan Feng, Heng Cui, Dimitris N. Metaxas, Shaoting Zhang 0001, Wentao Zhu 0002 |
Pattern Recognit. | 6 |
| 2024 | Semi-supervised pathological image segmentation via cross distillation of multiple attentions and Seg-CAM consistency
Lanfeng Zhong, Xiangde Luo, Shaoting Zhang 0001, Guotai Wang |
Pattern Recognit. | 4 |
| 2024 | One-Shot Weakly-Supervised Segmentation in 3D Medical ImagesabstractDeep neural networks typically require accurate and a large number of annotations to achieve outstanding performance in medical image segmentation. One-shot and weakly-supervised learning are promising research directions that reduce labeling effort by learning a new class from only one annotated image and using coarse labels instead, respectively. In this work, we present an innovative framework for 3D medical image segmentation with one-shot and weakly-supervised settings. Firstly a propagation-reconstruction network is proposed to propagate scribbles from one annotated volume to unlabeled 3D images based on the assumption that anatomical patterns in different human bodies are similar. Then a multi-level similarity denoising module is designed to refine the scribbles based on embeddings from anatomical- to pixel-level. After expanding the scribbles to pseudo masks, we observe the miss-classified voxels mainly occur at the border region and propose to extract self-support prototypes for the specific refinement. Based on these weakly-supervised segmentation results, we further train a segmentation model for the new class with the noisy label training strategy. Experiments on three CT and one MRI datasets show the proposed method obtains significant improvement over the state-of-the-art methods and performs robustly even under severe class imbalance and low contrast. Code is publicly available at https://github.com/LWHYC/OneShot_WeaklySeg. Wenhui Lei, Ran Gu, Xinglong Liu, Guotai Wang, Xiaofan Zhang 0002, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 9 |
| 2024 | Hierarchical-Instance Contrastive Learning for Minority Detection on Imbalanced Medical DatasetsabstractDeep learning methods are often hampered by issues such as data imbalance and data-hungry. In medical imaging, malignant or rare diseases are frequently of minority classes in the dataset, featured by diversified distribution. Besides that, insufficient labels and unseen cases also present conundrums for training on the minority classes. To confront the stated problems, we propose a novel Hierarchical-instance Contrastive Learning (HCLe) method for minority detection by only involving data from the majority class in the training stage. To tackle inconsistent intra-class distribution in majority classes, our method introduces two branches, where the first branch employs an auto-encoder network augmented with three constraint functions to effectively extract image-level features, and the second branch designs a novel contrastive learning network by taking into account the consistency of features among hierarchical samples from majority classes. The proposed method is further refined with a diverse mini-batch strategy, enabling the identification of minority classes under multiple conditions. Extensive experiments have been conducted to evaluate the proposed method on three datasets of different diseases and modalities. The experimental results show that the proposed method outperforms the state-of-the-art methods. Yiyue Li, Guangwu Qian, Xiaoshuang Jiang, Zekun Jiang, Shaoting Zhang 0001, Kang Li 0004, Qicheng Lao |
IEEE Trans. Medical Imaging | 6 |
| 2024 | Pattern-Aware Transformer: Hierarchical Pattern Propagation in Sequential Medical ImagesabstractThis paper investigates how to effectively mine contextual information among sequential images and jointly model them in medical imaging tasks. Different from state-of-the-art methods that model sequential correlations via point-wise token encoding, this paper develops a novel hierarchical pattern-aware tokenization strategy. It handles distinct visual patterns independently and hierarchically, which not only ensures the full flexibility of attention aggregation under different pattern representations but also preserves both local and global information simultaneously. Based on this strategy, we propose a Pattern-Aware Transformer (PATrans) featuring a global-local dual-path pattern-aware cross-attention mechanism to achieve hierarchical pattern matching and propagation among sequential images. Furthermore, PATrans is plug-and-play and can be seamlessly integrated into various backbone networks for diverse downstream sequence modeling tasks. We demonstrate its general application paradigm across four domains and five benchmarks in video object detection and 3D volumetric semantic segmentation tasks, respectively. Impressively, PATrans sets new state-of-the-art across all these benchmarks, i.e., CVC-Video (92.3% detection F1), ASU-Mayo (99.1% localization F1), Lung Tumor (78.59% DSC), Nasopharynx Tumor (75.50% DSC), and Kidney Tumor (87.53% DSC). Codes and models are available at https://github.com/GGaoxiang/PATrans. Lingyun Wu, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 4 |
| 2024 | FPL+: Filtered Pseudo Label-Based Unsupervised Cross-Modality Adaptation for 3D Medical Image SegmentationabstractAdapting a medical image segmentation model to a new domain is important for improving its cross-domain transferability, and due to the expensive annotation process, Unsupervised Domain Adaptation (UDA) is appealing where only unlabeled images are needed for the adaptation. Existing UDA methods are mainly based on image or feature alignment with adversarial training for regularization, and they are limited by insufficient supervision in the target domain. In this paper, we propose an enhanced Filtered Pseudo Label (FPL+)-based UDA method for 3D medical image segmentation. It first uses cross-domain data augmentation to translate labeled images in the source domain to a dual-domain training set consisting of a pseudo source-domain set and a pseudo target-domain set. To leverage the dual-domain augmented images to train a pseudo label generator, domain-specific batch normalization layers are used to deal with the domain shift while learning the domain-invariant structure features, generating high-quality pseudo labels for target-domain images. We then combine labeled source-domain images and target-domain images with pseudo labels to train a final segmentor, where image-level weighting based on uncertainty estimation and pixel-level weighting based on dual-domain consensus are proposed to mitigate the adverse effect of noisy pseudo labels. Experiments on three public multi-modal datasets for Vestibular Schwannoma, brain tumor and whole heart segmentation show that our method surpassed ten state-of-the-art UDA methods, and it even achieved better results than fully supervised learning in the target domain in some cases. Jianghao Wu 0001, Guotai Wang, Qiang Yue 0005, Huijun Yu, Kang Li 0004, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 7 |
| 2023 | MidMed: Towards Mixed-Type Dialogues for Medical ConsultationabstractXiaoming Shi, Zeming Liu, Chuan Wang, Haitao Leng, Kui Xue, Xiaofan Zhang, Shaoting Zhang. Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2023. Zeming Liu, Chuan Wang 0002, Haitao Leng, Kui Xue, Xiaofan Zhang 0002, Shaoting Zhang 0001 |
ACL (1) | 7 |
| 2023 | KiUT: Knowledge-injected U-Transformer for Radiology Report GenerationabstractRadiology report generation aims to automatically generate a clinically accurate and coherent paragraph from the X-ray image, which could relieve radiologists from the heavy burden of report writing. Although various image caption methods have shown remarkable performance in the natural image field, generating accurate reports for medical images requires knowledge of multiple modalities, including vision, language, and medical terminology. We propose a Knowledge-injected U-Transformer (KiUT) to learn multi-level visual representation and adaptively distill the information with contextual and clinical knowledge for word prediction. In detail, a U-connection schema between the encoder and decoder is designed to model interactions between different modalities. And a symptom graph and an injected knowledge distiller are developed to assist the report generation. Experimentally, we outperform state-of-the-art methods on two widely used benchmark datasets: IU-Xray and MIMIC-CXR. Further experimental results prove the advantages of our architecture and the complementary benefits of the injected knowledge. Zhongzhen Huang, Xiaofan Zhang 0002, Shaoting Zhang 0001 |
CVPR | 3 |
| 2023 | Pathology-and-Genomics Multimodal Transformer for Survival Outcome Prediction
Kexin Ding, Mu Zhou, Dimitris N. Metaxas, Shaoting Zhang 0001 |
MICCAI (6) | 4 |
| 2023 | UM-CAM: Uncertainty-weighted Multi-resolution Class Activation Maps for Weakly-supervised Fetal Brain Segmentation
Shaoting Zhang 0001, Guotai Wang |
MICCAI (7) | 3 |
| 2023 | Scribble-Based 3D Multiple Abdominal Organ Segmentation via Triple-Branch Multi-Dilated Network with Pixel- and Class-Wise Consistency
Xiangde Luo, Wenjun Liao, Shichuan Zhang, Shaoting Zhang 0001, Guotai Wang |
MICCAI (7) | 5 |
| 2023 | Foundation Model for Endoscopy Video Analysis via Large-Scale Self-supervised Pre-train
Zhao Wang 0006, Shaoting Zhang 0001, Qi Dou 0001 |
MICCAI (9) | 3 |
| 2023 | Text-Guided Foundation Model Adaptation for Pathological Image Classification
Yunkun Zhang, Mu Zhou, Xiaosong Wang 0001, Yu Qiao 0001, Shaoting Zhang 0001, Dequan Wang |
MICCAI (5) | 6 |
| 2023 | Semi-supervised Pathological Image Segmentation via Cross Distillation of Multiple Attentions
Lanfeng Zhong, Shaoting Zhang 0001, Guotai Wang |
MICCAI (6) | 3 |
| 2023 | SAM-DTA: a sequence-agnostic model for drug-target binding affinity predictionabstractDrug-target binding affinity prediction is a fundamental task for drug discovery and has been studied for decades. Most methods follow the canonical paradigm that processes the inputs of the protein (target) and the ligand (drug) separately and then combines them together. In this study we demonstrate, surprisingly, that a model is able to achieve even superior performance without access to any protein-sequence-related information. Instead, a protein is characterized completely by the ligands that it interacts. Specifically, we treat different proteins separately, which are jointly trained in a multi-head manner, so as to learn a robust and universal representation of ligands that is generalizable across proteins. Empirical evidences show that the novel paradigm outperforms its competitive sequence-based counterpart, with the Mean Squared Error (MSE) of 0.4261 versus 0.7612 and the R-Square of 0.7984 versus 0.6570 compared with DeepAffinity. We also investigate the transfer learning scenario where unseen proteins are encountered after the initial training, and the cross-dataset evaluation for prospective studies. The results reveals the robustness of the proposed model in generalizing to unseen proteins as well as in predicting future data. Source codes and data are available at https://github.com/huzqatpku/SAM-DTA. Chenbin Zhang, Shaoting Zhang 0001, Huiqun Yu, Yi Xiong 0002, Hao Liu 0081, Song Ke |
Briefings Bioinform. | 5 |
| 2023 | Deep generative modeling and clustering of single cell Hi-C dataabstractDeciphering 3D genome conformation is important for understanding gene regulation and cellular function at a spatial level. The recent advances of single cell Hi-C technologies have enabled the profiling of the 3D architecture of DNA within individual cell, which allows us to study the cell-to-cell variability of 3D chromatin organization. Computational approaches are in urgent need to comprehensively analyze the sparse and heterogeneous single cell Hi-C data. Here, we proposed scDEC-Hi-C, a new framework for single cell Hi-C analysis with deep generative neural networks. scDEC-Hi-C outperforms existing methods in terms of single cell Hi-C data clustering and imputation. Moreover, the generative power of scDEC-Hi-C could help unveil the differences of chromatin architecture across cell types. We expect that scDEC-Hi-C could shed light on deepening our understanding of the complex mechanism underlying the formation of chromatin contacts. Qiao Liu 0008, Wanwen Zeng, Wei Zhang 0241, Hongyang Chen 0001, Rui Jiang 0001, Mu Zhou, Shaoting Zhang 0001 |
Briefings Bioinform. | 8 |
| 2023 | Predicting cancer outcomes from whole slide images via hybrid supervision learning
Xianying He, Jiahui Li 0005, Fang Yan 0002, Wen Chen 0001, Qi Duan, Hongsheng Li 0001, Shaoting Zhang 0001, Jie Zhao 0014 |
Neurocomputing | 10 |
| 2023 | TISS-net: Brain tumor image synthesis and segmentation using cascaded dual-task networks and error-prediction consistencyabstractAccurate segmentation of brain tumors from medical images is important for diagnosis and treatment planning, and it often requires multi-modal or contrast-enhanced images. However, in practice some modalities of a patient may be absent. Synthesizing the missing modality has a potential for filling this gap and achieving high segmentation performance. Existing methods often treat the synthesis and segmentation tasks separately or consider them jointly but without effective regularization of the complex joint model, leading to limited performance. We propose a novel brain Tumor Image Synthesis and Segmentation network (TISS-Net) that obtains the synthesized target modality and segmentation of brain tumors end-to-end with high performance. First, we propose a dual-task-regularized generator that simultaneously obtains a synthesized target modality and a coarse segmentation, which leverages a tumor-aware synthesis loss with perceptibility regularization to minimize the high-level semantic domain gap between synthesized and real target modalities. Based on the synthesized image and the coarse segmentation, we further propose a dual-task segmentor that predicts a refined segmentation and error in the coarse segmentation simultaneously, where a consistency between these two predictions is introduced for regularization. Our TISS-Net was validated with two applications: synthesizing FLAIR images for whole glioma segmentation, and synthesizing contrast-enhanced T1 images for Vestibular Schwannoma segmentation. Experimental results showed that our TISS-Net largely improved the segmentation accuracy compared with direct segmentation from the available modalities, and it outperformed state-of-the-art image synthesis-based segmentation methods. Jianghao Wu 0001, Lu Wang 0002, Shuojue Yang, Yuanjie Zheng, Jonathan Shapey, Tom Vercauteren, Sotirios Bisdas, Robert Bradford, Shakeel R. Saeed, Neil Kitchen, Sébastien Ourselin, Shaoting Zhang 0001, Guotai Wang |
Neurocomputing | 13 |
| 2023 | CDDSA: Contrastive domain disentanglement and style augmentation for generalizable medical image segmentation
Ran Gu, Guotai Wang, Jiangshan Lu, Jingyang Zhang, Wenhui Lei, Wenjun Liao, Shichuan Zhang, Kang Li 0004, Dimitris N. Metaxas, Shaoting Zhang 0001 |
Medical Image Anal. | 11 |
| 2023 | Self-supervised anomaly detection, staging and segmentation for retinal images
Yiyue Li, Qicheng Lao, Qingbo Kang, Zekun Jiang, Shiyi Du, Shaoting Zhang 0001, Kang Li 0004 |
Medical Image Anal. | 6 |
| 2023 | Root canal treatment planning by automatic tooth and root canal segmentation in dental CBCT with deep multi-task feature learning
Wenjun Xia, Zhennan Yan, Liang Zhao 0018, Xiaohe Bian, Zhengnan Qi, Shaoting Zhang 0001, Zisheng Tang |
Medical Image Anal. | 8 |
| 2023 | Editorial for special issue on explainable and generalizable deep learning methods for medical image computing
Guotai Wang, Shaoting Zhang 0001, Sharon X. Huang, Tom Vercauteren, Dimitris N. Metaxas |
Medical Image Anal. | 2 |
| 2023 | A novel one-to-multiple unsupervised domain adaptation framework for abdominal organ segmentation
Jianghao Wu 0001, Jiangshan Lu, Yuxiang Ye, Yechong Huang, Xin Dou, Kang Li 0004, Guotai Wang, Shaoting Zhang 0001 |
Medical Image Anal. | 10 |
| 2023 | Contrastive Semi-Supervised Learning for Domain Adaptive Segmentation Across Similar Anatomical StructuresabstractConvolutional Neural Networks (CNNs) have achieved state-of-the-art performance for medical image segmentation, yet need plenty of manual annotations for training. Semi-Supervised Learning (SSL) methods are promising to reduce the requirement of annotations, but their performance is still limited when the dataset size and the number of annotated images are small. Leveraging existing annotated datasets with similar anatomical structures to assist training has a potential for improving the model's performance. However, it is further challenged by the cross-anatomy domain shift due to the image modalities and even different organs in the target domain. To solve this problem, we propose Contrastive Semi-supervised learning for Cross Anatomy Domain Adaptation (CS-CADA) that adapts a model to segment similar structures in a target domain, which requires only limited annotations in the target domain by leveraging a set of existing annotated images of similar structures in a source domain. We use Domain-Specific Batch Normalization (DSBN) to individually normalize feature maps for the two anatomical domains, and propose a cross-domain contrastive learning strategy to encourage extracting domain invariant features. They are integrated into a Self-Ensembling Mean-Teacher (SE-MT) framework to exploit unlabeled target domain images with a prediction consistency constraint. Extensive experiments show that our CS-CADA is able to solve the challenging cross-anatomy domain shift problem, achieving accurate segmentation of coronary arteries in X-ray images with the help of retinal vessel images and cardiac MR images with the help of fundus images, respectively, given only a small number of annotations in the target domain. Our code is available at https://github.com/HiLab-git/DAG4MIA. Ran Gu, Jingyang Zhang, Guotai Wang, Wenhui Lei, Tao Song 0002, Xiaofan Zhang 0002, Kang Li 0004, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 8 |
| 2023 | UPL-SFDA: Uncertainty-Aware Pseudo Label Guided Source-Free Domain Adaptation for Medical Image SegmentationabstractDomain Adaptation (DA) is important for deep learning-based medical image segmentation models to deal with testing images from a new target domain. As the source-domain data are usually unavailable when a trained model is deployed at a new center, Source-Free Domain Adaptation (SFDA) is appealing for data and annotation-efficient adaptation to the target domain. However, existing SFDA methods have a limited performance due to lack of sufficient supervision with source-domain images unavailable and target-domain images unlabeled. We propose a novel Uncertainty-aware Pseudo Label guided (UPL) SFDA method for medical image segmentation. Specifically, we propose Target Domain Growing (TDG) to enhance the diversity of predictions in the target domain by duplicating the pre-trained model's prediction head multiple times with perturbations. The different predictions in these duplicated heads are used to obtain pseudo labels for unlabeled target-domain images and their uncertainty to identify reliable pseudo labels. We also propose a Twice Forward pass Supervision (TFS) strategy that uses reliable pseudo labels obtained in one forward pass to supervise predictions in the next forward pass. The adaptation is further regularized by a mean prediction-based entropy minimization term that encourages confident and consistent results in different prediction heads. UPL-SFDA was validated with a multi-site heart MRI segmentation dataset, a cross-modality fetal brain segmentation dataset, and a 3D fetal tissue segmentation dataset. It improved the average Dice by 5.54, 5.01 and 6.89 percentage points for the three tasks compared with the baseline, respectively, and outperformed several state-of-the-art SFDA methods. Jianghao Wu 0001, Guotai Wang, Ran Gu, Wentao Zhu 0002, Tom Vercauteren, Sébastien Ourselin, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 9 |
| 2023 | PA-Seg: Learning From Point Annotations for 3D Medical Image Segmentation Using Contextual Regularization and Cross Knowledge DistillationabstractThe success of Convolutional Neural Networks (CNNs) in 3D medical image segmentation relies on massive fully annotated 3D volumes for training that are time-consuming and labor-intensive to acquire. In this paper, we propose to annotate a segmentation target with only seven points in 3D medical images, and design a two-stage weakly supervised learning framework PA-Seg. In the first stage, we employ geodesic distance transform to expand the seed points to provide more supervision signal. To further deal with unannotated image regions during training, we propose two contextual regularization strategies, i.e., multi-view Conditional Random Field (mCRF) loss and Variance Minimization (VM) loss, where the first one encourages pixels with similar features to have consistent labels, and the second one minimizes the intensity variance for the segmented foreground and background, respectively. In the second stage, we use predictions obtained by the model pre-trained in the first stage as pseudo labels. To overcome noises in the pseudo labels, we introduce a Self and Cross Monitoring (SCM) strategy, which combines self-training with Cross Knowledge Distillation (CKD) between a primary model and an auxiliary model that learn from soft labels generated by each other. Experiments on public datasets for Vestibular Schwannoma (VS) segmentation and Brain Tumor Segmentation (BraTS) demonstrated that our model trained in the first stage outperformed existing state-of-the-art weakly supervised approaches by a large margin, and after using SCM for additional training, the model's performance was close to its fully supervised counterpart on the BraTS dataset. Shuwei Zhai, Guotai Wang, Xiangde Luo, Qiang Yue 0005, Kang Li 0004, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 6 |
| 2023 | Efficient Multi-Organ Segmentation From 3D Abdominal CT Images With Lightweight Network and Knowledge DistillationabstractAccurate segmentation of multiple abdominal organs from Computed Tomography (CT) images plays an important role in computer-aided diagnosis, treatment planning and follow-up. Currently, 3D Convolution Neural Networks (CNN) have achieved promising performance for automatic medical image segmentation tasks. However, most existing 3D CNNs have a large set of parameters and huge floating point operations (FLOPs), and 3D CT volumes have a large size, leading to high computational cost, which limits their clinical application. To tackle this issue, we propose a novel framework based on lightweight network and Knowledge Distillation (KD) for delineating multiple organs from 3D CT volumes. We first propose a novel lightweight medical image segmentation network named LCOV-Net for reducing the model size and then introduce two knowledge distillation modules (i.e., Class-Affinity KD and Multi-Scale KD) to effectively distill the knowledge from a heavy-weight teacher model to improve LCOV-Net's segmentation accuracy. Experiments on two public abdominal CT datasets for multiple organ segmentation showed that: 1) Our LCOV-Net outperformed existing lightweight 3D segmentation models in both computational cost and accuracy; 2) The proposed KD strategy effectively improved the performance of the lightweight network, and it outperformed existing KD methods; 3) Combining the proposed LCOV-Net and KD strategy, our framework achieved better performance than the state-of-the-art 3D nnU-Net with only one-fifth parameters. The code is available at https://github.com/HiLab-git/LCOVNet-and-KD. Qianfei Zhao, Lanfeng Zhong, Jianghong Xiao, Wenjun Liao, Shaoting Zhang 0001, Guotai Wang |
IEEE Trans. Medical Imaging | 7 |
| 2023 | HAMIL: High-Resolution Activation Maps and Interleaved Learning for Weakly Supervised Segmentation of Histopathological ImagesabstractSemantic segmentation of histopathological images is important for automatic cancer diagnosis, and it is challenged by time-consuming and labor-intensive annotation process that obtains pixel-level labels for training. To reduce annotation costs, Weakly Supervised Semantic Segmentation (WSSS) aims to segment objects by only using image or patch-level classification labels. Current WSSS methods are mostly based on Class Activation Map (CAM) that usually locates the most discriminative object part with limited segmentation accuracy. In this work, we propose a novel two-stage weakly supervised segmentation framework based on High-resolution Activation Maps and Interleaved Learning (HAMIL). First, we propose a simple yet effective Classification Network with High-resolution Activation Maps (HAM-Net) that exploits a lightweight classification head combined with Multiple Layer Fusion (MLF) of activation maps and Monte Carlo Augmentation (MCA) to obtain precise foreground regions. Second, we use dense pseudo labels generated by HAM-Net to train a better segmentation model, where three networks with the same structure are trained with interleaved learning: The agreement between two networks is used to highlight reliable pseudo labels for training the third network, and at the same time, the two networks serve as teachers for guiding the third network via knowledge distillation. Extensive experiments on two public histopathological image datasets of lung cancer demonstrated that our proposed HAMIL outperformed state-of-the-art weakly supervised and noisy label learning methods, respectively. The code is available at https://github.com/HiLab-git/HAMIL. Lanfeng Zhong, Guotai Wang, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 4 |
| 2022 | AANet: Artery-Aware Network for Pulmonary Embolism Detection in CTPA Images
Xinglong Liu, Shaoting Zhang 0001, Guangyu Tao, Huiyuan Zhu, Wenhui Lei, Huiqi Li |
MICCAI (1) | 4 |
| 2022 | Scribble-Supervised Medical Image Segmentation via Dual-Branch Network and Dynamically Mixed Pseudo Labels Supervision
Xiangde Luo, Minhao Hu, Wenjun Liao, Shuwei Zhai, Tao Song 0002, Guotai Wang, Shaoting Zhang 0001 |
MICCAI (1) | 7 |
| 2022 | DigestPath: A benchmark dataset with challenge review for the pathological detection and segmentation of digestive-system
Qian Da, Zhongyu Li 0002, Yanfei Zuo, Chenbin Zhang, Jingxin Liu 0005, Wen Chen 0001, Jiahui Li 0005, Dou Xu, Hongmei Yi, Zhe Wang 0043, Li Zhang 0040, Xianying He, Xiaofan Zhang 0002, Ke Mei, Chuang Zhu, Weizeng Lu, LinLin Shen, Jun Shi 0006, Jun Li 0106, Sreehari S, Ganapathy Krishnamurthi, Jiangcheng Yang, Tiancheng Lin 0001, Qingyu Song 0004, Xuechen Liu 0004, Simon Graham, Raja Muhammad Saad Bashir, Canqian Yang, Shaofei Qin, Xinmei Tian 0001, Jie Zhao 0014, Dimitris N. Metaxas, Hongsheng Li 0001, Chaofu Wang, Shaoting Zhang 0001 |
Medical Image Anal. | 40 |
| 2022 | Thyroid nodule segmentation and classification in ultrasound images through intra- and inter-task consistent learning
Qingbo Kang, Qicheng Lao, Yiyue Li, Zekun Jiang, Shaoting Zhang 0001, Kang Li 0004 |
Medical Image Anal. | 6 |
| 2022 | WORD: A large scale dataset, benchmark and clinical applicable study for abdominal organ segmentation from CT image
Xiangde Luo, Wenjun Liao, Jianghong Xiao, Jieneng Chen, Tao Song 0002, Xiaofan Zhang 0002, Kang Li 0004, Dimitris N. Metaxas, Guotai Wang, Shaoting Zhang 0001 |
Medical Image Anal. | 10 |
| 2022 | SCPM-Net: An anchor-free 3D lung nodule detection network using sphere representation and center points matching
Xiangde Luo, Tao Song 0002, Guotai Wang, Jieneng Chen, Kang Li 0004, Dimitris N. Metaxas, Shaoting Zhang 0001 |
Medical Image Anal. | 8 |
| 2022 | Semi-supervised medical image segmentation via uncertainty rectified pyramid consistency
Xiangde Luo, Guotai Wang, Wenjun Liao, Jieneng Chen, Tao Song 0002, Shichuan Zhang, Dimitris N. Metaxas, Shaoting Zhang 0001 |
Medical Image Anal. | 9 |
| 2022 | SymReg-GAN: Symmetric Image Registration With Generative Adversarial NetworksabstractSymmetric image registration estimates bi-directional spatial transformations between images while enforcing an inverse-consistency. Its capability of eliminating bias introduced inevitably by generic single-directional image registration allows more precise analysis in different interdisciplinary applications of image registration, e.g., computational anatomy and shape analysis. However, most existing symmetric registration techniques especially for multimodal images are limited by low speed from the commonly-used iterative optimization, hardship in exploring inter-modality relations or high labor cost for labeling data. We propose SymReg-GAN to shatter these limits, which is a novel generative adversarial networks (GAN) based approach to symmetric image registration. We formulate symmetric registration of unimodal/multimodal images as a conditional GAN and train it with a semi-supervised strategy. The registration symmetry is realized by introducing a loss for encouraging that the cycle composed of the geometric transformation from one image to another and its reverse should bring an image back. The semi-supervised learning enables both the precious labeled data and large amounts of unlabeled data to be fully exploited. Experimental results from six public brain magnetic resonance imaging (MRI) datasets and 1 our own computed tomography (CT) and MRI dataset demonstrate the superiority of SymReg-GAN to several existing state-of-the-art methods. Yuanjie Zheng, Xiaodan Sui, Yanyun Jiang, Tongtong Che, Shaoting Zhang 0001, Jie Yang 0002, Hongsheng Li 0001 |
IEEE Trans. Pattern Anal. Mach. Intell. | 5 |
| 2022 | HMRNet: High and Multi-Resolution Network With Bidirectional Feature Calibration for Brain Structure Segmentation in RadiotherapyabstractAccurate segmentation of Anatomical brain Barriers to Cancer spread (ABCs) plays an important role for automatic delineation of Clinical Target Volume (CTV) of brain tumors in radiotherapy. Despite that variants of U-Net are state-of-the-art segmentation models, they have limited performance when dealing with ABCs structures with various shapes and sizes, especially thin structures (e.g., the falx cerebri) that span only few slices. To deal with this problem, we propose a High and Multi-Resolution Network (HMRNet) that consists of a multi-scale feature learning branch and a high-resolution branch, which can maintain the high-resolution contextual information and extract more robust representations of anatomical structures with various scales. We further design a Bidirectional Feature Calibration (BFC) block to enable the two branches to generate spatial attention maps for mutual feature calibration. Considering the different sizes and positions of ABCs structures, our network was applied after a rough localization of each structure to obtain fine segmentation results. Experiments on the MICCAI 2020 ABCs challenge dataset showed that: 1) Our proposed two-stage segmentation strategy largely outperformed methods segmenting all the structures in just one stage; 2) The proposed HMRNet with two branches can maintain high-resolution representations and is effective to improve the performance on thin structures; 3) The proposed BFC block outperformed existing attention methods using monodirectional feature calibration. Our method won the second place of ABCs 2020 challenge and has a potential for more accurate and reasonable delineation of CTV of brain tumors. Hao Fu 0014, Guotai Wang, Wenhui Lei, Wei Xu 0046, Qianfei Zhao, Shichuan Zhang, Kang Li 0004, Shaoting Zhang 0001 |
IEEE J. Biomed. Health Informatics | 8 |
| 2022 | Learning COVID-19 Pneumonia Lesion Segmentation From Imperfect Annotations via Divergence-Aware Selective TrainingabstractAutomatic segmentation of COVID-19 pneumonia lesions is critical for quantitative measurement for diagnosis and treatment management. For this task, deep learning is the state-of-the-art method while requires a large set of accurately annotated images for training, which is difficult to obtain due to limited access to experts and the time-consuming annotation process. To address this problem, we aim to train the segmentation network from imperfect annotations, where the training set consists of a small clean set of accurately annotated images by experts and a large noisy set of inaccurate annotations by non-experts. To avoid the labels with different qualities corrupting the segmentation model, we propose a new approach to train segmentation networks to deal with noisy labels. We introduce a dual-branch network to separately learn from the accurate and noisy annotations. To fully exploit the imperfect annotations as well as suppressing the noise, we design a Divergence-Aware Selective Training (DAST) strategy, where a divergence-aware noisiness score is used to identify severely noisy annotations and slightly noisy annotations. For severely noisy samples we use an regularization through dual-branch consistency between predictions from the two branches. We also refine slightly noisy samples and use them as supplementary data for the clean branch to avoid overfitting. Experimental results show that our method achieves a higher performance than standard training process for COVID-19 pneumonia lesion segmentation when learning from imperfect labels, and our framework outperforms the state-of-the-art noise-tolerate methods significantly with various clean label percentages. Shuojue Yang, Guotai Wang, Xiangde Luo, Kang Li 0004, Qijun Wang, Shaoting Zhang 0001 |
IEEE J. Biomed. Health Informatics | 8 |
| 2022 | Contrastive and Selective Hidden Embeddings for Medical Image SegmentationabstractMedical image segmentation is fundamental and essential for the analysis of medical images. Although prevalent success has been achieved by convolutional neural networks (CNN), challenges are encountered in the domain of medical image analysis by two aspects: 1) lack of discriminative features to handle similar textures of distinct structures and 2) lack of selective features for potential blurred boundaries in medical images. In this paper, we extend the concept of contrastive learning (CL) to the segmentation task to learn more discriminative representation. Specifically, we propose a novel patch-dragsaw contrastive regularization (PDCR) to perform patch-level tugging and repulsing. In addition, a new structure, namely uncertainty-aware feature re- weighting block (UAFR), is designed to address the potential high uncertainty regions in the feature maps and serves as a better feature re- weighting. Our proposed method achieves state-of-the-art results across 8 public datasets from 6 domains. Besides, the method also demonstrates robustness in the limited-data scenario. The code is publicly available at https://github.com/lzh19961031/PDCR_UAFR-MIShttps://github.com/lzh19961031/PDCR_UAFR-MIS. Zihao Liu 0009, Zhuowei Li 0002, Qing Xia 0002, Ruiqin Xiong, Shaoting Zhang 0001, Tingting Jiang 0001 |
IEEE Trans. Medical Imaging | 6 |
| 2022 | Semi-Supervised Segmentation of Radiation-Induced Pulmonary Fibrosis From Lung CT Scans With Multi-Scale Guided Dense AttentionabstractComputed Tomography (CT) plays an important role in monitoring radiation-induced Pulmonary Fibrosis (PF), where accurate segmentation of the PF lesions is highly desired for diagnosis and treatment follow-up. However, the task is challenged by ambiguous boundary, irregular shape, various position and size of the lesions, as well as the difficulty in acquiring a large set of annotated volumetric images for training. To overcome these problems, we propose a novel convolutional neural network called PF-Net and incorporate it into a semi-supervised learning framework based on Iterative Confidence-based Refinement And Weighting of pseudo Labels (I-CRAWL). Our PF-Net combines 2D and 3D convolutions to deal with CT volumes with large inter-slice spacing, and uses multi-scale guided dense attention to segment complex PF lesions. For semi-supervised learning, our I-CRAWL employs pixel-level uncertainty-based confidence-aware refinement to improve the accuracy of pseudo labels of unannotated images, and uses image-level uncertainty for confidence-based image weighting to suppress low-quality pseudo labels in an iterative training process. Extensive experiments with CT scans of Rhesus Macaques with radiation-induced PF showed that: 1) PF-Net achieved higher segmentation accuracy than existing 2D, 3D and 2.5D neural networks, and 2) I-CRAWL outperformed state-of-the-art semi-supervised learning methods for the PF lesion segmentation task. Our method has a potential to improve the diagnosis of PF and clinical assessment of side effects of radiotherapy for lung cancers. Guotai Wang, Shuwei Zhai, Giovanni Lasio, Baoshe Zhang, Byong Yi, Shifeng Chen, Thomas J. Macvittie, Dimitris N. Metaxas, Jinghao Zhou, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 10 |
| 2021 | Learning Unknown from Correlations: Graph Neural Network for Inter-novel-protein Interaction PredictionabstractThe study of multi-type Protein-Protein Interaction (PPI) is fundamental for understanding biological processes from a systematic perspective and revealing disease mechanisms. Existing methods suffer from significant performance degradation when tested in unseen dataset. In this paper, we investigate the problem and find that it is mainly attributed to the poor performance for inter-novel-protein interaction prediction. However, current evaluations overlook the inter-novel-protein interactions, and thus fail to give an instructive assessment. As a result, we propose to address the problem from both the evaluation and the methodology. Firstly, we design a new evaluation framework that fully respects the inter-novel-protein interactions and gives consistent assessment across datasets. Secondly, we argue that correlations between proteins must provide useful information for analysis of novel proteins, and based on this, we propose a graph neural network based method (GNN-PPI) for better inter-novel-protein interaction prediction. Experimental results on real-world datasets of different scales demonstrate that GNN-PPI significantly outperforms state-of-the-art PPI prediction methods, especially for the inter-novel-protein interaction prediction. Guofeng Lv, Yanguang Bi, Shaoting Zhang 0001 |
IJCAI | 4 |
| 2021 | Domain Composition and Attention for Unseen-Domain Generalizable Medical Image Segmentation
Ran Gu, Jingyang Zhang, Rui Huang 0001, Wenhui Lei, Guotai Wang, Shaoting Zhang 0001 |
MICCAI (3) | 6 |
| 2021 | Fully Test-Time Adaptation for Image Segmentation
Minhao Hu, Tao Song 0002, Yujun Gu, Xiangde Luo, Jieneng Chen, Ya Zhang 0002, Shaoting Zhang 0001 |
MICCAI (3) | 8 |
| 2021 | Multi-compound Transformer for Accurate Biomedical Image Segmentation
Yuanfeng Ji, Ruimao Zhang, Huijie Wang, Zhen Li 0026, Lingyun Wu, Shaoting Zhang 0001, Ping Luo 0002 |
MICCAI (1) | 6 |
| 2021 | Contrastive Learning of Relative Position Regression for One-Shot Object Localization in 3D Medical Images
Wenhui Lei, Wei Xu 0046, Ran Gu, Hao Fu 0014, Shaoting Zhang 0001, Shichuan Zhang, Guotai Wang |
MICCAI (2) | 5 |
| 2021 | Hybrid Supervision Learning for Pathology Whole Slide Image Classification
Jiahui Li 0005, Wen Chen 0022, Qi Duan, Dimitris N. Metaxas, Hongsheng Li 0001, Shaoting Zhang 0001 |
MICCAI (8) | 9 |
| 2021 | A Deep Reinforced Tree-Traversal Agent for Coronary Artery Centerline Extraction
Zhuowei Li 0002, Qing Xia 0002, Wenji Wang, Lijian Xu, Shaoting Zhang 0001 |
MICCAI (5) | 6 |
| 2021 | Efficient Semi-supervised Gross Target Volume of Nasopharyngeal Carcinoma Segmentation via Uncertainty Rectified Pyramid Consistency
Xiangde Luo, Wenjun Liao, Jieneng Chen, Tao Song 0002, Shichuan Zhang, Nianyong Chen, Guotai Wang, Shaoting Zhang 0001 |
MICCAI (2) | 9 |
| 2021 | Multi-frame Collaboration for Effective Endoscopic Video Polyp Detection via Spatial-Temporal Feature Transformation
Lingyun Wu, Yuanfeng Ji, Ping Luo 0002, Shaoting Zhang 0001 |
MICCAI (5) | 5 |
| 2021 | Automatic segmentation of organs-at-risk from head-and-neck CT using separable convolutional neural network with hard-region-weighted loss
Wenhui Lei, Haochen Mei, Zhengwentai Sun, Shan Ye, Ran Gu, Huan Wang 0015, Rui Huang 0001, Shichuan Zhang, Shaoting Zhang 0001, Guotai Wang |
Neurocomputing | 9 |
| 2021 | Guest editorial: Deep learning for medical image analysis
Hongsheng Li 0001, Shaoting Zhang 0001, Dimitris N. Metaxas |
Neurocomputing | 2 |
| 2021 | MIDeepSeg: Minimally interactive segmentation of unseen objects from medical images using deep learning
Xiangde Luo, Guotai Wang, Tao Song 0002, Jingyang Zhang, Michael Aertsen, Jan Deprest, Sébastien Ourselin, Tom Vercauteren, Shaoting Zhang 0001 |
Medical Image Anal. | 9 |
| 2021 | Surgical planning of pelvic tumor using multi-view CNN with relation-context representation learningabstractLimb salvage surgery of malignant pelvic tumors is the most challenging procedure in musculoskeletal oncology due to the complex anatomy of the pelvic bones and soft tissues. It is crucial to accurately resect the pelvic tumors with appropriate margins in this procedure. However, there is still a lack of efficient and repetitive image planning methods for tumor identification and segmentation in many hospitals. In this paper, we present a novel deep learning-based method to accurately segment pelvic bone tumors in MRI. Our method uses a multi-view fusion network to extract pseudo-3D information from two scans in different directions and improves the feature representation by learning a relational context. In this way, it can fully utilize spatial information in thick MRI scans and reduce over-fitting when learning from a small dataset. Our proposed method was evaluated on two independent datasets collected from 90 and 15 patients, respectively. The segmentation accuracy of our method was superior to several comparing methods and comparable to the expert annotation, while the average time consumed decreased about 100 times from 1820.3 seconds to 19.2 seconds. In addition, we incorporate our method into an efficient workflow to improve the surgical planning process. Our workflow took only 15 minutes to complete surgical planning in a phantom study, which is a dramatic acceleration compared with the 2-day time span in a traditional workflow. Zhennan Yan, Liang Zhao 0018, Lichi Zhang, Shuaining Xie, Kang Li 0004, Dimitris N. Metaxas, Yongqiang Hao, Kerong Dai, Shaoting Zhang 0001, Xiaofeng Tao 0002, Songtao Ai |
Medical Image Anal. | 13 |
| 2021 | CA-Net: Comprehensive Attention Convolutional Neural Networks for Explainable Medical Image SegmentationabstractAccurate medical image segmentation is essential for diagnosis and treatment planning of diseases. Convolutional Neural Networks (CNNs) have achieved state-of-the-art performance for automatic medical image segmentation. However, they are still challenged by complicated conditions where the segmentation target has large variations of position, shape and scale, and existing CNNs have a poor explainability that limits their application to clinical decisions. In this work, we make extensive use of multiple attentions in a CNN architecture and propose a comprehensive attention-based CNN (CA-Net) for more accurate and explainable medical image segmentation that is aware of the most important spatial positions, channels and scales at the same time. In particular, we first propose a joint spatial attention module to make the network focus more on the foreground region. Then, a novel channel attention module is proposed to adaptively recalibrate channel-wise feature responses and highlight the most relevant feature channels. Also, we propose a scale attention module implicitly emphasizing the most salient feature maps among multiple scales so that the CNN is adaptive to the size of an object. Extensive experiments on skin lesion segmentation from ISIC 2018 and multi-class segmentation of fetal MRI found that our proposed CA-Net significantly improved the average segmentation Dice score from 87.77% to 92.08% for skin lesion, 84.79% to 87.08% for the placenta and 93.20% to 95.88% for the fetal brain respectively compared with U-Net. It reduced the model size to around 15 times smaller with close or even better accuracy compared with state-of-the-art DeepLabv3+. In addition, it has a much higher explainability than existing networks by visualizing the attention weight maps. Our code is available at https://github.com/HiLab-git/CA-Net. Ran Gu, Guotai Wang, Tao Song 0002, Rui Huang 0001, Michael Aertsen, Jan Deprest, Sébastien Ourselin, Tom Vercauteren, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 9 |
| 2021 | Annotation-Efficient Learning for Medical Image Segmentation Based on Noisy Pseudo Labels and Adversarial LearningabstractDespite that deep learning has achieved state-of-the-art performance for medical image segmentation, its success relies on a large set of manually annotated images for training that are expensive to acquire. In this paper, we propose an annotation-efficient learning framework for segmentation tasks that avoids annotations of training images, where we use an improved Cycle-Consistent Generative Adversarial Network (GAN) to learn from a set of unpaired medical images and auxiliary masks obtained either from a shape model or public datasets. We first use the GAN to generate pseudo labels for our training images under the implicit high-level shape constraint represented by a Variational Auto-encoder (VAE)-based discriminator with the help of the auxiliary masks, and build a Discriminator-guided Generator Channel Calibration (DGCC) module which employs our discriminator's feedback to calibrate the generator for better pseudo labels. To learn from the pseudo labels that are noisy, we further introduce a noise-robust iterative learning method using noise-weighted Dice loss. We validated our framework with two situations: objects with a simple shape model like optic disc in fundus images and fetal head in ultrasound images, and complex structures like lung in X-Ray images and liver in CT images. Experimental results demonstrated that 1) Our VAE-based discriminator and DGCC module help to obtain high-quality pseudo labels. 2) Our proposed noise-robust learning method can effectively overcome the effect of noisy pseudo labels. 3) The segmentation performance of our method without using annotations of training images is close or even comparable to that of learning from human annotations. Lu Wang 0002, Guotai Wang, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 4 |
| 2021 | Few-Shot Learning by a Cascaded Framework With Shape-Constrained Pseudo Label Assessment for Whole Heart SegmentationabstractAutomatic and accurate 3D cardiac image segmentation plays a crucial role in cardiac disease diagnosis and treatment. Even though CNN based techniques have achieved great success in medical image segmentation, the expensive annotation, large memory consumption, and insufficient generalization ability still pose challenges to their application in clinical practice, especially in the case of 3D segmentation from high-resolution and large-dimension volumetric imaging. In this paper, we propose a few-shot learning framework by combining ideas of semi-supervised learning and self-training for whole heart segmentation and achieve promising accuracy with a Dice score of 0.890 and a Hausdorff distance of 18.539 mm with only four labeled data for training. When more labeled data provided, the model can generalize better across institutions. The key to success lies in the selection and evolution of high-quality pseudo labels in cascaded learning. A shape-constrained network is built to assess the quality of pseudo labels, and the self-training stages with alternative global-local perspectives are employed to improve the pseudo labels. We evaluate our method on the CTA dataset of the MM-WHS 2017 Challenge and a larger multi-center dataset. In the experiments, our method outperforms the state-of-the-art methods significantly and has great generalization ability on the unseen data. We also demonstrate, by a study of two 4D (3D+T) CTA data, the potential of our method to be applied in clinical practice. Wenji Wang, Qing Xia 0002, Zhennan Yan, Zhuowei Li 0002, Yue Gao 0002, Dimitris N. Metaxas, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 10 |
| 2020 | Feature-Enhanced Graph Networks for Genetic Mutational Prediction Using Histopathological Images in Colon Cancer
Kexin Ding, Qiao Liu 0008, Mu Zhou, Aidong Lu, Shaoting Zhang 0001 |
MICCAI (2) | 6 |
| 2020 | Multi-organ Segmentation via Co-training Weight-Averaged Models from Few-Organ Datasets
Rui Huang 0001, Yuanjie Zheng, Shaoting Zhang 0001, Hongsheng Li 0001 |
MICCAI (4) | 4 |
| 2020 | UXNet: Searching Multi-level Feature Aggregation for 3D Medical Image Segmentation
Yuanfeng Ji, Ruimao Zhang, Zhen Li 0026, Jiamin Ren, Shaoting Zhang 0001, Ping Luo 0002 |
MICCAI (1) | 5 |
| 2020 | NAS-SCAM: Neural Architecture Search-Based Spatial and Channel Joint Attention Module for Nuclei Semantic Segmentation and Classification
Zuhao Liu 0002, Huan Wang 0015, Shaoting Zhang 0001, Guotai Wang |
MICCAI (1) | 3 |
| 2020 | CPM-Net: A 3D Center-Points Matching Network for Pulmonary Nodule Detection in CT Scans
Tao Song 0002, Jieneng Chen, Xiangde Luo, Yechong Huang, Xinglong Liu, Zhaoxiang Ye, Huaqiang Sheng, Shaoting Zhang 0001, Guotai Wang |
MICCAI (6) | 10 |
| 2020 | Uncertainty-Guided Efficient Interactive Refinement of Fetal Brain Segmentation from Stacks of MRI Slices
Guotai Wang, Michael Aertsen, Jan Deprest, Sébastien Ourselin, Tom Vercauteren, Shaoting Zhang 0001 |
MICCAI (4) | 6 |
| 2020 | Weakly supervised vessel segmentation in X-ray angiograms by self-paced learning from noisy labels with suggestive annotation
Jingyang Zhang, Guotai Wang, Hongzhi Xie, Shaoting Zhang 0001, Lixu Gu |
Neurocomputing | 6 |
| 2020 | Automatic ischemic stroke lesion segmentation from computed tomography perfusion images by image synthesis and attention-based deep neural networks
Guotai Wang, Tao Song 0002, Qiang Dong, Mei Cui, Shaoting Zhang 0001 |
Medical Image Anal. | 6 |
| 2020 | Weakly Supervised Deep Nuclei Segmentation Using Partial Points Annotation in Histopathology ImagesabstractNuclei segmentation is a fundamental task in histopathology image analysis. Typically, such segmentation tasks require significant effort to manually generate accurate pixel-wise annotations for fully supervised training. To alleviate such tedious and manual effort, in this paper we propose a novel weakly supervised segmentation framework based on partial points annotation, i.e., only a small portion of nuclei locations in each image are labeled. The framework consists of two learning stages. In the first stage, we design a semi-supervised strategy to learn a detection model from partially labeled nuclei locations. Specifically, an extended Gaussian mask is designed to train an initial model with partially labeled data. Then, self-training with background propagation is proposed to make use of the unlabeled regions to boost nuclei detection and suppress false positives. In the second stage, a segmentation model is trained from the detected nuclei locations in a weakly-supervised fashion. Two types of coarse labels with complementary information are derived from the detected points and are then utilized to train a deep neural network. The fully-connected conditional random field loss is utilized in training to further refine the model without introducing extra computational complexity during inference. The proposed method is extensively evaluated on two nuclei segmentation datasets. The experimental results demonstrate that our method can achieve competitive performance compared to the fully supervised counterpart and the state-of-the-art methods while requiring significantly less annotation effort. Pengxiang Wu, Qiaoying Huang, Jingru Yi, Zhennan Yan, Kang Li 0004, Gregory M. Riedlinger, Subhajyoti De, Shaoting Zhang 0001, Dimitris N. Metaxas |
IEEE Trans. Medical Imaging | 9 |
| 2020 | A Noise-Robust Framework for Automatic Segmentation of COVID-19 Pneumonia Lesions From CT ImagesabstractSegmentation of pneumonia lesions from CT scans of COVID-19 patients is important for accurate diagnosis and follow-up. Deep learning has a potential to automate this task but requires a large set of high-quality annotations that are difficult to collect. Learning from noisy training labels that are easier to obtain has a potential to alleviate this problem. To this end, we propose a novel noise-robust framework to learn from noisy labels for the segmentation task. We first introduce a noise-robust Dice loss that is a generalization of Dice loss for segmentation and Mean Absolute Error (MAE) loss for robustness against noise, then propose a novel COVID-19 Pneumonia Lesion segmentation network (COPLE-Net) to better deal with the lesions with various scales and appearances. The noise-robust Dice loss and COPLE-Net are combined with an adaptive self-ensembling framework for training, where an Exponential Moving Average (EMA) of a student model is used as a teacher model that is adaptively updated by suppressing the contribution of the student to EMA when the student has a large training loss. The student model is also adaptive by learning from the teacher only when the teacher outperforms the student. Experimental results showed that: (1) our noise-robust Dice loss outperforms existing noise-robust loss functions, (2) the proposed COPLE-Net achieves higher performance than state-of-the-art image segmentation networks, and (3) our framework with adaptive self-ensembling significantly outperforms a standard training process and surpasses other noise-robust training approaches in the scenario of learning from noisy labels for COVID-19 pneumonia lesion segmentation. Guotai Wang, Xinglong Liu, Chaoping Li, Jiugen Ruan, Kang Li 0004, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 10 |
| 2019 | Learning Hierarchical and Shared Features for Improving 3D Neuron ReconstructionabstractNeuron tracing, also known as neuron reconstruction, studies 3D morphologies of neurons based on imaging data. Neuron reconstruction is of fundamental importance in computational neuroscience since it is a crucial step towards reverse engineering of the wiring and functions of a brain. On the other hand, it is not possible to manually trace all neurons due to the complexity and cost of this task. Hence, it raises the need of building a computational pipeline to perform automatic neuron reconstruction. In this work, we propose a deep learning approach for improving the accuracy of 3D neuron reconstruction. First, we propose to learn shared features among different images in the whole dataset. Such shared features are learned automatically by our model at different scales. Second, we propose to incorporate such features to guide the information flow in the network. Specifically, we propose to build skip connections between the encoder and the decoder of our networks by incorporating the hierarchical and shared features. Our proposed skip connections are built based on the attention mechanism, where the hierarchical shared features serve as the query matrix and the local input features serve as the key and value matrices. Since the parameters are learned automatically, we expect that only useful spatial information is transmitted to the decoder. We conduct both qualitative and quantitative experiments to demonstrate the effectiveness of our proposed method. Experimental results show that our proposed model has the ability to capture detailed structural information for neurons. Our results also demonstrate that the proposed model is robust to noise. In addition, quantitative evaluations show that our method achieves better performance than other approaches. Hao Yuan 0001, Na Zou 0001, Shaoting Zhang 0001, Hanchuan Peng, Shuiwang Ji |
ICDM | 3 |
| 2019 | ImWeb: cross-platform immersive web browsing for online 3D neuron database explorationabstractWeb services have become one major way for people to obtain and explore information nowadays. However, web browsers currently only offer limited data analysis capabilities, especially for large-scale 3D datasets. This project presents a method of immersive web browsing (ImWeb) to enable effective exploration of multiple datasets over the web with augmented reality (AR) techniques. The ImWeb system allows inputs from both the web browser and AR and provides a set of immersive analytics methods for enhanced web browsing, exploration, comparison, and summary tasks. We have also integrated 3D neuron mining and abstraction approaches to support efficient analysis functions. The architecture of ImWeb system flexibly separates the tasks on web browser and AR and supports smooth networking among the system, so that ImWeb can be adopted by different platforms, such as desktops, large displays, and tablets. We use an online 3D neuron database to demonstrate that ImWeb enables new experiences of exploring 3D datasets over the web. We expect that our approach can be applied to various other online databases and become one useful addition to future web services. Willis Fulmer, Tahir Mahmood 0004, Zhongyu Li 0002, Shaoting Zhang 0001, Jian Huang 0007, Aidong Lu |
IUI | 4 |
| 2019 | CFEA: Collaborative Feature Ensembling Adaptation for Domain Adaptation in Unsupervised Optic Disc and Cup Segmentation
Peng Liu 0037, Bin Kong 0001, Zhongyu Li 0002, Shaoting Zhang 0001, Ruogu Fang |
MICCAI (5) | 4 |
| 2019 | Collaborative Multi-agent Learning for MR Knee Articular Cartilage Segmentation
Chaowei Tan, Zhennan Yan, Shaoting Zhang 0001, Kang Li 0004, Dimitris N. Metaxas |
MICCAI (2) | 3 |
| 2019 | Automatic Segmentation of Vestibular Schwannoma from T2-Weighted MRI by Deep Spatial Attention with Hardness-Weighted Loss
Guotai Wang, Jonathan Shapey, Wenqi Li 0001, Reuben Dorent, Alex Demitriadis, Sotirios Bisdas, Ian Paddick, Robert Bradford, Shaoting Zhang 0001, Sébastien Ourselin, Tom Vercauteren |
MICCAI (2) | 9 |
| 2019 | Computational modeling of cellular structures using conditional deep generative networksabstractMOTIVATION: Cellular function is closely related to the localizations of its sub-structures. It is, however, challenging to experimentally label all sub-cellular structures simultaneously in the same cell. This raises the need of building a computational model to learn the relationships among these sub-cellular structures and use reference structures to infer the localizations of other structures. RESULTS: We formulate such a task as a conditional image generation problem and propose to use conditional generative adversarial networks for tackling it. We employ an encoder-decoder network as the generator and propose to use skip connections between the encoder and decoder to provide spatial information to the decoder. To incorporate the conditional information in a variety of different ways, we develop three different types of skip connections, known as the self-gated connection, encoder-gated connection and label-gated connection. The proposed skip connections are built based on the conditional information using gating mechanisms. By learning a gating function, the network is able to control what information should be passed through the skip connections from the encoder to the decoder. Since the gate parameters are also learned automatically, we expect that only useful spatial information is transmitted to the decoder to help image generation. We perform both qualitative and quantitative evaluations to assess the effectiveness of our proposed approaches. Experimental results show that our cGAN-based approaches have the ability to generate the desired sub-cellular structures correctly. Our results also demonstrate that the proposed approaches outperform the existing approach based on adversarial auto-encoders, and the new skip connections lead to improved performance. In addition, the localizations of generated sub-cellular structures by our approaches are consistent with observations in biological experiments. AVAILABILITY AND IMPLEMENTATION: The source code and more results are available at https://github.com/divelab/cgan/. Hao Yuan 0001, Xia Ben Hu, Shaoting Zhang 0001, Shuiwang Ji |
Bioinform. | 5 |
| 2019 | StackGAN++: Realistic Image Synthesis with Stacked Generative Adversarial NetworksabstractAlthough Generative Adversarial Networks (GANs) have shown remarkable success in various tasks, they still face challenges in generating high quality images. In this paper, we propose Stacked Generative Adversarial Networks (StackGANs) aimed at generating high-resolution photo-realistic images. First, we propose a two-stage generative adversarial network architecture, StackGAN-v1, for text-to-image synthesis. The Stage-I GAN sketches the primitive shape and colors of a scene based on a given text description, yielding low-resolution images. The Stage-II GAN takes Stage-I results and the text description as inputs, and generates high-resolution images with photo-realistic details. Second, an advanced multi-stage generative adversarial network architecture, StackGAN-v2, is proposed for both conditional and unconditional generative tasks. Our StackGAN-v2 consists of multiple generators and multiple discriminators arranged in a tree-like structure; images at multiple scales corresponding to the same scene are generated from different branches of the tree. StackGAN-v2 shows more stable training behavior than StackGAN-v1 by jointly approximating multiple distributions. Extensive experiments demonstrate that the proposed stacked generative adversarial networks significantly outperform other state-of-the-art methods in generating photo-realistic images. Han Zhang 0010, Tao Xu 0029, Hongsheng Li 0001, Shaoting Zhang 0001, Xiaogang Wang 0001, Sharon X. Huang, Dimitris N. Metaxas |
IEEE Trans. Pattern Anal. Mach. Intell. | 4 |
| 2019 | Predicting 3-D Lower Back Joint Load in Lifting: A Deep Pose Estimation ApproachabstractGoal: Lifting is a common manual material handling task performed in the workplaces. It is considered as one of the main risk factors for work-related musculoskeletal disorders. An important criterion to identify the unsafe lifting task is the values of the net force and moment at L5/S1 joint. These values are mainly calculated in a laboratory environment, which utilizes marker-based sensors to collect three-dimensional (3-D) information and force plates to measure the external forces and moments. However, this method is usually expensive to set up, time-consuming in process, and sensitive to the surrounding environment. In this study, we propose a deep neural network (DNN)-based framework for 3-D pose estimation, which addresses the aforementioned limitations, and we employ the results for L5/S1 moment and force calculation. Methods: At the first step of the proposed framework, full body 3-D pose is captured using a DNN, then at the second step, estimated 3-D body pose along with the subject's anthropometric information is utilized to calculate L5/S1 join's kinetic by a top-down inverse dynamic algorithm. Results: To fully evaluate our approach, we conducted experiments using a lifting dataset consisting of 12 subjects performing various types of lifting tasks. The results are validated against a marker-based motion capture system as a reference. The grand mean ± SD of the total moment/force absolute errors across all the dataset was 9.06 ± 7.60 N·m/4.85 ± 4.85 N. Conclusion: The proposed method provides a reliable tool for assessment of the lower back kinetics during lifting and can be an alternative when the use of marker-based motion capture systems is not possible. Rahil Mehrizi, Xi Peng 0005, Dimitris N. Metaxas, Shaoting Zhang 0001, Kang Li 0004 |
IEEE Trans. Hum. Mach. Syst. | 5 |
| 2018 | Quantized Densely Connected U-Nets for Efficient Landmark Localization
Zhiqiang Tang 0001, Xi Peng 0005, Shijie Geng, Lingfei Wu 0001, Shaoting Zhang 0001, Dimitris N. Metaxas |
ECCV (3) | 5 |
| 2018 | CR-GAN: Learning Complete Representations for Multi-view GenerationabstractGenerating multi-view images from a single-view input is an important yet challenging problem. It has broad applications in vision, graphics, and robotics. Our study indicates that the widely-used generative adversarial network (GAN) may learn ?incomplete? representations due to the single-pathway framework: an encoder-decoder network followed by a discriminator network.We propose CR-GAN to address this problem. In addition to the single reconstruction path, we introduce a generation sideway to maintain the completeness of the learned embedding space. The two learning paths collaborate and compete in a parameter-sharing manner, yielding largely improved generality to ?unseen? dataset. More importantly, the two-pathway framework makes it possible to combine both labeled and unlabeled data for self-supervised learning, which further enriches the embedding space for realistic generations. We evaluate our approach on a wide range of datasets. The results prove that CR-GAN significantly outperforms state-of-the-art methods, especially when generating from ?unseen? inputs in wild conditions. Yu Tian 0003, Xi Peng 0005, Long Zhao 0003, Shaoting Zhang 0001, Dimitris N. Metaxas |
IJCAI | 4 |
| 2018 | Invasive Cancer Detection Utilizing Compressed Convolutional Neural Network and Transfer Learning
Bin Kong 0001, Shanhui Sun, Xin Wang 0045, Qi Song 0001, Shaoting Zhang 0001 |
MICCAI (2) | 5 |
| 2018 | Toward Personalized Modeling: Incremental and Ensemble Alignment for Sequential Faces in the Wild
Xi Peng 0005, Shaoting Zhang 0001, Yang Yu 0010, Dimitris N. Metaxas |
Int. J. Comput. Vis. | 2 |
| 2018 | Large-scale retrieval for medical image analytics: A comprehensive review
Zhongyu Li 0002, Xiaofan Zhang 0002, Henning Müller, Shaoting Zhang 0001 |
Medical Image Anal. | 4 |
| 2017 | Choroid segmentation from Optical Coherence Tomography with graph-edge weights learned from deep convolutional neural networks
Xiaodan Sui, Yuanjie Zheng, Benzheng Wei, Hongsheng Bi, Xuemei Pan, Yilong Yin, Shaoting Zhang 0001 |
Neurocomputing | 8 |
| 2017 | Guest Editorial: Special issue on advances in computing techniques for big medical image data
Yuanjie Zheng, Shaoting Zhang 0001, Junzhou Huang, Tom Weidong Cai |
Neurocomputing | 2 |
| 2017 | Indexing and mining large-scale neuron databases using maximum inner product search
Zhongyu Li 0002, Ruogu Fang, Fumin Shen, Amin Katouzian, Shaoting Zhang 0001 |
Pattern Recognit. | 5 |
| 2017 | Scalable Mammogram Retrieval Using Composite Anchor Graph Hashing With Iterative QuantizationabstractContent-based image retrieval (CBIR) shows great significance in clinical decision-making, which explores the visual content of medical images rather than keywords, tags, or descriptions. It provides doctors an image-guided approach to explore relevant cases that could offer doctors instructive reference. Mammogram screening has been known to be widely used in the early stage diagnosis of breast cancer and could reduce its morbidity and mortality. In this paper, we aim to develop a scalable CBIR method for a large repository of mammogram. To this end, we extend the original Anchor Graph Hashing (AGH) and propose a new unsupervised hashing algorithm, named as composite AGH with iterative quantization (C-AGH-ITQ), which compresses mammographic regions of interest (ROIs) into compact binary codes and enables real-time searching in Hamming space. Multimodal features and different distance metrics are integrated, performing upon a composite Anchor Graph. To improve the effectiveness of the hash code, quantization error is further iteratively minimized by introducing an orthogonal rotation matrix. We evaluate the presented C-AGH-ITQ algorithm on a data set of 11 533 mammographic ROIs obtained from the Digital Database for Screening Mammography. Our method obtains more than 84% retrieval precision and 93% classification accuracy (using$k$NN prediction), which demonstrates that hash codes produced by C-AGH-ITQ well capture the visual similarities between mammographic images. In addition, since C-AGH-ITQ ensures linear complexity of the training procedure and constant time for query, our system is readily applicable to large-scale mammogram databases and has the potential to provide abundant clinical cases as reference. Jingjing Liu 0001, Shaoting Zhang 0001, Wei Liu 0005, Cheng Deng 0002, Yuanjie Zheng, Dimitris N. Metaxas |
IEEE Trans. Circuits Syst. Video Technol. | 2 |
| 2017 | Latent Max-Margin Multitask Learning With Skelets for 3-D Action RecognitionabstractRecent emergence of low-cost and easy-operating depth cameras has reinvigorated the research in skeleton-based human action recognition. However, most existing approaches overlook the intrinsic interdependencies between skeleton joints and action classes, thus suffering from unsatisfactory recognition performance. In this paper, a novel latent max-margin multitask learning model is proposed for 3-D action recognition. Specifically, we exploit skelets as the mid-level granularity of joints to describe actions. We then apply the learning model to capture the correlations between the latent skelets and action classes each of which accounts for a task. By leveraging structured sparsity inducing regularization, the common information belonging to the same class can be discovered from the latent skelets, while the private information across different classes can also be preserved. The proposed model is evaluated on three challenging action data sets captured by depth cameras. Experimental results show that our model consistently achieves superior performance over recent state-of-the-art approaches. Yanhua Yang, Cheng Deng 0002, Dapeng Tao, Shaoting Zhang 0001, Wei Liu 0005, Xinbo Gao 0001 |
IEEE Trans. Cybern. | 4 |
| 2016 | Multispectral Deep Neural Networks for Pedestrian Detection
Jingjing Liu 0001, Shaoting Zhang 0001, Dimitris N. Metaxas |
BMVC | 2 |
| 2016 | SPDA-CNN: Unifying Semantic Part Detection and Abstraction for Fine-Grained RecognitionabstractMost convolutional neural networks (CNNs) lack midlevel layers that model semantic parts of objects. This limits CNN-based methods from reaching their full potential in detecting and utilizing small semantic parts in recognition. Introducing such mid-level layers can facilitate the extraction of part-specific features which can be utilized for better recognition performance. This is particularly important in the domain of fine-grained recognition. In this paper, we propose a new CNN architecture that integrates semantic part detection and abstraction (SPDACNN) for fine-grained classification. The proposed network has two sub-networks: one for detection and one for recognition. The detection sub-network has a novel top-down proposal method to generate small semantic part candidates for detection. The classification sub-network introduces novel part layers that extract features from parts detected by the detection sub-network, and combine them for recognition. As a result, the proposed architecture provides an end-to-end network that performs detection, localization of multiple semantic parts, and whole object recognition within one framework that shares the computation of convolutional filters. Our method outperforms state-of-theart methods with a large margin for small parts detection (e.g. our precision of 93.40% vs the best previous precision of 74.00% for detecting the head on CUB-2011). It also compares favorably to the existing state-of-the-art on finegrained classification, e.g. it achieves 85.14% accuracy on CUB-2011. Han Zhang 0010, Tao Xu 0029, Sharon X. Huang, Shaoting Zhang 0001, Ahmed M. Elgammal, Dimitris N. Metaxas |
CVPR | 5 |
| 2016 | Embedding Label Structures for Fine-Grained Feature RepresentationabstractRecent algorithms in convolutional neural networks (CNN) considerably advance the fine-grained image classification, which aims to differentiate subtle differences among subordinate classes. However, previous studies have rarely focused on learning a fined-grained and structured feature representation that is able to locate similar images at different levels of relevance, e.g., discovering cars from the same make or the same model, both of which require high precision. In this paper, we propose two main contributions to tackle this problem. 1) A multitask learning framework is designed to effectively learn fine-grained feature representations by jointly optimizing both classification and similarity constraints. 2) To model the multi-level relevance, label structures such as hierarchy or shared attributes are seamlessly embedded into the framework by generalizing the triplet loss. Extensive and thorough experiments have been conducted on three finegrained datasets, i.e., the Stanford car, the Car-333, and the food datasets, which contain either hierarchical labels or shared attributes. Our proposed method has achieved very competitive performance, i.e., among state-of-the-art classification accuracy when not using parts. More importantly, it significantly outperforms previous fine-grained feature representations for image retrieval at different levels of relevance. Xiaofan Zhang 0002, Feng Zhou 0002, Yuanqing Lin, Shaoting Zhang 0001 |
CVPR | 4 |
| 2016 | Efficient k-Support-Norm Regularized Minimization via Fully Corrective Frank-Wolfe Method
Bo Liu 0005, Xiao-Tong Yuan, Shaoting Zhang 0001, Qingshan Liu 0001, Dimitris N. Metaxas |
IJCAI | 3 |
| 2016 | Visual Tracking with Reliable Memories
Shaoting Zhang 0001, Wei Liu 0005, Dimitris N. Metaxas |
IJCAI | 2 |
| 2016 | Nonlinear Hierarchical Part-Based Regression for Unconstrained Face Alignment
Xiang Yu 0002, Zhe Lin 0001, Shaoting Zhang 0001, Dimitris N. Metaxas |
IJCAI | 3 |
| 2016 | Mammographic Mass Segmentation with Online Learned Shape and Appearance Priors
Menglin Jiang, Shaoting Zhang 0001, Yuanjie Zheng, Dimitris N. Metaxas |
MICCAI (2) | 2 |
| 2016 | Recognizing End-Diastole and End-Systole Frames via Deep Temporal Regression NetworkabstractAccurate measurement of left ventricular volumes and Ejection Fraction from cine MRI is of paramount importance to the evaluation of cardiovascular functions, yet it usually requires laborious and tedious work of trained experts to interpret them. To facilitate this procedure, numerous computer aided diagnosis (CAD) methods and tools have been proposed, most of which focus on the left or right ventricle segmentation. However, the identification of ES and ED frames from cardiac sequences is largely ignored, which is a key procedure in the automated workflow. This seemingly easy task is quite challenging, due to the requirement of high accuracy ( i.e. , precisely identifying specific frames from a sequence) and subtle differences among consecutive frames. Recently, with the rapid growth of annotated data and the increasing computational power, deep learning methods have been widely exploited in medical image analysis. In this paper, we propose a novel deep learning architecture, named as temporal regression network (TempReg-Net), to accurately identify specific frames from MRI sequences, by integrating the Convolutional Neural Network (CNN) with the Recurrent Neural Network (RNN). Specifically, a CNN encodes the spatial information of a cardiac sequence, and a RNN decodes the temporal information. In addition, we design a new loss function in our network to constrain the structure of predicted labels, which further improves the performance. Our approach is extensively validated on thousands of cardiac sequences and the average difference is merely 0.4 frames, comparing favorably with previous systems. These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves. Bin Kong 0001, Yiqiang Zhan, Min C. Shin, Thomas Denny, Shaoting Zhang 0001 |
MICCAI (3) | 5 |
| 2016 | Multimodal Deep Learning for Cervical Dysplasia Diagnosis
Tao Xu 0029, Han Zhang 0010, Sharon X. Huang, Shaoting Zhang 0001, Dimitris N. Metaxas |
MICCAI (2) | 4 |
| 2016 | A detection-driven and sparsity-constrained deformable model for fascia lata labeling and thigh inter-muscular adipose quantification
Chaowei Tan, Kang Li 0004, Zhennan Yan, Dong Yang 0005, Shaoting Zhang 0001, Hui Jing Yu, Klaus Engelke, Colin Miller, Dimitris N. Metaxas |
Comput. Vis. Image Underst. | 5 |
| 2016 | Scalable histopathological image analysis via supervised hashing with multiple features
Menglin Jiang, Shaoting Zhang 0001, Junzhou Huang, Lin Yang 0002, Dimitris N. Metaxas |
Medical Image Anal. | 2 |
| 2016 | Large-Scale medical image analytics: Recent methodologies, applications and Future directions
Shaoting Zhang 0001, Dimitris N. Metaxas |
Medical Image Anal. | 1 |
| 2016 | Face Landmark Fitting via Optimized Part Mixtures and Cascaded Deformable ModelabstractThis paper addresses the problem of facial landmark localization and tracking from a single camera. We present a two-stage cascaded deformable shape model to effectively and efficiently localize facial landmarks with large head pose variations. In initialization stage, we propose a group sparse optimized mixture model to automatically select the most salient facial landmarks. By introducing 3D face shape model, we apply procrustes analysis to provide pose-aware landmark initialization. In landmark localization stage, the first step uses mean-shift local search with constrained local model to rapidly approach the global optimum. The second step uses component-wise active contours to discriminatively refine the subtle shape variation. Our framework simultaneously handles face detection, pose-robust landmark localization and tracking in real time. Extensive experiments are conducted on both laboratory environmental databases and face-in-the-wild databases. The results reveal that our approach consistently outperforms state-of-the-art methods for face alignment and tracking. Xiang Yu 0002, Junzhou Huang, Shaoting Zhang 0001, Dimitris N. Metaxas |
IEEE Trans. Pattern Anal. Mach. Intell. | 3 |
| 2016 | Fusing Heterogeneous Features From Stacked Sparse Autoencoder for Histopathological Image AnalysisabstractIn the analysis of histopathological images, both holistic (e.g., architecture features) and local appearance features demonstrate excellent performance, while their accuracy may vary dramatically when providing different inputs. This motivates us to investigate how to fuse results from these features to enhance the accuracy. Particularly, we employ content-based image retrieval approaches to discover morphologically relevant images for image-guided diagnosis, using holistic and local features, both of which are generated from the cell detection results by a stacked sparse autoencoder. Because of the dramatically different characteristics and representations of these heterogeneous features (i.e., holistic and local), their results may not agree with each other, causing difficulties for traditional fusion methods. In this paper, we employ a graph-based query-specific fusion approach where multiple retrieval results (i.e., rank lists) are integrated and reordered based on a fused graph. The proposed method is capable of combining the strengths of local or holistic features adaptively for different inputs. We evaluate our method on a challenging clinical problem, i.e., histopathological image-guided diagnosis of intraductal breast lesions, and it achieves 91.67% classification accuracy on 120 breast tissue images from 40 patients. Xiaofan Zhang 0002, Hang Dou, Tao Ju 0001, Jun Xu 0005, Shaoting Zhang 0001 |
IEEE J. Biomed. Health Informatics | 5 |
| 2016 | Multi-Instance Deep Learning: Discover Discriminative Local Anatomies for Bodypart RecognitionabstractIn general image recognition problems, discriminative information often lies in local image patches. For example, most human identity information exists in the image patches containing human faces. The same situation stays in medical images as well. "Bodypart identity" of a transversal slice-which bodypart the slice comes from-is often indicated by local image information, e.g., a cardiac slice and an aorta arch slice are only differentiated by the mediastinum region. In this work, we design a multi-stage deep learning framework for image classification and apply it on bodypart recognition. Specifically, the proposed framework aims at: 1) discover the local regions that are discriminative and non-informative to the image classification problem, and 2) learn a image-level classifier based on these local regions. We achieve these two tasks by the two stages of learning scheme, respectively. In the pre-train stage, a convolutional neural network (CNN) is learned in a multi-instance learning fashion to extract the most discriminative and and non-informative local patches from the training slices. In the boosting stage, the pre-learned CNN is further boosted by these local patches for image classification. The CNN learned by exploiting the discriminative local appearances becomes more accurate than those learned from global image context. The key hallmark of our method is that it automatically discovers the discriminative and non-informative local patches through multi-instance deep learning. Thus, no manual annotation is required. Our method is validated on a synthetic dataset and a large scale CT dataset. It achieves better performances than state-of-the-art approaches, including the standard deep CNN. Zhennan Yan, Yiqiang Zhan, Zhigang Peng, Shu Liao, Yoshihisa Shinagawa, Shaoting Zhang 0001, Dimitris N. Metaxas, Xiang Sean Zhou |
IEEE Trans. Medical Imaging | 6 |
| 2015 | Fine-grained histopathological image analysis via robust segmentation and large-scale retrievalabstractComputer-aided diagnosis of medical images requires thorough analysis of image details. For example, examining all cells enables fine-grained categorization of histopathological images. Traditional computational methods may have efficiency issues when performing such detailed analysis. In this paper, we propose a robust and scalable solution to achieve this. Specifically, a robust segmentation method is developed to delineate region-of-interests (e.g., cells) accurately, using hierarchical voting and repulsive active contour. A hashing-based large-scale retrieval approach is also designed to examine and classify them by comparing with a massive training database. We evaluate this proposed framework on a challenging and important clinical use case, i.e., differentiation of two types of lung cancers (the adenocarcinoma and the squamous carcinoma), using thousands of histopathological images extracted from hundreds of patients. Our method has achieved promising performance, i.e., 87.3% accuracy and 1.68 seconds by searching among half-million cells. Xiaofan Zhang 0002, Hai Su, Lin Yang 0002, Shaoting Zhang 0001 |
CVPR | 4 |
| 2015 | PIEFA: Personalized Incremental and Ensemble Face AlignmentabstractFace alignment, especially on real-time or large-scale sequential images, is a challenging task with broad applications. Both generic and joint alignment approaches have been proposed with varying degrees of success. However, many generic methods are heavily sensitive to initializations and usually rely on offline-trained static models, which limit their performance on sequential images with extensive variations. On the other hand, joint methods are restricted to offline applications, since they require all frames to conduct batch alignment. To address these limitations, we propose to exploit incremental learning for personalized ensemble alignment. We sample multiple initial shapes to achieve image congealing within one frame, which enables us to incrementally conduct ensemble alignment by group-sparse regularized rank minimization. At the same time, personalized modeling is obtained by subspace adaptation under the same incremental framework, while correction strategy is used to alleviate model drifting. Experimental results on multiple controlled and in-the-wild databases demonstrate the superior performance of our approach compared with state-of-the-arts in terms of fitting accuracy and efficiency. Xi Peng 0005, Shaoting Zhang 0001, Dimitris N. Metaxas |
ICCV | 2 |
| 2015 | Learning Binary Codes for Maximum Inner Product SearchabstractBinary coding or hashing techniques are recognized to accomplish efficient near neighbor search, and have thus attracted broad interests in the recent vision and learning studies. However, such studies have rarely been dedicated to Maximum Inner Product Search (MIPS), which plays a critical role in various vision applications. In this paper, we investigate learning binary codes to exclusively handle the MIPS problem. Inspired by the latest advance in asymmetric hashing schemes, we propose an asymmetric binary code learning framework based on inner product fitting. Specifically, two sets of coding functions are learned such that the inner products between their generated binary codes can reveal the inner products between original data vectors. We also propose an alternative simpler objective which maximizes the correlations between the inner products of the produced binary codes and raw data vectors. In both objectives, the binary codes and coding functions are simultaneously learned without continuous relaxations, which is the key to achieving high-quality binary codes. We evaluate the proposed method, dubbed Asymmetric Inner-product Binary Coding (AIBC), relying on the two objectives on several large-scale image datasets. Both of them are superior to the state-of-the-art binary coding and hashing methods in performing MIPS tasks. Fumin Shen, Wei Liu 0005, Shaoting Zhang 0001, Yang Yang 0002, Heng Tao Shen |
ICCV | 3 |
| 2015 | Joint Kernel-Based Supervised Hashing for Scalable Histopathological Image Analysis
Menglin Jiang, Shaoting Zhang 0001, Junzhou Huang, Lin Yang 0002, Dimitris N. Metaxas |
MICCAI (3) | 2 |
| 2015 | Fast Preconditioning for Accelerated Multi-contrast MRI Reconstruction
Ruoyu Li 0002, Yeqing Li, Ruogu Fang, Shaoting Zhang 0001, Junzhou Huang |
MICCAI (2) | 4 |
| 2015 | Robust Cell Detection and Segmentation in Histopathological Images Using Sparse Reconstruction and Stacked Denoising Autoencoders
Hai Su, Fuyong Xing, Xiangfei Kong, Yuanpu Xie, Shaoting Zhang 0001, Lin Yang 0002 |
MICCAI (3) | 5 |
| 2015 | From circle to 3-sphere: Head pose estimation by instance parameterization
Xi Peng 0005, Junzhou Huang, Qiong Hu 0001, Shaoting Zhang 0001, Ahmed M. Elgammal, Dimitris N. Metaxas |
Comput. Vis. Image Underst. | 4 |
| 2015 | A homotopy-based sparse representation for fast and accurate shape prior modeling in liver surgical planning
Guotai Wang, Shaoting Zhang 0001, Hongzhi Xie, Dimitris N. Metaxas, Lixu Gu |
Medical Image Anal. | 2 |
| 2015 | High-throughput histopathological image analysis via robust cell segmentation and hashing
Xiaofan Zhang 0002, Fuyong Xing, Hai Su, Lin Yang 0002, Shaoting Zhang 0001 |
Medical Image Anal. | 5 |
| 2015 | Query Specific Rank Fusion for Image RetrievalabstractRecently two lines of image retrieval algorithms demonstrate excellent scalability: 1) local features indexed by a vocabulary tree, and 2) holistic features indexed by compact hashing codes. Although both of them are able to search visually similar images effectively, their retrieval precision may vary dramatically among queries. Therefore, combining these two types of methods is expected to further enhance the retrieval precision. However, the feature characteristics and the algorithmic procedures of these methods are dramatically different, which is very challenging for the feature-level fusion. This motivates us to investigate how to fuse the ordered retrieval sets, i.e., the ranks of images, given by multiple retrieval methods, to boost the retrieval precision without sacrificing their scalability. In this paper, we model retrieval ranks as graphs of candidate images and propose a graph-based query specific fusion approach, where multiple graphs are merged and reranked by conducting a link analysis on a fused graph. The retrieval quality of an individual method is measured on-the-fly by assessing the consistency of the top candidates' nearest neighborhoods. Hence, it is capable of adaptively integrating the strengths of the retrieval methods using local or holistic features for different query images. This proposed method does not need any supervision, has few parameters, and is easy to implement. Extensive and thorough experiments have been conducted on four public datasets, i.e., the UKbench, Corel-5K, Holidays and the large-scale San Francisco Landmarks datasets. Our proposed method has achieved very competitive performance, including state-of-the-art results on several data sets, e.g., the N-S score 3.83 for UKbench. Shaoting Zhang 0001, Ming Yang 0007, Timothée Cour, Kai Yu 0001, Dimitris N. Metaxas |
IEEE Trans. Pattern Anal. Mach. Intell. | 1 |
| 2015 | Is Interactional Dissynchrony a Clue to Deception? Insights From Automated Analysis of Nonverbal Visual CuesabstractDetecting deception in interpersonal dialog is challenging since deceivers take advantage of the give-and-take of interaction to adapt to any sign of skepticism in an interlocutor's verbal and nonverbal feedback. Human detection accuracy is poor, often with no better than chance performance. In this investigation, we consider whether automated methods can produce better results and if emphasizing the possible disruption in interactional synchrony can signal whether an interactant is truthful or deceptive. We propose a data-driven and unobtrusive framework using visual cues that consists of face tracking, head movement detection, facial expression recognition, and interactional synchrony estimation. Analysis were conducted on 242 video samples from an experiment in which deceivers and truth-tellers interacted with professional interviewers either face-to-face or through computer mediation. Results revealed that the framework is able to automatically track head movements and expressions of both interlocutors to extract normalized meaningful synchrony features and to learn classification models for deception recognition. Further experiments show that these features reliably capture interactional synchrony and efficiently discriminate deception from truth. Xiang Yu 0002, Shaoting Zhang 0001, Zhennan Yan, Fei Yang 0001, Junzhou Huang, Norah E. Dunbar, Matthew L. Jensen, Judee K. Burgoon, Dimitris N. Metaxas |
IEEE Trans. Cybern. | 2 |
| 2015 | Robust Low-Dose CT Perfusion Deconvolution via Tensor Total-Variation RegularizationabstractAcute brain diseases such as acute strokes and transit ischemic attacks are the leading causes of mortality and morbidity worldwide, responsible for 9% of total death every year. "Time is brain" is a widely accepted concept in acute cerebrovascular disease treatment. Efficient and accurate computational framework for hemodynamic parameters estimation can save critical time for thrombolytic therapy. Meanwhile the high level of accumulated radiation dosage due to continuous image acquisition in CT perfusion (CTP) raised concerns on patient safety and public health. However, low-radiation leads to increased noise and artifacts which require more sophisticated and time-consuming algorithms for robust estimation. In this paper, we focus on developing a robust and efficient framework to accurately estimate the perfusion parameters at low radiation dosage. Specifically, we present a tensor total-variation (TTV) technique which fuses the spatial correlation of the vascular structure and the temporal continuation of the blood signal flow. An efficient algorithm is proposed to find the solution with fast convergence and reduced computational complexity. Extensive evaluations are carried out in terms of sensitivity to noise levels, estimation accuracy, contrast preservation, and performed on digital perfusion phantom estimation, as well as in vivo clinical subjects. Our framework reduces the necessary radiation dose to only 8% of the original level and outperforms the state-of-art algorithms with peak signal-to-noise ratio improved by 32%. It reduces the oscillation in the residue functions, corrects over-estimation of cerebral blood flow (CBF) and under-estimation of mean transit time (MTT), and maintains the distinction between the deficit and normal regions. Ruogu Fang, Shaoting Zhang 0001, Tsuhan Chen, Pina C. Sanelli |
IEEE Trans. Medical Imaging | 2 |
| 2015 | Towards Large-Scale Histopathological Image Analysis: Hashing-Based Image RetrievalabstractAutomatic analysis of histopathological images has been widely utilized leveraging computational image-processing methods and modern machine learning techniques. Both computer-aided diagnosis (CAD) and content-based image-retrieval (CBIR) systems have been successfully developed for diagnosis, disease detection, and decision support in this area. Recently, with the ever-increasing amount of annotated medical data, large-scale and data-driven methods have emerged to offer a promise of bridging the semantic gap between images and diagnostic information. In this paper, we focus on developing scalable image-retrieval techniques to cope intelligently with massive histopathological images. Specifically, we present a supervised kernel hashing technique which leverages a small amount of supervised information in learning to compress a 10 000-dimensional image feature vector into only tens of binary bits with the informative signatures preserved. These binary codes are then indexed into a hash table that enables real-time retrieval of images in a large database. Critically, the supervised information is employed to bridge the semantic gap between low-level image features and high-level diagnostic information. We build a scalable image-retrieval framework based on the supervised hashing technique and validate its performance on several thousand histopathological images acquired from breast microscopic tissues. Extensive evaluations are carried out in terms of image classification (i.e., benign versus actionable categorization) and retrieval tests. Our framework achieves about 88.1% classification accuracy as well as promising time efficiency. For example, the framework can execute around 800 queries in only 0.01 s, comparing favorably with other commonly used dimensionality reduction and feature selection methods. Xiaofan Zhang 0002, Wei Liu 0005, Murat Dundar, Sunil Badve, Shaoting Zhang 0001 |
IEEE Trans. Medical Imaging | 5 |
| 2014 | Head Pose Estimation by Instance ParameterizationabstractHead pose estimation from images is a challenging task with extensive applications. It has been attracting research attentions over decades and numerous approaches have been proposed. Among them, manifold embedding based methods, which assume that the pose variations lie on a low-dimensional manifold embedded in the high-dimensional feature space, have achieved great success. However, previous manifold embedding based methods have two drawbacks: first, they lack the capability to simultaneously deal with multiple pose-unrelated factors in a uniform way, second, they suffer from limited representation ability for out-of-sample testing inputs. In this paper we propose a novel head pose estimation method to address these problems. By learning the mapping from a uniform geometry representation to individual instance manifolds, this approach allows us to parameterize various pose-unrelated factors under a uniform framework. Our approach is a generative model which guarantees the reasonable and effective representation of new testing input. Besides, by employing eigen instance bases instead of full instance bases arisen from the training data, we can effectively compact the size of the trained model and significantly simplify the computational complexity of the testing process. Experiments on public databases such as CMU-MultiPIE and BU-4DFE, and quantitative comparisons with other state-of-the-art methods show the effectiveness of our approach. Xi Peng 0005, Junzhou Huang, Qiong Hu 0001, Shaoting Zhang 0001, Dimitris N. Metaxas |
ICPR | 4 |
| 2014 | An Automated and Robust Framework for Quantification of Muscle and Fat in the ThighabstractThe tissue quantification in the thigh (e.g. cross-sectional areas of adipose tissue and muscle) is important, since their quantities reflect adverse metabolic effects and muscle function. Traditional manual analysis is time-consuming and operator-dependent, especially in the case of multi-slices or 3D datasets. In clinical trials, there are a large amount of datasets acquired from magnetic resonance imaging (MRI) or X-ray computed tomography (CT) that requires automatic labeling of individual tissues. Since most segmentation algorithms are not suited for different modalities, we present an automatic and robust framework for the quantitative assessment of muscle and fat tissues on 3D MR or CT data. In our framework, a variational Bayesian Gaussian mixture model is used to cluster regions of interest in images into adipose tissues (fat and marrow), muscle, bone and background. The identification of each cluster is based on marrow detection. Furthermore, we use a combination of parametric and geodesic active contour models to distinguish different adipose tissues in 3D images. To validate our proposed framework, we have conducted preliminary experiments on five volumetric mid-thigh axial datasets of MR and CT images from clinical trials. Chaowei Tan, Zhennan Yan, Shaoting Zhang 0001, Boubakeur Belaroussi, Hui Jing Yu, Colin Miller, Dimitris N. Metaxas |
ICPR | 3 |
| 2014 | Automatic Liver Segmentation and Hepatic Fat Fraction Assessment in MRIabstractAutomated assessment of hepatic fat fraction is clinically important. A robust and precise segmentation would enable accurate, objective and consistent measurement of liver fat fraction for disease quantification, therapy monitoring and drug development. However, segmenting the liver in clinical trials is a challenging task due to the variability of liver anatomy as well as the diverse sources the images were acquired from. In this paper, we propose an automated and robust framework for liver segmentation and assessment. It uses single statistical atlas registration to initialize a robust deformable model to get fine segmentation. Fat fraction map is computed by using chemical shift based method in the delineated region of liver. This proposed method is validated on 14 abdominal magnetic resonance (MR) volumetric scans. The qualitative and quantitative comparisons show that our proposed method can achieve better segmentation accuracy with less variance comparing with an automatic graph cut method. Experimental results demonstrate the promises of our assessment framework. Zhennan Yan, Chaowei Tan, Shaoting Zhang 0001, Boubakeur Belaroussi, Hui Jing Yu, Colin Miller, Dimitris N. Metaxas |
ICPR | 3 |
| 2014 | Scalable Histopathological Image Analysis via Active Learning
Yan Zhu 0009, Shaoting Zhang 0001, Wei Liu 0005, Dimitris N. Metaxas |
MICCAI (3) | 2 |
| 2014 | Tensor Total-Variation Regularized Deconvolution for Efficient Low-Dose CT Perfusion
Ruogu Fang, Pina C. Sanelli, Shaoting Zhang 0001, Tsuhan Chen |
MICCAI (1) | 3 |
| 2014 | Mining Histopathological Images via Composite Hashing and Online Learning
Xiaofan Zhang 0002, Lin Yang 0002, Wei Liu 0005, Hai Su, Shaoting Zhang 0001 |
MICCAI (2) | 5 |
| 2014 | Non-manual grammatical marker recognition based on multi-scale, spatio-temporal analysis of head pose and facial expressions
Jingjing Liu 0001, Bo Liu 0005, Shaoting Zhang 0001, Fei Yang 0001, Peng Yang 0001, Dimitris N. Metaxas, Carol Neidle |
Image Vis. Comput. | 3 |
| 2014 | Deformable models with sparsity constraints for cardiac motion analysis
Yang Yu 0010, Shaoting Zhang 0001, Kang Li 0004, Dimitris N. Metaxas, Leon Axel |
Medical Image Anal. | 2 |
| 2014 | Feature Matching with Affine-Function Transformation ModelsabstractFeature matching is an important problem and has extensive uses in computer vision. However, existing feature matching methods support either a specific or a small set of transformation models. In this paper, we propose a unified feature matching framework which supports a large family of transformation models. We call the family of transformation models the affine-function family, in which all transformations can be expressed by affine functions with convex constraints. In this framework, the goal is to recover transformation parameters for every feature point in a template point set to calculate their optimal matching positions in an input image. Given pairwise feature dissimilarity values between all points in the template set and the input image, we create a convex dissimilarity function for each template point. Composition of such convex functions with any transformation model in the affine-function family is shown to have an equivalent convex optimization form that can be optimized efficiently. Four example transformation models in the affine-function family are introduced to show the flexibility of our proposed framework. Our framework achieves 0.0 percent matching errors for both CMU House and Hotel sequences following the experimental setup in [6]. Hongsheng Li 0001, Sharon X. Huang, Junzhou Huang, Shaoting Zhang 0001 |
IEEE Trans. Pattern Anal. Mach. Intell. | 4 |
| 2014 | Solving a Special Type of Jigsaw Puzzles: Banknote Reconstruction From a Large Number of FragmentsabstractIn this paper, we propose a method to solve a special type of jigsaw puzzles, reconstructing banknotes from a large number of fragments based on fragments' images. Existing jigsaw puzzle assembly algorithms have difficulty solving this problem effectively. A main limitation of these methods is that they do not leverage the following important observations: 1) an intact banknote's image is known and thus can be used as prior information; 2) if two aligned fragments overlap each other, they must not be from a same banknote. Based on these two important observations, a three-step method is proposed to reconstruct banknotes from their fragments. Each fragment is first aligned to its original position on the banknote by a RANSAC method. After evaluating every two aligned fragments' relationships, all fragments are embedded into a lower dimensional space and then clustered into small groups using a modified agglomerative clustering method. Fragments in a same cluster are likely to be from a same banknote. Experiments on both synthetic and real data demonstrate the effectiveness of our proposed method. Hongsheng Li 0001, Yuanjie Zheng, Shaoting Zhang 0001, Jian Cheng 0003 |
IEEE Trans. Multim. | 3 |
| 2013 | Pose-Free Facial Landmark Fitting via Optimized Part Mixtures and Cascaded Deformable Shape ModelabstractThis paper addresses the problem of facial landmark localization and tracking from a single camera. We present a two-stage cascaded deformable shape model to effectively and efficiently localize facial landmarks with large head pose variations. For face detection, we propose a group sparse learning method to automatically select the most salient facial landmarks. By introducing 3D face shape model, we use procrustes analysis to achieve pose-free facial landmark initialization. For deformation, the first step uses mean-shift local search with constrained local model to rapidly approach the global optimum. The second step uses component-wise active contours to discriminatively refine the subtle shape variation. Our framework can simultaneously handle face detection, pose-free landmark localization and tracking in real time. Extensive experiments are conducted on both laboratory environmental face databases and face-in-the-wild databases. All results demonstrate that our approach has certain advantages over state-of-the-art methods in handling pose variations. Xiang Yu 0002, Junzhou Huang, Shaoting Zhang 0001, Wang Yan, Dimitris N. Metaxas |
ICCV | 3 |
| 2013 | Collaborative Multi Organ Segmentation by Integrating Deformable and Graphical Models
Mustafa Gökhan Uzunbas, Chao Chen 0012, Shaoting Zhang 0001, Kilian M. Pohl, Kang Li 0004, Dimitris N. Metaxas |
MICCAI (2) | 3 |
| 2013 | 3D anatomical shape atlas construction using mesh quality preserved deformable models
Shaoting Zhang 0001, Yiqiang Zhan, Xinyi Cui, Mingchen Gao, Junzhou Huang, Dimitris N. Metaxas |
Comput. Vis. Image Underst. | 1 |
| 2013 | A review of motion analysis methods for human Nonverbal Communication Computing
Dimitris N. Metaxas, Shaoting Zhang 0001 |
Image Vis. Comput. | 2 |
| 2012 | Background Subtraction Using Low Rank and Group Sparsity Constraints
Xinyi Cui, Junzhou Huang, Shaoting Zhang 0001, Dimitris N. Metaxas |
ECCV (1) | 3 |
| 2012 | Query Specific Fusion for Image Retrieval
Shaoting Zhang 0001, Ming Yang 0007, Timothée Cour, Kai Yu 0001, Dimitris N. Metaxas |
ECCV (2) | 1 |
| 2012 | Simplified Labeling Process for Medical Image Segmentation
Mingchen Gao, Junzhou Huang, Sharon X. Huang, Shaoting Zhang 0001, Dimitris N. Metaxas |
MICCAI (2) | 4 |
| 2012 | Shape Prior Modeling Using Sparse Representation and Online Dictionary Learning
Shaoting Zhang 0001, Yiqiang Zhan, Mustafa Gökhan Uzunbas, Dimitris N. Metaxas |
MICCAI (3) | 1 |
| 2012 | Temporal Spectral Residual for fast salient motion detection
Xinyi Cui, Qingshan Liu 0001, Shaoting Zhang 0001, Fei Yang 0001, Dimitris N. Metaxas |
Neurocomputing | 3 |
| 2012 | Towards robust and effective shape modeling: Sparse shape composition
Shaoting Zhang 0001, Yiqiang Zhan, Maneesh Dewan, Junzhou Huang, Dimitris N. Metaxas, Xiang Sean Zhou |
Medical Image Anal. | 1 |
| 2012 | Deformable segmentation via sparse representation and dictionary learning
Shaoting Zhang 0001, Yiqiang Zhan, Dimitris N. Metaxas |
Medical Image Anal. | 1 |
| 2012 | Automatic Image Annotation and Retrieval Using Group SparsityabstractAutomatically assigning relevant text keywords to images is an important problem. Many algorithms have been proposed in the past decade and achieved good performance. Efforts have focused upon model representations of keywords, whereas properties of features have not been well investigated. In most cases, a group of features is preselected, yet important feature properties are not well used to select features. In this paper, we introduce a regularization-based feature selection algorithm to leverage both the sparsity and clustering properties of features, and incorporate it into the image annotation task. Using this group-sparsity-based method, the whole group of features [e.g., red green blue (RGB) or hue, saturation, and value (HSV)] is either selected or removed. Thus, we do not need to extract this group of features when new data comes. A novel approach is also proposed to iteratively obtain similar and dissimilar pairs from both the keyword similarity and the relevance feedback. Thus, keyword similarity is modeled in the annotation framework. We also show that our framework can be employed in image retrieval tasks by selecting different image pairs. Extensive experiments are designed to compare the performance between features, feature combinations, and regularization-based feature selection methods applied on the image annotation task, which gives insight into the properties of features in the image annotation task. The experimental results demonstrate that the group-sparsity-based method is more accurate and stable than others. Shaoting Zhang 0001, Junzhou Huang, Hongsheng Li 0001, Dimitris N. Metaxas |
IEEE Trans. Syst. Man Cybern. Part B | 1 |
| 2011 | Sparse shape composition: A new framework for shape prior modelingabstractImage appearance cues are often used to derive object shapes, which is usually one of the key steps of image understanding tasks. However, when image appearance cues are weak or misleading, shape priors become critical to infer and refine the shape derived by these appearance cues. Effective modeling of shape priors is challenging because: 1) shape variation is complex and cannot always be modeled by a parametric probability distribution; 2) a shape instance derived from image appearance cues (input shape) may have gross errors; and 3) local details of the input shape are difficult to preserve if they are not statistically significant in the training data. In this paper we propose a novel Sparse Shape Composition model (SSC) to deal with these three challenges in a unified framework. In our method, training shapes are adaptively composed to infer/refine an input shape. The a-priori information is thus implicitly incorporated on-the-fly. Our model leverages two sparsity observations of the input shape instance: 1) the input shape can be approximately represented by a sparse linear combination of training shapes; 2) parts of the input shape may contain gross errors but such errors are usually sparse. Using L1 norm relaxation, our model is formulated as a convex optimization problem, which is solved by an efficient alternating minimization framework. Our method is extensively validated on two real world medical applications, 2D lung localization in X-ray images and 3D liver segmentation in low-dose CT scans. Compared to state-of-the-art methods, our model exhibits better performance in both studies. Shaoting Zhang 0001, Yiqiang Zhan, Maneesh Dewan, Junzhou Huang, Dimitris N. Metaxas, Xiang Sean Zhou |
CVPR | 1 |
| 2011 | Optimal object matching via convexification and compositionabstractIn this paper, we propose a novel object matching method to match an object to its instance in an input scene image, where both the object template and the input scene image are represented by groups of feature points. We relax each template point's discrete feature cost function to create a convex function that can be optimized efficiently. Such continuous and convex functions with different regularization terms are able to create different convex optimization models handling objects undergoing (i) global transformation, (ii) locally affine transformation, and (iii) articulated transformation. These models can better constrain each template point's transformation and therefore generate more robust matching results. Unlike traditional object or feature matching methods with “hard” node-to-node results, our proposed method allows template points to be transformed to any location in the image plane. Such a property makes our method robust to feature point occlusion or mis-detection. Our extensive experiments demonstrate the robustness and flexibility of our method. Hongsheng Li 0001, Junzhou Huang, Shaoting Zhang 0001, Sharon X. Huang |
ICCV | 3 |
| 2011 | A 3D Laplacian-driven parametric deformable modelabstract3D parametric deformable models have been used to extract volumetric object boundaries and they generate smooth boundary surfaces as results. However, in some segmentation cases, such as cerebral cortex with complex folds and creases, and human lung with high curvature boundary, parametric deformable models often suffer from over-smoothing or decreased mesh quality during model deformation. To address this problem, we propose a 3D Laplacian-driven parametric deformable model with a new internal force. Derived from a Mesh Laplacian, the internal force exerted on each control vertex can be decomposed into two orthogonal vectors based on the vertex's tangential plane. We then introduce a weighting function to control the contributions of the two vectors based on the model mesh's geometry. Deforming the new model is solving a linear system, so the new model can converge very efficiently. To validate the model's performance, we tested our method on various segmentation cases and compared our model with Finite Element and Level Set deformable models. Tian Shen, Sharon X. Huang, Hongsheng Li 0001, Shaoting Zhang 0001, Junzhou Huang |
ICCV | 5 |
| 2011 | Automatic Alignment of Brain MR Scout Scans Using Data-adaptive Multi-structural Model
Ting Chen 0001, Yiqiang Zhan, Shaoting Zhang 0001, Maneesh Dewan |
MICCAI (2) | 3 |
| 2011 | Using High Resolution Cardiac CT Data to Model and Visualize Patient-Specific Interactions between Trabeculae and Blood Flow
Scott Kulp, Mingchen Gao, Shaoting Zhang 0001, Szilard Voros, Dimitris N. Metaxas, Leon Axel |
MICCAI (1) | 3 |
| 2011 | 3D Segmentation of Rodent Brain Structures Using Hierarchical Shape Priors and Deformable Models
Shaoting Zhang 0001, Junzhou Huang, Mustafa Gökhan Uzunbas, Tian Shen, Foteini Delis, Sharon X. Huang, Nora D. Volkow, Panayotis K. Thanos, Dimitris N. Metaxas |
MICCAI (3) | 1 |
| 2011 | Deformable Segmentation via Sparse Shape Representation
Shaoting Zhang 0001, Yiqiang Zhan, Maneesh Dewan, Junzhou Huang, Dimitris N. Metaxas, Xiang Sean Zhou |
MICCAI (2) | 1 |
| 2011 | Robust mesh editing using Laplacian coordinates
Shaoting Zhang 0001, Junzhou Huang, Dimitris N. Metaxas |
Graph. Model. | 1 |
| 2011 | Composite splitting algorithms for convex optimization
Junzhou Huang, Shaoting Zhang 0001, Hongsheng Li 0001, Dimitris N. Metaxas |
Comput. Vis. Image Underst. | 2 |
| 2011 | Efficient MR image reconstruction for compressed MR imaging
Junzhou Huang, Shaoting Zhang 0001, Dimitris N. Metaxas |
Medical Image Anal. | 2 |
| 2010 | Image retrieval via probabilistic hypergraph rankingabstractIn this paper, we propose a new transductive learning framework for image retrieval, in which images are taken as vertices in a weighted hypergraph and the task of image search is formulated as the problem of hypergraph ranking. Based on the similarity matrix computed from various feature descriptors, we take each image as a `centroid' vertex and form a hyperedge by a centroid and its k-nearest neighbors. To further exploit the correlation information among images, we propose a probabilistic hypergraph, which assigns each vertex vito a hyperedge ejin a probabilistic way. In the incidence structure of a probabilistic hypergraph, we describe both the higher order grouping information and the affinity relationship between vertices within each hy-peredge. After feedback images are provided, our retrieval system ranks image labels by a transductive inference approach, which tends to assign the same label to vertices that share many incidental hyperedges, with the constraints that predicted labels of feedback images should be similar to their initial labels. We compare the proposed method to several other methods and its effectiveness is demonstrated by extensive experiments on Corel5K, the Scene dataset and Caltech 101. Yuchi Huang, Qingshan Liu 0001, Shaoting Zhang 0001, Dimitris N. Metaxas |
CVPR | 3 |
| 2010 | Automatic image annotation using group sparsityabstractAutomatically assigning relevant text keywords to images is an important problem. Many algorithms have been proposed in the past decade and achieved good performance. Efforts have focused upon model representations of keywords, but properties of features have not been well investigated. In most cases, a group of features is preselected, yet important feature properties are not well used to select features. In this paper, we introduce a regularization based feature selection algorithm to leverage both the sparsity and clustering properties of features, and incorporate it into the image annotation task. A novel approach is also proposed to iteratively obtain similar and dissimilar pairs from both the keyword similarity and the relevance feedback. Thus keyword similarity is modeled in the annotation framework. Numerous experiments are designed to compare the performance between features, feature combinations and regularization based feature selection methods applied on the image annotation task, which gives insight into the properties of features in the image annotation task. The experimental results demonstrate that the group sparsity based method is more accurate and stable than others. Shaoting Zhang 0001, Junzhou Huang, Yuchi Huang, Yang Yu 0010, Hongsheng Li 0001, Dimitris N. Metaxas |
CVPR | 1 |
| 2010 | Fast Optimization for Mixture Prior Models
Junzhou Huang, Shaoting Zhang 0001, Dimitris N. Metaxas |
ECCV (3) | 2 |
| 2010 | Efficient MR Image Reconstruction for Compressed MR Imaging
Junzhou Huang, Shaoting Zhang 0001, Dimitris N. Metaxas |
MICCAI (1) | 2 |
| 2008 | LV Motion and Strain Computation from tMRI Based on Meshless Deformable Models
Ting Chen 0001, Shaoting Zhang 0001, Dimitris N. Metaxas, Leon Axel |
MICCAI (1) | 3 |