Papers › Deep Isolation Forest for Anomaly Detection

Deep Isolation Forest for Anomaly Detection

14 Jun 2022arXiv:2206.06602archive 2025-07-28

Hongzuo Xu, Guansong Pang, Yijie Wang, Yongjun Wang

Isolation forest (iForest) has been emerging as arguably the most popular anomaly detector in recent years due to its general effectiveness across different benchmarks and strong scalability. Nevertheless, its linear axis-parallel isolation method often leads to (i) failure in detecting hard anomalies that are difficult to isolate in high-dimensional/non-linear-separable data space, and (ii) notorious algorithmic bias that assigns unexpectedly lower anomaly scores to artefact regions. These issues contribute to high false negative errors. Several iForest extensions are introduced, but they essentially still employ shallow, linear data partition, restricting their power in isolating true anomalies. Therefore, this paper proposes deep isolation forest. We introduce a new representation scheme that utilises casually initialised neural networks to map original data into random representation ensembles, where random axis-parallel cuts are subsequently applied to perform the data partition. This representation scheme facilitates high freedom of the partition in the original data space (equivalent to non-linear partition on subspaces of varying sizes), encouraging a unique synergy between random representations and random partition-based isolation. Extensive experiments show that our model achieves significant improvement over state-of-the-art isolation-based methods and deep detectors on tabular, graph and time series datasets; our model also inherits desired scalability from iForest.

PaperPDFCodeCode 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="2206.06602")

Code

Syntology Ran 1 of 14 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 13 samples from 1 repository, 0 ran; community (archive-listed): 1 sample from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xuhongzuo/deep-iforest officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

14 samples harvested; 1 ran; 0 honoured the contract we drafted; 13 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 · our draft was wrong
13unverified

Licence: 0 of the 14 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

choose_act_func xuhongzuo/deep-iforest/algorithms/net_torch.py official repository unverified Apache-2.0 (permissive) · a12ba441a177fea1 · report
choose_net xuhongzuo/deep-iforest/algorithms/net_torch.py official repository unverified Apache-2.0 (permissive) · 1cd71c35a5800a5c · report
choose_pooling_func xuhongzuo/deep-iforest/algorithms/net_torch.py official repository unverified Apache-2.0 (permissive) · 28052f3a6156475a · report
data_preprocessing xuhongzuo/deep-iforest/utils.py official repository unverified Apache-2.0 (permissive) · 9eb090ee2b6ed905 · report
evaluate xuhongzuo/deep-iforest/utils.py official repository unverified Apache-2.0 (permissive) · 5e5c9ce7f22f88db · report
files_exist xuhongzuo/deep-iforest/pyg_old/pyg_old_dataset.py official repository unverified Apache-2.0 (permissive) · 54056f7e25fb5e82 · report
generate_data xuhongzuo/deep-iforest/create_scal_data.py official repository unverified Apache-2.0 (permissive) · ebd0591813c141a1 · report
get_algo_class xuhongzuo/deep-iforest/config.py official repository unverified Apache-2.0 (permissive) · 5b18d8ed3af34f06 · report
get_algo_config xuhongzuo/deep-iforest/config.py official repository unverified Apache-2.0 (permissive) · c3f12824a5d58cb3 · report
min_max_normalize xuhongzuo/deep-iforest/utils.py official repository unverified Apache-2.0 (permissive) · 21807eca4a622d05 · report
parser_add_model_argument xuhongzuo/deep-iforest/parser_utils.py official repository unverified Apache-2.0 (permissive) · 75128adb98851d08 · report
to_list xuhongzuo/deep-iforest/pyg_old/pyg_old_dataset.py official repository unverified Apache-2.0 (permissive) · d32004b35c3fd2b9 · report
update_model_configs xuhongzuo/deep-iforest/parser_utils.py official repository unverified Apache-2.0 (permissive) · 313175948ba5220a · report
cal_score xuhongzuo/DeepOD/deepod/models/tabular/dif.py community (archive-listed) ran · our draft was wrong BSD-2-Clause (permissive) · 7360272baa832c6b · report

Tasks

Anomaly DetectionTime SeriesTime Series Analysis

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Anomaly Detection Forest CoverType DIF AUC 0.972 #1 of 1 Archive leaderboard report
Anomaly Detection Kaggle-Credit Card Fraud Dataset DIF AUC 0.953 #1 of 1 Archive leaderboard report
Anomaly Detection NB15-Analysis DIF AUC 0.931 #1 of 1 Archive leaderboard report
Anomaly Detection NB15-Backdoor DIF AUC 0.918 #1 of 1 Archive leaderboard report
Anomaly Detection NB15-DoS DIF AUC 0.932 #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

1D CNN

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