Papers › Self-supervised Feature Adaptation for 3D Industrial Anomaly Detection

Self-supervised Feature Adaptation for 3D Industrial Anomaly Detection

6 Jan 2024arXiv:2401.03145archive 2025-07-28

Yuanpeng Tu, Boshen Zhang, Liang Liu, Yuxi Li, Xuhai Chen, Jiangning Zhang, Yabiao Wang, Chengjie Wang, Cai Rong Zhao

Industrial anomaly detection is generally addressed as an unsupervised task that aims at locating defects with only normal training samples. Recently, numerous 2D anomaly detection methods have been proposed and have achieved promising results, however, using only the 2D RGB data as input is not sufficient to identify imperceptible geometric surface anomalies. Hence, in this work, we focus on multi-modal anomaly detection. Specifically, we investigate early multi-modal approaches that attempted to utilize models pre-trained on large-scale visual datasets, i.e., ImageNet, to construct feature databases. And we empirically find that directly using these pre-trained models is not optimal, it can either fail to detect subtle defects or mistake abnormal features as normal ones. This may be attributed to the domain gap between target industrial data and source data.Towards this problem, we propose a Local-to-global Self-supervised Feature Adaptation (LSFA) method to finetune the adaptors and learn task-oriented representation toward anomaly detection.Both intra-modal adaptation and cross-modal alignment are optimized from a local-to-global perspective in LSFA to ensure the representation quality and consistency in the inference stage.Extensive experiments demonstrate that our method not only brings a significant performance boost to feature embedding based approaches, but also outperforms previous State-of-The-Art (SoTA) methods prominently on both MVTec-3D AD and Eyecandies datasets, e.g., LSFA achieves 97.1% I-AUROC on MVTec-3D, surpass previous SoTA by +3.4%.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2401.03145")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yuanpengtu/LSFA found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · fixture could not drive it
6ran
2unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yuanpengtu/LSFA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AutoContrast yuanpengtu/LSFA/Adaptation/randaugment.py found in paper text by Syntology ran no licence file found · pointer only · c6e7c3451c85404f · report
Brightness yuanpengtu/LSFA/Adaptation/randaugment.py found in paper text by Syntology ran no licence file found · pointer only · 0d1a8d6ce2015fc7 · report
Color yuanpengtu/LSFA/Adaptation/randaugment.py found in paper text by Syntology ran no licence file found · pointer only · 32cb3f5760fa593e · report
euclidean_dist yuanpengtu/LSFA/Adaptation/fusion_pretrain.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 41eb6f5057605491 · report
eye_rank yuanpengtu/LSFA/Adaptation/NTXentLoss.py found in paper text by Syntology ran no licence file found · pointer only · 064e83a9cb5bf530 · report
get_all_feature yuanpengtu/LSFA/Adaptation/fusion_pretrain.py found in paper text by Syntology ran no licence file found · pointer only · 82f7e0d7e4d75318 · report
off_diagonal yuanpengtu/LSFA/Adaptation/fusion_pretrain.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 3e30d88eaef01190 · report
pc_normalize yuanpengtu/LSFA/Adaptation/models/pointnet2_utils.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · ec413739d406e611 · report
square_distance yuanpengtu/LSFA/Adaptation/models/pointnet2_utils.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 3bfe172e686075cd · report
gather yuanpengtu/LSFA/Adaptation/NTXentLoss.py found in paper text by Syntology unverified no licence file found · pointer only · d42584b747a12bb8 · report
timeit yuanpengtu/LSFA/Adaptation/models/pointnet2_utils.py found in paper text by Syntology unverified no licence file found · pointer only · b1227ddb721e2999 · report

Tasks

Anomaly Detectioncross-modal alignment

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections