Pith. sign in

REVIEW 4 major objections 6 minor 12 references

Pre-training a multimodal masked autoencoder on unlabeled data from a single deployment environment matches or beats internet-scale generalist pre-training on tasks in that environment.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

Pre-training on unlabeled multimodal data from the deployment environment alone lets a vision model match or exceed internet-scale generalists on tasks in that environment.

T0 review reviewed 2026-08-02 challenge →

load-bearing objection A genuinely new setup with a plausible core result, but the headline claim overstates how 'test-only' the main pipeline is; the ScanNet++ win over DINOv2 needs the no-semantic ablation to be trusted. the 4 major comments →

arxiv 2607.14721 v1 pith:Q2G56H23 submitted 2026-07-16 cs.CV cs.LG

Multimodality as Supervision: Self-Supervised Specialization to the Test Environment via Multimodality

classification cs.CV cs.LG
keywords test-space trainingcross-modal learningself-supervised learningmultimodal masked autoencodingrepresentation specializationpseudo-label distillationdeployment environmentgeneralist vs specialist models
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that a vision model can be specialized to a single deployment space — a house, a room, an office — by pre-training it self-supervised on multimodal data collected in that space, with no task labels from the space. The central claim is that cross-modal learning on this test-space data is enough to make the model competitive with, and on several benchmarks better than, generalist models pre-trained on massive internet datasets. If true, it would mean that for many deployed devices the standard recipe of internet-scale pre-training can be replaced by collecting a richer set of modalities in the user's own environment. The paper also argues that scaling the number of modalities in the test space substitutes for scaling the amount of external data, and that specialization and generalization trade off in a controllable way.

Core claim

Test-Space Training (TST) is the paper's framework: collect unlabeled multimodal data from the test environment, pre-train a multimodal masked autoencoder to predict masked tokens of one modality from others, then fine-tune the encoder on a small external transfer set and evaluate in the test space. Its central discovery is that TST-MM, a ViT-B model pre-trained this way on test-space data, outperforms generalist pre-training (DINOv2, CLIP, 4M-21) and task specialist baselines on semantic segmentation, object detection, and captioning in the same test space, even when started from scratch and without text pre-training. When the modality dictionary is expanded with pseudo-modalities — outputs

What carries the argument

The central mechanism is a multimodal masked autoencoder trained with cross-modal predictive coding: each image in the test space is accompanied by several aligned modalities, some tokens are masked, and the model must reconstruct them from the visible tokens. The paper treats the modality dictionary as the main design lever; it includes hardware-derived modalities (RGB, depth, surface normals, edges) and, in the full TST-MM variant, pseudo-modalities produced by off-the-shelf networks (CLIP, ImageBind, SAM edges, ViTDet boxes, Mask2Former masks). This machinery converts the test space into a self-supervised training signal: predicting one sensor's response from another forces the representa

Load-bearing premise

The headline comparison holds only if mixing unlabeled RGB from the transfer set into pre-training and using task-family pseudo-labels (segmentation masks, boxes, edges) as target modalities are neutral choices rather than a form of task leakage.

What would settle it

