Papers › Mix3D: Out-of-Context Data Augmentation for 3D Scenes

Mix3D: Out-of-Context Data Augmentation for 3D Scenes

5 Oct 2021arXiv:2110.02210archive 2025-07-28

Alexey Nekrasov, Jonas Schult, Or Litany, Bastian Leibe, Francis Engelmann

We present Mix3D, a data augmentation technique for segmenting large-scale 3D scenes. Since scene context helps reasoning about object semantics, current works focus on models with large capacity and receptive fields that can fully capture the global context of an input 3D scene. However, strong contextual priors can have detrimental implications like mistaking a pedestrian crossing the street for a car. In this work, we focus on the importance of balancing global scene context and local geometry, with the goal of generalizing beyond the contextual priors in the training set. In particular, we propose a "mixing" technique which creates new training samples by combining two augmented scenes. By doing so, object instances are implicitly placed into novel out-of-context environments and therefore making it harder for models to rely on scene context alone, and instead infer semantics from local structure as well. We perform detailed analysis to understand the importance of global context, local structures and the effect of mixing scenes. In experiments, we show that models trained with Mix3D profit from a significant performance boost on indoor (ScanNet, S3DIS) and outdoor datasets (SemanticKITTI). Mix3D can be trivially used with any existing method, e.g., trained with Mix3D, MinkowskiNet outperforms all prior state-of-the-art methods by a significant margin on the ScanNet test benchmark 78.1 mIoU. Code is available at: https://nekrasov.dev/mix3d/

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="2110.02210")

Code

Syntology Ran 4 of 25 code samples harvested from 2 repositories linked to this paper; 21 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran with no contract checked.

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

kumuji/mix3d officialmentioned in papermentioned on GitHubpytorch report
TejasAnvekar/Mahalanobis-k-NN mentioned on GitHubpytorchMIT report
tejasanvekar/gpr-net mentioned on GitHubpytorchMIT 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

25 samples harvested; 4 ran; 2 honoured the contract we drafted; 21 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.

2ran · honoured contract
1ran · our draft was wrong
1ran
21unverified

Licence: 0 of the 25 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.

attention TejasAnvekar/Mahalanobis-k-NN/DeepUME/model.py community (archive-listed) ran · honoured contract MIT (permissive) · 70ba9ecc422a6a48 · report
clones TejasAnvekar/Mahalanobis-k-NN/DeepUME/model.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 6cdff690e29fd5e2 · report
nearest_neighbor TejasAnvekar/Mahalanobis-k-NN/DeepUME/model.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · fd310351a155056f · report
quat2mat TejasAnvekar/Mahalanobis-k-NN/DeepUME/util.py community (archive-listed) ran fingerprinted MIT (permissive) · 838e2078ad9224da · report
DFMC TejasAnvekar/Mahalanobis-k-NN/DeepUME/UME.py community (archive-listed) unverified MIT (permissive) · a2b3182bdc358857 · report
Minkowski_distance tejasanvekar/gpr-net/networks/utils.py community (archive-listed) unverified MIT (permissive) · 97dc68f521b0deb6 · report
Poincare_dist tejasanvekar/gpr-net/model/ProtoNet.py community (archive-listed) unverified MIT (permissive) · 2706a5cfaf7acaca · report
compute_confidence_interval tejasanvekar/gpr-net/utils.py community (archive-listed) unverified MIT (permissive) · 03803e86ef774786 · report
create_log_folders tejasanvekar/gpr-net/utils.py community (archive-listed) unverified MIT (permissive) · d7188f94166c9631 · report
euclidean_dist tejasanvekar/gpr-net/model/ProtoNet.py community (archive-listed) unverified MIT (permissive) · fb8dd7b7cd7ed9dd · report
gather_idx tejasanvekar/gpr-net/networks/utils.py community (archive-listed) unverified MIT (permissive) · dc112d101c6cd604 · report
hard_indicators TejasAnvekar/Mahalanobis-k-NN/DeepUME/UME.py community (archive-listed) unverified MIT (permissive) · 0206bbb4587441ab · report
jitter_pointcloud TejasAnvekar/Mahalanobis-k-NN/dcp/data.py community (archive-listed) unverified MIT (permissive) · 0eecf33500f60f91 · report
knn_idx tejasanvekar/gpr-net/networks/utils.py community (archive-listed) unverified MIT (permissive) · cd1435192e01a1d7 · report
load_data TejasAnvekar/Mahalanobis-k-NN/dcp/data.py community (archive-listed) unverified MIT (permissive) · 699001e108b5c983 · report
load_data tejasanvekar/gpr-net/dataloader.py community (archive-listed) unverified MIT (permissive) · 08b8ba179d2bdf94 · report
load_h5 TejasAnvekar/Mahalanobis-k-NN/DeepUME/data.py community (archive-listed) unverified MIT (permissive) · 704c600815a77cbe · report
make_data_for_FSL tejasanvekar/gpr-net/utils.py community (archive-listed) unverified MIT (permissive) · 08036ac16900da17 · report
normalize TejasAnvekar/Mahalanobis-k-NN/DeepUME/data.py community (archive-listed) unverified MIT (permissive) · 095bfc3f92857951 · report
pairwise_mahalanobis_distance TejasAnvekar/Mahalanobis-k-NN/dcp/model_mah.py community (archive-listed) unverified MIT (permissive) · 92fd1a1a622c19d8 · report
random_point_dropout tejasanvekar/gpr-net/dataloader.py community (archive-listed) unverified MIT (permissive) · 05a0f3632a145154 · report
reverse_transform_point_cloud TejasAnvekar/Mahalanobis-k-NN/DeepUME/util.py community (archive-listed) unverified MIT (permissive) · 56fcfb1c378a6260 · report
transform_point_cloud TejasAnvekar/Mahalanobis-k-NN/DeepUME/util.py community (archive-listed) unverified MIT (permissive) · 501f02693edfd13f · report
translate_pointcloud TejasAnvekar/Mahalanobis-k-NN/dcp/data.py community (archive-listed) unverified MIT (permissive) · 791051c3e72b67d2 · report
ume_matrix TejasAnvekar/Mahalanobis-k-NN/DeepUME/UME.py community (archive-listed) unverified MIT (permissive) · 1e0a5e75cba2bea6 · report

Tasks

3D Semantic SegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semantic Segmentation ScanNet Mix3D test mIoU 78.1 #26 of 45 Archive leaderboard report
Semantic Segmentation ScanNet Mix3D val mIoU 73.6 #26 of 45 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

Test

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