XCT-SAM: Sequential Parameter-Efficient Domain Adaptation of SAM for Industrial XCT Defect Segmentation

📅 2026-07-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of defect segmentation in X-ray computed tomography (XCT) images for additive manufacturing, where severe class imbalance and cross-domain discrepancies hinder performance. To overcome these issues, the authors propose a staged, parameter-efficient transfer learning strategy: first fine-tuning a Conv-LoRA adapter on alloy microstructure data, then transferring it to the XCT domain via an intermediate domain to enable sequential adaptation. The approach injects spatial inductive bias through Conv-LoRA while training only approximately 4.15 million parameters (<1% of the full model). Evaluated on both CycleGAN-synthesized XCT images and real NIST XCT datasets, the method significantly outperforms zero-shot SAM and other domain adaptation baselines, achieving state-of-the-art IoU and Dice scores.
📝 Abstract
Defect segmentation in additive manufacturing (AM) X-ray computed tomography (XCT) images remains challenging due to severe class imbalance and large distribution shifts across scan conditions. Although recent foundation models such as the Segment Anything Model (SAM) provide strong general-purpose segmentation priors, their natural-image pre-training transfers poorly to the AM XCT domain, where defects appear as subtle non-semantic microstructural anomalies. Moreover, adapting SAM to the AM domain is further limited by the large domain gap and scarcity of labeled real XCT data. We present XCT-SAM, a sequential parameter-efficient adaptation framework for AM XCT defect segmentation. Instead of adapting SAM directly from natural images to XCT data, we first fine-tune Conv-LoRA adapters on an alloy-microstructure dataset and subsequently transfer the adapted model to XCT images, progressively bridging the domain gap. Using Conv-LoRA adapters with rank r=2, the framework injects convolutional spatial inductive bias into SAM's backbone while training approximately 4.15M parameters and keeping over 99% of the model frozen. We evaluate XCT-SAM on out-of-distribution CycleGAN-XCT benchmarks and real-world NIST XCT scans. Across both settings, XCT-SAM consistently outperforms zero-shot SAM and other domain-adapted SAM baselines, achieving the best overall IoU and Dice scores. These results demonstrate the effectiveness of intermediate domain adaptation with parameter-efficient adapters for industrial XCT defect segmentation. The source code is publicly available at https://github.com/Mahedi-61/XCT-SAM.git
Problem

Research questions and friction points this paper is trying to address.

defect segmentation
X-ray computed tomography
domain adaptation
additive manufacturing
class imbalance
Innovation

Methods, ideas, or system contributions that make the work stand out.

parameter-efficient adaptation
Conv-LoRA
sequential domain adaptation
XCT defect segmentation
foundation model transfer
🔎 Similar Papers
No similar papers found.