Re-run the Table 1 evaluation with two changes: exclude the transfer-set RGB mix-in from pre-training (App. L) and drop all semantic pseudo-modalities — segmentation masks, boxes, edges (App. O) — keeping only hardware modalities. If the resulting TST models no longer exceed internet-pretrained generalists on test-space segmentation and detection, the claim that cross-modal learning from test-space data replaces external data is falsified. Compare across seeds and datasets with error bars.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • A device that can collect multimodal data in its deployment environment may no longer need internet-scale pre-training data to be competitive on tasks in that environment; modality-rich local data can substitute for external data volume.
  • Scaling the number of modalities within the test space yields larger gains than scaling unimodal data from external spaces, so richer sensor suites produce disproportionately better specialized models.
  • Pre-training on the exact test space outperforms pre-training on thousands of similar but non-identical spaces, so deployment-specific data has an intrinsic value that cannot be replicated by scale alone.
  • The same framework works as an adaptation mechanism: starting from an internet-pretrained generalist and fine-tuning it on test-space multimodal data improves its performance in that space.
  • With a fixed total data/compute budget, adding external spaces improves held-out generalization while reducing test-space performance — a specialization-generalization tradeoff that can be dialed by choosing the mix of test-space and external data.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • If the substitution of modalities for data holds, the natural extension is to non-visual sensors (IMU, microphone, radar), which the paper lists but does not evaluate; the principle would predict that any time-locked, physically aligned signal should carry similar self-supervised value.
  • The paper's setup points toward an on-device loop — collect multimodal data, distill pseudo-modalities locally, and fine-tune a small specialist — that would avoid sending user data to a central server; only the data-collection piece of this loop is demonstrated.
  • Because TST-MM outperforms the very internet-trained models whose outputs it uses as pseudo-modalities, the result suggests that distilling several pre-trained teachers on local data can yield a student that beats each teacher in that local distribution; if this 'local distillation beats global teachers' pattern holds, it could apply beyond vision, for instance to fine-tuning a language model on a
  • The specialization-generalization tradeoff implies a deployment-time dial: a manufacturer could decide how much of a device's pre-training budget to spend on the user's specific space versus a generic corpus, depending on whether the device is expected to move between environments; the paper does not explore this product-level consequence.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes Test-Space Training (TST), a self-supervised specialization framework in which a model is pre-trained on unlabeled multimodal data collected in the deployment environment and then fine-tuned on a small external labeled transfer set for downstream tasks in that environment. Using multimodal masked modeling (TST-MM), the authors report that on ScanNet++, Replica, and ProcTHOR, test-space pre-training with sensory modalities alone is competitive with internet-scale baselines (Fig. 3, Fig. 11), and that when pseudo-label modalities from CLIP, ImageBind, SAM, ViTDet, and Mask2Former are added, TST-MM outperforms DINOv2, 4M-21, and task specialists on several segmentation/detection benchmarks (Tab. 1). Additional analyses examine modality scaling vs. external data scaling (Fig. 4), robustness to removal of individual modalities (Fig. 5), specialization-generalization tradeoffs (Fig. 9), continual learning and test-time training (Apps. S, T). The paper also releases code and an iOS sensor-collection app.

Significance. If the results hold, TST is a useful demonstration that deployment-specific pre-training can substitute for large internet pre-training in constrained environments, with practical implications for privacy and edge deployment. The controlled sandbox is a good idea, and the paper includes many useful ablations: Fig. 4, Fig. 5, App. L, App. O, App. T, and cross-modal retrieval results. Reproducibility artifacts (code, iOS app, detailed hyperparameters in App. W) are a strength. However, the headline claim depends on a configuration that mixes external transfer-set RGB into pre-training and uses task-aligned pseudo-label outputs as pre-training targets; the no-external-access result (sensor-only) is less strong and is not the configuration highlighted in the abstract. The contribution is therefore more nuanced than the abstract suggests, and requires re-scoping or additional experiments to be fully established.

major comments (4)
  1. [Abstract; Sec. 4.1; App. L] The abstract's phrase 'only from the test environment' is not supported by the main TST-MM configuration. Sec. 4.1 reports that 'mixing RGB images from the transfer was beneficial in pre-training,' and App. L (Tab. 4) shows the best configuration mixes transfer-set RGB with test-space data. The pure test-space row ('Test Space ✓ / Transfer ✗') gives 50.21 mIoU, but the headline results in Tab. 1 use the mixed configuration. Footnote 2 in Sec. 1 acknowledges external dependence, but the abstract and the 'TST vs generalists' section still attribute the gains to test-space-only cross-modal learning. Please either report Tab. 1 under test-space-only data or revise the abstract to distinguish the sensor-only 'no external access' claim from the mixed/pseudo-label claim.
  2. [Sec. 4.3; App. O; Tab. 1] The headline comparison in Tab. 1 uses pseudo-label modalities from internet-trained, task-aligned networks: Mask2Former semantic masks, ViTDet boxes, and SAM edges. Pre-training to predict these outputs is a form of distillation of the same task families used in evaluation, not a neutral sensory modality. The only ablation that removes all such semantic modalities (App. O, Tab. 6) is on ProcTHOR, where TST-MM retains an edge over 4M-21 (55.39 vs 53.24 mIoU; 45.97 vs 41.43 mAP). This experiment should be repeated on ScanNet++ and Replica; without it, the ScanNet++ advantage over DINOv2 (34.49 vs 30.60) cannot be attributed to cross-modal learning rather than task-specific pseudo-label distillation.
  3. [Tab. 1; Tabs. 3, 4, 6; Fig. 4] No error bars or multi-seed results are reported for any table. The main comparisons rest on modest margins (e.g., 34.49 vs 30.60 in Tab. 1; 50.21 vs 46.12 in Tab. 4; 28.67 vs 27.59 in Fig. 11). Since the paper's own analyses show sensitivity to sampling ratio (App. U) and modality composition (Fig. 5), the 'outperforms' wording is not statistically supported. Please provide mean and standard deviation over at least three seeds for the headline results, or clearly state that only one seed was used and discuss the implications for margins of this size.
  4. [Sec. 4.4; Fig. 4] The claim that 'scaling modalities in the test space can substitute external data' is tested only against additional ProcTHOR houses that are IID with the test space (750 or 3000 synthetic spaces). This is not the same regime as internet-scale diverse data (e.g., 142M images for DINOv2, CC12M for 4M-21). The result is interesting, but the conclusion in Sec. 4.4 generalizes beyond the tested distribution. Please restrict the claim to IID external data or include a comparison against a more heterogeneous external source.
minor comments (6)
  1. [Title] The rendered title 'MULTIMODALITY ASSUPERVISION' appears to be missing a space; correct to 'MULTIMODALITY AS SUPERVISION'.
  2. [Fig. 3] The bars are not annotated with exact values, making it difficult to verify the claim of being 'competitive' with DINOv2. Adding value labels or a small table would improve clarity.
  3. [Fig. 4] The circle sizes are not accompanied by a numeric legend or table. Since the claim is quantitative, please provide the exact mIoU values for each modality-count/space-count combination.
  4. [Fig. 11] The 'Fully supervised Large Data' upper bound is not defined in the text. Please specify how many images and what supervision protocol were used to produce this number.
  5. [App. O, Tab. 6] The table is difficult to parse because the checkmarks and row/column headers are ambiguous. Please reformat so the modality set for each method is unambiguous.
  6. [Throughout] There are several citation/typo issues: Sec. 2 cites 'et al., 2020' with no author name; App. J contains 'Thi suggests' instead of 'This suggests'; and some references such as 'Bachmann et al., 2023' are not clearly tied to the text. Please proofread the bibliography and inline citations.

Circularity Check

1 steps flagged

Headline TST-MM comparisons are partly by construction: the modality set includes same-task pseudo-labels (Mask2Former masks, ViTDet boxes); the paper acknowledges this as distillation, and the only ablation removing semantic modalities is on ProcTHOR, not the ScanNet++/DINOv2 comparison.

specific steps
  1. fitted input called prediction [Sec. 4.3 (Additional Modalities), Table 1, App. O]
    "We create new modalities by pseudolabeling the collected RGB frames. We use neural network feature maps (Radford et al., 2021; Girdhar et al., 2023), SAM edges (Kirillov et al., 2023), bounding boxes from ViTDet (Li et al., 2022), and semantic segmentation masks from Mask2Former (Cheng et al.). ... Note that TST-MM, which leverages these additional modalities, no longer qualifies for no external access, as it is akin to distilling the off-the-shelf pseudolabeling networks which were trained on large-scale external data."

    The headline Tab. 1 result supporting the abstract's 'competitive with generalist models' claim uses a modality set that includes outputs of internet-trained models for the exact task families used in downstream evaluation (semantic segmentation masks, detection boxes). Pre-training on test-space RGB to predict these targets means the representation is explicitly optimized to produce segmentation/detection-style outputs on test-space images, so the later segmentation/detection transfer is partly measuring reproduction of the teacher's task outputs rather than an emergent property of cross-modal sensory learning. The paper itself labels this 'distilling' and admits it does not qualify for 'no external access.' The only ablation removing these semantic modalities (App. O, Tab. 6) is reported

full rationale

There is no equation-level circularity, no fitted parameter renamed as a prediction, and no load-bearing self-citation chain in this paper. The 4M/MultiMAE self-citations are implementation and baseline references, not uniqueness arguments. The main circularity-adjacent issue is that the headline TST-MM configuration uses pseudo-labels from models trained for the same tasks as the evaluation (segmentation, detection), which makes part of the downstream performance a distillation effect rather than a purely emergent cross-modal property. The paper is transparent about this, and the sensors-only results (Sec. 4.2, Fig. 3) plus the ProcTHOR ablation without semantic modalities (App. O) provide independent evidence that test-space pre-training has value. The transfer-set RGB mix-in is acknowledged in a footnote and App. L, so the abstract's 'only from the test environment' phrasing is an overclaim/validity concern rather than a derivation-level circularity. On balance, the central claim retains independent content, but the featured ScanNet++/DINOv2 comparison is partially entangled with same-task pseudo-label targets, giving a moderate circularity score of 4.

Axiom & Free-Parameter Ledger

3 free parameters · 4 axioms · 0 invented entities

No new physical entities are introduced. The paper's load is carried by assumptions inherited from 4M (the objective) and by hand-chosen pseudo-labeler modalities; the task-aligned pseudo-labels are the main free design choice.

free parameters (3)
  • Transfer-set RGB mix-in during pre-training = on (with 1/1 sampling ratio for ViT-S; Tab. 8)
    Sec. 4.1 and App. L show that adding external transfer-set RGB images to pre-training improves mIoU (56.96 vs 50.21 without transfer). This is a design choice that materially inflates TST over a pure test-space-only pipeline and is not predicted by the framework.
  • Modality dictionary composition = 9 modalities: RGB, depth, normals, Canny, CLIP, ImageBind, SAM edges, ViTDet boxes, Mask2Former masks
    The choice of which pseudo-labelers to use as target modalities is made by the authors (Sec. 4.3) and directly determines the gains; no principled selection criterion is given.
  • Test/transfer sampling ratio = 1/1 (base), 1/1 best for small
    App. U Tab. 8 shows performance varies with this ratio (61.01 vs 57.01 for small), so it is a tuned hyperparameter rather than a derived quantity.
axioms (4)
  • domain assumption Multimodal masked modeling (Bachmann et al. 2024) with mixture masking is an effective self-supervised objective for learning transferable representations.
    The entire TST framework relies on this inherited objective; the paper does not derive it and only compares a few alternatives (MAE, DINO).
  • ad hoc to paper Pseudo-label outputs of internet-trained networks (CLIP, ImageBind, SAM, ViTDet, Mask2Former) can be treated as neutral 'modalities' without leaking downstream task supervision.
    Used in Sec. 4.3; this assumption is load-bearing for the headline comparison and is only partially tested in App. O.
  • domain assumption The agent has access to a sensory sampling function x∼p_space(x) that densely covers the test space, and the test space is the same during pre-training and evaluation.
    Sec. 3.1; without this, TST cannot collect its pre-training data.
  • domain assumption A small labeled transfer set Dt from an external space is available for fine-tuning.
    Sec. 3.2.3; the method assumes this external supervision exists, so it does not eliminate all annotation cost.

reviewed 2026-08-02 · how reviews work

0 comments
Cite this review

Pith. "Pith review of Multimodality as Supervision: Self-Supervised Specialization to the Test Environment via Multimodality." pith.science (2026). https://pith.science/paper/Q2G56H23

@misc{pith2026260714721,
  author       = {Pith},
  title        = {Pith review of: Multimodality as Supervision: Self-Supervised Specialization to the Test Environment via Multimodality},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/Q2G56H23}},
  note         = {Machine review of arXiv:2607.14721}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Cross-modal learning, i.e., learning to predict one modality from another, is a fundamental mechanism for self-supervision via leveraging multimodality. Many practical applications, e.g., deploying a household robot, involve devices that are equipped with a rich set of sensors that enable multimodal sensing in their test environment. This presents an opportunity to apply cross-modal learning to the multimodal data sensed by these devices to learn representations. Findings in developmental psychology also suggest that biological agents leverage it to build an effective representation of their surroundings. To study this, we propose a controlled setup, where we restrict a user device to just a given test environment. It results in a specialization setup where we attempt to develop a performant model for this specific test environment. Under this setup, we develop Test-Space Training (TST), which performs multimodal data collection in the test environment and performs self-supervised pre-training on it. We evaluate these models on various downstream tasks in the same environment. Under this setup, we find various interesting insights, such as collecting rich multimodal data only from the test environment and leveraging cross-modal learning, we can achieve competitive results with generalist models (e.g., DINOv2 and CLIP) pre-trained on large-scale internet datasets. This enables an alternative scenario where the need for external Internet-scale datasets for pre-training models is reduced. We also present a set of analyses and ablations that raise intriguing points on substituting data with (multi)modality, and how varying pre-training data enables a tradeoff between a model's abilities to specialise to a test environment, and generalize to held-out spaces.

Figures

Figures reproduced from arXiv: 2607.14721 by Ali Garjani, Amir Zamir, Andrei Atanov, Efe Tarhan, Jason Toskov, Kunal Pratap Singh, Muhammad Uzair Khattak, O\u{g}uzhan Fatih Kar, Rishubh Singh.

Figure 1
Figure 1. Figure 1: Left: Multimodality as Supervision. The sensed data in a deployment environment is often multimodal, which, besides RGB images, can contain various modalities, such as depth, motion sensing, surface normals, tactile, etc. This enables Cross-Modal learning, i.e., predicting the response of one sensor from another, as a method for self-supervised pre-training. We use this concept to frame learning a self-sup… view at source ↗
Figure 2
Figure 2. Figure 2: TST framework. 1) First, we collect (multimodal) data from the test space (Sec. 3.2.1). 2) We then use this data for self-supervised multimodal pre-training (Mizrahi et al., 2023; Oquab et al., 2023) (Sec. 3.2.2). 3) After pre-training, the model is fine-tuned on a small external transfer dataset to solve a desired downstream task, e.g. semantic segmentation (Sec. 3.2.3). 4) This model is subsequently depl… view at source ↗
Figure 3
Figure 3. Figure 3: How far can we go with no external access? We compare results of pre-training using large-scale Internet data (DINOv2 (Oquab et al., 2023) on 142M images) with using only data collected from a test space with onboard sensors, TST-MM (Sensors). We show segmentation and detection results on a test space from the Scannet++. We find that, with no external access, TST-MM with sensory modalities, and just multim… view at source ↗
Figure 4
Figure 4. Figure 4: Modality scaling vs data scaling. We study the tradeoff between collecting unimodal pre-training data from more spaces versus scaling modalities in the test space (here, 5 houses). The size of each circle is proportional to the mIoU performance on segmentation. We find that scaling the number of modalities within the test space yields better performance than scaling data by including external spaces. All m… view at source ↗
Figure 5
Figure 5. Figure 5: Contribution of different modalities to TST performance. We study the effect of each modality on TST by dropping one combination from TST-MM, and adding one to TST-MAE (RGB￾only TST). We use the ViT-S backbone. We find that even though some modalities provide higher gains than others when added to the RGB-only TST-MAE, the performance of TST-MM stays relatively stable, agnostic to the choice of the dropped… view at source ↗
Figure 7
Figure 7. Figure 7: Do we need the same test space for pre-training and evaluation? We perform cross-space analysis by pre-training and eval￾uating performance on different spaces. Each column and row represents a pre-training and test space. Performance is best along the diago￾nal, where pre-training and evaluation are in the same space. 1 5 1500 3000 Number of Pre-training Spaces 25 30 35 40 45 50 mIoU (test space) non-test… view at source ↗
Figure 9
Figure 9. Figure 9: Specialization-generalization trade￾off. We pre-train ViT-S models on data collected from a growing number of spaces, starting with a single test space and adding data from other IID spaces. The blue curve shows performance in the test space (specialization); the red curve shows performance on 100 held-out IID spaces (gener￾alization). As we add more pre-training spaces, test-space performance decreases wh… view at source ↗
Figure 10
Figure 10. Figure 10: TST-MM predictions across different tasks. We present qualitative results for TST-MM against various baselines, including scratch (no pre-training) and Internet-based pre-training on real-world scenes from Scannet++ (Yeshwanth et al., 2023). TST-MM predictions are notably more consistent across both tasks. Note how TST-MM predicts the same object (magnified in red boxes) more accurately and robustly acros… view at source ↗
Figure 11
Figure 11. Figure 11: Quantitative summary of TST. The lower bound is scratch (i.e., no pre-training and learning using the external transfer set only). The upper bound is approximated by a fully supervised model trained with a large number of annotated segmentation images. The gap between the lower and upper bounds is the playfield for the pre-training methods to fill. All methods share the same model architecture. The result… view at source ↗
Figure 12
Figure 12. Figure 12: TST can achieve similar per￾formance with smaller model sizes. We find that a specialized model with a ViT-S backbone can outperform internet-based generalist models such as DINOv2 and 4M-21 with a ViT-B backbone, which is 4x more computationally expensive to run inference on. We find that cross-modal learning on test-space data yields specialist models that can outperform internet￾pretrained generalist m… view at source ↗
Figure 13
Figure 13. Figure 13: Label Propagation with TST. We find that the trends in performance under the Label Propagation, with no transfer set distribution shift, are similar to what we observe in Tab. 1 and [PITH_FULL_IMAGE:figures/full_fig_p023_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: TST-MM cross-modal retrieval predictions. TST-MM retrieves corresponding RGB images from query Depth input and Depth images from RGB input more accurately than the Internet￾based 4M-21(Bachmann et al., 2024) model. 4M-21 (Bachmann et al., 2024) shows diminishing returns. This underscores the effectiveness of test￾space training, where specialization itself is crucial for learning test-space-aligned repres… view at source ↗
Figure 15
Figure 15. Figure 15: TST-MM predictions on deployment in the wild. We showcase the qualitative results for TST-MM on the semantic segmentation task against the Internet-based pre-trained model 4M￾21(Bachmann et al., 2024) and scratch (no-pretraining). TST-MM predictions are notably better across object categories, showing the value of access to test space and the deployment potential of TST-MM. 26 [PITH_FULL_IMAGE:figures/fu… view at source ↗
Figure 16
Figure 16. Figure 16: TST with DINOv2 objective outper￾forms its Internet counterpart. We compare the performance of DINOv2 pre-training in the test space, TST-DINO, with DINOv2 pre-trained on the large￾scale Internet dataset of 142M images (Oquab et al., 2023). TST-DINO outperforms its Internet coun￾terpart, showing the value of specialization. Yet, TST-MM with multimodal masked modeling achieves the best performance. TST-MAE… view at source ↗
Figure 18
Figure 18. Figure 18: Smallest unit of space to specialize on. We reduce the test space size, that we can special￾ize and pre-train models with TST-MM. We compare it with an Internet pre-trained model (Bachmann et al., 2024), and a baseline that pre-trains only on the transfer set. We also find that training on a ring smaller than the test ring, leads to diminished performance. objectives (Oquab et al., 2023) beyond masked mod… view at source ↗
Figure 19
Figure 19. Figure 19: TST with untrained pseudolabel modalities. We train variants of TST, with RGB-only (TST-MAE), with RGB and 4 pseu￾dolabel modalities (Depth, Surface Normal, CLIP and Imagebind), with trained networks (TST-MM), and with untrained or corrupt net￾works (TST-MM (Corrupt)). All results use a ViT-S backbone model on Scannet++. DSLR NeRF 0 5 10 15 20 25 30 35 40 mIoU ( ) 33.51 32.73 Semantic Segmentation [PITH_… view at source ↗
Figure 21
Figure 21. Figure 21: TST works with off-the-shelf trans￾fer set. For Replica (Straub et al., 2019), we find that even when we use ADE20k (et al., 2017) as a transfer set, TST-MM outperforms Internet￾based generalist models, showcasing the impor￾tance of having access to the test space, agnostic to the transfer set. can be trained with fewer input images, they could act as steerable data generators, reducing the need for exten… view at source ↗
Figure 22
Figure 22. Figure 22: Specialization using other objec￾tives. We demonstrate specialization using other pre-training objectives, including MAE and DI￾NOv2. In Sec. 4.3, we present results with TST-MM, which employs multimodal masked modeling. However, as mentioned in Sec. 3.2.2, TST also supports other self-supervised objectives [PITH_FULL_IMAGE:figures/full_fig_p030_22.png] view at source ↗
Figure 24
Figure 24. Figure 24: iOS application for custom data collection. It leverages the open source ARKit API to stream outputs of various sensors such as RGB, LiDAR, IMU, magnetometer, and ambient lighting, and supports paired data collection. Q IS DISTILLING IN THE TEST SPACE BENEFICIAL? As discussed in Sec. 4.3, we scale modalities by pseudo-labelling RGB data with various Internet￾based models (Oquab et al., 2023; Radford et al… view at source ↗
Figure 23
Figure 23. Figure 23: Distillation in test space. We find distilling over data from the test space, from various off-the-shelf models, results in more performant models in the test space. All re￾sults here are with the ViT-B backbone, on ProcTHOR (Deitke et al., 2022). With TST-MM, we also distill from various off-the￾shelf networks like CLIP (Radford et al., 2021), DINOv2 (Oquab et al., 2023) with masked mod￾elling (He et al.… view at source ↗
Figure 25
Figure 25. Figure 25: Continual Learning with TST. We study the performance of TST-MM, as the test space, undergoes lighting and minor object placement changes. The plot on the left, shows the result of the baselines on the original test space, without any changes. On the right, we present results after the test space has undergone lighting and object displacements. As expected, the TST-MM trained in the original test space, l… view at source ↗
Figure 26
Figure 26. Figure 26: LLM Prompt instruction for ProcTHOR caption generation transfer task. We generate ground-truth captions by providing multimodal information to GPT-4o (OpenAI, 2023) including annotated image, class and instance-wise bounding-box information. For each image, we generate 5 COCO-style captions. Semantic Segmentation Object Detection Input Scratch 4M-21 DINOv2 TST-MM (Ours) Ground Truth [PITH_FULL_IMAGE:figu… view at source ↗
Figure 27
Figure 27. Figure 27: Additional qualitative results. As demonstrated here TST performs better compared to the other models for all tasks. 37 [PITH_FULL_IMAGE:figures/full_fig_p037_27.png] view at source ↗
Figure 28
Figure 28. Figure 28: Additional qualitative results. As demonstrated here TST performs better compared to the other models for all tasks. 38 [PITH_FULL_IMAGE:figures/full_fig_p038_28.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

12 extracted references

  1. [1]

    • Pre-training dataset.We use 8 Scannet++ (Yeshwanth et al., 2023) scenes as our test space

    Scannet++(Yeshwanth et al., 2023) is a large dataset of real-world indoor spaces containing sub-millimeter resolution laser scans, paired with DSLR and iPhone RGB images. • Pre-training dataset.We use 8 Scannet++ (Yeshwanth et al., 2023) scenes as our test space. We use a mix of iPhone and DSLR images for pre-training, with the iPhone containing 19165samp...

  2. [2]

    Replica(Straub et al., 2019) provides high quality 3D reconstructions of real indoor spaces. • Pre-training dataset.We use Omnidata (Eftekhar et al., 2021), to densely sample Replica meshes corresponding to the 5 scenes to build our pre-training dataset, DP T, containing 84889 samples. We defer the details of the sampling procedure to Omnidata (Eftekhar e...

  3. [3]

    We use 5 procedurally generated houses as our test space

    ProcTHOR(Deitke et al., 2022) It includes procedurally generated house-like environments. We use 5 procedurally generated houses as our test space. • Pre-training dataset.We randomly sample various agent x, y, zpositions and orientations along its axis in the test space, and collect RGB-D images at these points. This sampling process yields a total of 163...

  4. [4]

    **Spatial Positioning**: Describe all objects' positions and spatial relationships as visible in the image and ground-truth information to help locate them accurately. If multiple objects are present in the image (as indicated in ground-truth information), explicitly mention their count and explain their positional relationships with other objects in the image

  5. [5]

    Strictly avoid adding information about objects unless you are certain

    **No Hallucinations!** Each generated concise caption must agree with the actual contents shown in the provided image. Strictly avoid adding information about objects unless you are certain. Only utilize the information visible in the image and the provided ground-truth class information. I will provide both the original image and the image with overlaid ...

  6. [7]

    Exact training settings are provided in Tab

    framework. Exact training settings are provided in Tab. 12. We evaluate object detection in the 8https://github.com/facebookresearch/dinov2 34 Published as a conference paper at ICLR 2026 Configuration Small Base Training length (ntokens) 100B Warmup length (ntokens) 10B Optimizer AdamW (Loshchilov & Hutter, 2019) Opt. momentum β1, β2 = 0.9,0.95 Base lear...

  7. [8]

    Each caption must cover the global scene context and prominent objects

    **Global Context but Concise**: The caption should be objective, describing the prominent objects and their spatial relationships within the scene. Each caption must cover the global scene context and prominent objects

  8. [9]

    Bounding box information is in the format `(upper left x coordinate, upper left y coordinate, width, height)`

    **Use of Ground-Truth Classes**: Along with each image, ground-truth classes and bounding box information are provided. Bounding box information is in the format `(upper left x coordinate, upper left y coordinate, width, height)`. Use bounding box information for correct spatial relationships (such as left side, right side, top, below, etc.) between objects

  9. [10]

    **Bounding Boxes and Class Labels Visualized in Image**: The bounding boxes and class names are overlaid on the image, showing each detected class for better localization

  10. [2019]

    Minwoo Byeon, Beomhee Park, Haecheon Kim, Sungjun Lee, Woonhyuk Baek, and Saehoon Kim

    doi: 10.1109/ARITH.2019.00022. Minwoo Byeon, Beomhee Park, Haecheon Kim, Sungjun Lee, Woonhyuk Baek, and Saehoon Kim. COYO- 700M: Image-text pair dataset.https://github.com/kakaobrain/coyo-dataset, 2022. Zhaowei Cai and Nuno Vasconcelos. Cascade R-CNN: Delving into high quality object detection.2018 IEEE/CVF Conference on Computer Vision and Pattern Recog...

  11. [2022]

    The results are presented in Tab

    test space. The results are presented in Tab. 2. We also present qualitative examples in Fig. 14. Note that given our method TST-MM has access to the test space, it can retrieve RGB to Depth and Depth to RGB much more effectively than models based on external data like the Internet. We find that TST-MM substantially outperforms 4M-21 (Bachmann et al., 202...

  12. [2023]

    have enabled realistic renderings of indoor spaces, opening up the potential for generating synthetic training data. In TST, we leverage existing indoor scene datasets (Yeshwanth et al., 2023; Straub et al., 2019), which include real RGB images captured with DSLR/iPhone cameras or rendered from 3D meshes, to develop specialized models for specific test sp...

This paper was first reviewed by deepseek-v4-flash on August 2, 2026.