Pith. sign in

REVIEW 3 major objections 5 minor 49 references

Explaining Image Similarity with Automatically Extracted Concept Activation Vectors

T0 review · 3 major / 5 minor · reviewed 2026-07-31 · grok-4.5

Pith's one-line read Image similarity can be explained by removing automatically found concept directions from embeddings and measuring how the similarity score changes.

desk verdict Solid methods paper: SAE-CAV latent interventions for similarity XAI, with real multi-backbone evidence and an honest LRH caveat—not a theory breakthrough, but worth referee time. read the letter →

arxiv 2607.28386 v1 pith:YUXLZEAX submitted 2026-07-30 cs.CV

classification cs.CV
keywords imagesimilarityconceptactivationvectorssparseautoencodersexplainableAIlatentperturbationexemplarretrievalgroupexplanationsembeddingfaithfulness
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

Deep models score how similar two images are, but the score alone does not say whether the match is about stripes, neckline, color, or something else. This paper argues that you can recover those reasons without hand-labeled attributes. Sparse autoencoders break a model’s embeddings into concept directions; each concept is then stripped from a pair of embeddings and the drop in similarity becomes that concept’s importance. The same importances work for single pairs, whole clusters, and a new task the authors call Exemplar Retrieval—finding other pairs that are similar for the same reasons. Experiments on a controlled collage dataset and real fashion images show the latent edits stay closer to the data manifold than pixel masking and that the importance vectors nearly reconstruct the original similarity score by linear regression. A sympathetic reader cares because the method is model- and metric-agnostic, needs no concept labels, and turns opaque similarity into ranked, localizable factors a designer can act on.

What carries the argument

Latent concept perturbation: for each automatically extracted CAV, remove its contribution from both embeddings (a_i − u_{i,k} v_k) and define importance as the resulting drop in similarity on both sides; group importances are averages of these pairwise vectors.

What would settle it

Train a linear regressor from the concept-importance vectors to the true similarity on held-out pairs; if mean R² collapses well below the reported ~0.87–0.94 range, or if latent removals no longer beat pixel masks on Wasserstein and OOD scores across the six backbones, the central claim fails.

Watch

Extended reading notes

Core claim

Concept importances obtained by subtracting SAE-extracted Concept Activation Vectors from image embeddings, then measuring the change in any chosen similarity function, are more faithful to the embedding distribution than pixel-space baselines and linearly recover the true pairwise similarity. The same local importance vectors aggregate into group explanations and support Exemplar Retrieval of pairs that share the same similarity drivers.

Load-bearing premise

An embedding can be treated as a sparse linear mix of concept directions, so subtracting one direction cleanly isolates that concept’s share of the similarity score.

Editorial extensions

If this is right

  • Pairwise similarity scores become ranked lists of named concepts with heatmaps, without any hand-defined attribute vocabulary.
  • Cluster-level similarity and dissimilarity can be explained by averaging the same importance vectors over all pairs in a group.
  • Exemplar Retrieval can surface other image pairs that match for the same conceptual reasons rather than merely similar overall scores.
  • Model designers can identify and down-weight unwanted background or domain-mismatch concepts that inflate similarity.
  • The procedure applies to any frozen vision backbone and any embedding-space similarity metric.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If completeness holds only for linear similarities such as the dot product, non-linear metrics may need a different attribution identity before importances can be trusted as a full decomposition.
  • The same importance vectors could serve as a cheap steering signal: subtract high-ranking unwanted concepts at retrieval time without retraining the backbone.
  • Failure modes on abstract relational similarity (e.g., “same outfit composition”) would mark the practical boundary of linear CAVs and motivate hierarchical or non-linear dictionaries.
  • Exemplar Retrieval suggests a label-free route to conditional similarity datasets: mine pairs whose explanation vectors align and treat those shared concepts as soft conditions.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper proposes a model- and metric-agnostic post-hoc framework for explaining image similarity by decomposing pretrained embeddings with Sparse Autoencoders into Concept Activation Vectors, then measuring each concept’s importance via the change in a chosen similarity score under latent removal of that concept (Eqs. 2–3). It extends pair-level importances to group explanations (Eq. 4), concept attribution maps, and a new Exemplar Retrieval task that ranks pairs by explanation-vector similarity. Faithfulness is argued via Multi-CIFAR-10 collage controls and VITON-HD: latent interventions yield lower W1/OOD than several pixel masks across six backbones (Table 1, Fig. 4), induce consistent similarity drops (Table 2), and produce explanation vectors that linearly recover cosine and Euclidean scores with high R² (Table 3). A Completeness Theorem in the supplement shows that, under exact linear reconstruction and dot-product similarity, concept importances sum to twice the score.

Significance. If the empirical claims hold, the work meaningfully advances explainability for two-input similarity functions beyond saliency and hand-labeled attributes, with automatic concepts, multi-backbone evidence, a controllable synthetic benchmark, and a clean completeness identity for the linear-dot-product case. The latent-vs-pixel manifold comparison (W1/OOD) and linear recoverability tests are concrete, falsifiable contributions; Exemplar Retrieval and group explanations point to actionable uses in retrieval and model auditing. Strengths include multi-backbone significance testing, the Multi-CIFAR-10 design, and explicit acknowledgment of Linear Representation Hypothesis limits. The result is of clear interest to the vision xAI and metric-learning communities even if some applications remain qualitative.

major comments (3)
  1. [Table 3; Appendix Tables 6–7; Linearly Recoverable] Appendix Tables 6–7 vs main Table 3: linear recoverability is reported as strong at 1500 Top-K concepts (R² ≈ 0.94/0.87), but at 2000 concepts the same “Ours” regressor collapses (R² ≈ −14.8 / −230). With ~2400 training pairs and c features, unregularized OLS is near-saturated; the main claim that “concept importances linearly recover the true similarity score” therefore depends on a narrow dictionary-size regime that is not analyzed or stabilized (e.g., ridge, feature selection, or reporting across c with error bars). Please either regularize/justify the operating point or qualify the recoverability claim by the full c sweep.
  2. [Exemplar Retrieval; Figure 6; Contributions] Exemplar Retrieval is listed among the contributions and motivated as an actionable task, yet evaluation is limited to four qualitative rows in Figure 6 against a cosine-score baseline. Without a quantitative protocol (e.g., concept-consistency of top-k, human preference, or retrieval metrics conditioned on shared top concepts), the claim that explanation vectors recover “samples with similar reasons” is not yet substantiated at the same standard as Tables 1–3. Add a controlled metric on Multi-CIFAR-10 or VITON-HD, or move Exemplar Retrieval to exploratory discussion.
  3. [Supplementary Theory, Theorem 1; Eqs. (2)–(3); Table 3] The Completeness Theorem (Supplementary Materials) assumes exact dictionary reconstruction and f(x,y)=x⊤y, yielding ∑Δc_i = 2f. Main experiments and Table 3 use cosine and −Euclidean, for which the identity does not hold and importances are not guaranteed to be a complete decomposition. Either extend the analysis (e.g., local linearization of cosine) or clearly separate the theorem as motivational for the linear case so readers do not over-read completeness for the reported metrics.
minor comments (5)
  1. [Methodology, Eq. (2)] Wording around Eq. (2): “asymmetric explanation such that e_l(a_i,a_j)=e_l(a_j,a_i)” is contradictory; the construction is symmetric in the pair. Clarify intended meaning (joint vs one-sided ablation).
  2. [Figure 1; Case Study] Figure 1 and several case-study figures are hard to parse in grayscale; ensure concept IDs, heatmaps, and bar importances remain legible and consistently labeled (e.g., c1184 “stripe”).
  3. [Related work] Related work: briefly position against Integrated Jacobians for Siamese encoders (already cited) on what concept-level importances add beyond pairwise input attributions.
  4. [Throughout] Typos and spacing artifacts from PDF extraction appear throughout (e.g., “Imagesimilarityunderlies”, “forsimilarity”); a careful copy-edit pass is needed before camera-ready.
  5. [Case Study Setup; Experiment Details] State explicitly whether SAE training uses only train-split activations on VITON-HD and whether test images used for explanations were held out from dictionary learning (Setup says test-set activations for the case study—potential leakage relative to the faithfulness splits).

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: importances are operationally defined interventions, Completeness is an identity under stated LRH assumptions, and empirical claims are externally validated.

full rationale

The paper defines concept importance as the measured change in a chosen similarity function after removing a SAE concept direction from one or both embeddings (Eqs. 2–3). That is a methodological definition, not a claim that X derives Y while being defined as Y. The Completeness Theorem (Supplementary Materials) then shows that, if activations admit exact linear reconstruction and f is the bilinear dot product, the sum of those importances equals 2f—an algebraic identity under the Linear Representation Hypothesis, analogous to completeness for Integrated Gradients, not a fitted “prediction” of the target claim. Empirical load-bearing results—lower W1/OOD versus pixel-space masks (Table 1, Fig. 4) and high held-out linear recoverability of cosine/Euclidean similarity (Table 3, R² ≳ 0.87)—are multi-backbone, significance-tested comparisons against external baselines (blur, gradient, CSIM product), not quantities forced by construction from the same fit. The mild self-citation to CSIM (Roberts et al. 2026) positions prior SAE concept work and supplies a baseline; it does not supply a uniqueness theorem or force the faithfulness/recoverability numbers. Multi-CIFAR-10 symmetry-recovery and distributional checks further probe the method against controlled ground truth rather than recycling inputs as outputs. Under the stated hard rules, there is no self-definitional loop, no fitted-input-called-prediction, and no load-bearing self-citation chain. Score 0 with empty steps is the honest finding.

Assumptions & free parameters 4 free parameters · 5 assumptions · 3 invented entities

The framework rests on standard embedding + SAE machinery plus the domain assumption that sparse linear concept directions are the right units for explaining similarity. Free choices are dictionary size, SAE type/hyperparameters, and which layer is decomposed. No new physical entities; invented constructs are methodological (Multi-CIFAR-10 collage, Exemplar Retrieval task, group explanation average).

free parameters (4)
  • Number of SAE concepts c = 1500 (main tables); sweeps 100–2000
    Chosen experimentally (often 1500 for main claims; sweeps 100–2000). Linear recoverability and OOD both depend strongly on c; performance breaks at 2000.
  • SAE architecture and training hyperparameters = Per-backbone best configs in Appendix Table 4
    Top-K vs JumpReLU vs Vanilla, batch size, LR, epochs, top-k, sparsity λ selected by grid search on class-identifiability accuracy on synthetic data.
  • Perturbation localization threshold (VITON-HD) = top 10%
    Top 10% activating pixels used for fair image-space baseline heatmaps; affects W1/OOD comparison.
  • Domain-adaptation reweighting matrix M (appendix) = trained 10 epochs, lr 1e-3, bs 32
    Optional learned linear map aligning cosine similarities to Jaccard concept overlap; changes absolute W1/OOD but is not the main claim path.
assumptions (5)
  • domain assumption Linear Representation Hypothesis: activations admit (approximate) sparse linear reconstruction A ≈ UV^T from concept dictionary V.
    Eq. 1 and Completeness Theorem; paper cites Costa et al. 2025 and notes challenges in Hindupur/Bhalla.
  • domain assumption Removing the rank-one contribution u_{i,k} v_k isolates the effect of concept k on similarity without destroying other factors.
    Core of local importance e^k_l in Eqs. 2–3; fails if concepts are entangled or non-linear.
  • domain assumption Similarity of interest is a function f of a pair of embeddings from a frozen pretrained backbone g.
    Stated in Fundamentals; method is metric-agnostic within that class (cosine, Euclidean used).
  • domain assumption Frobenius dictionary learning / SAE training recovers monosemantic concept directions usable as CAVs.
    Section Methodology (1); verified only approximately via class-identifiability on Multi-CIFAR-10.
  • standard math Bilinearity of the dot product yields completeness Σ Δc_i = 2 f(a1,a2) under exact reconstruction.
    Appendix Completeness Theorem; holds only for linear f = dot product and exact reconstruction.
invented entities (3)
  • Multi-CIFAR-10 Collage dataset
    purpose: Provide ground-truth concept presence/overlap for controlled perturbation and symmetry-recovery tests.
    Synthetic 2×2 CIFAR grids with fixed class images; enables fairer latent vs pixel comparison.
  • Exemplar Retrieval task
    purpose: Retrieve pairs/samples that share the same concept-level reasons for similarity as a query–reference pair.
    Defined via ranking by dot product of explanation vectors; qualitative demos only.
  • Group explanation vector e_G
    purpose: Average pairwise local explanation vectors over a cluster to explain group similarity/dissimilarity.
    Eq. 4; operational aggregate, not an external natural kind.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Explaining Image Similarity with Automatically Extracted Concept Activation Vectors." pith.science (2026). https://pith.science/paper/YUXLZEAX

@misc{pith2026260728386,
  author       = {Pith},
  title        = {Pith review of: Explaining Image Similarity with Automatically Extracted Concept Activation Vectors},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YUXLZEAX}},
  note         = {Machine review of arXiv:2607.28386}
}
read the original abstract

Image similarity underlies many computer vision applications, yet it is often unclear why two images receive a high or low similarity score. Existing explainability methods often rely on gradient-based attribution maps to provide local justifications for similarity. These approaches struggle to provide global insights into what specifically drives similarity in regions of an embedding space, such as texture, shape, or color. We introduce a model- and metric-agnostic framework that explains image similarity using Concept Activation Vectors (CAVs) extracted automatically via Sparse Autoencoders (SAEs). Given a pair of images, we perturb their embeddings along discovered concept directions and measure the resulting change in a chosen similarity function, yielding concept importances. For image pairs, we provide localization with concept attribution maps. We extend this procedure to group-level settings, explaining what drives similarity across a cluster of images rather than a single pair, and further, we introduce Exemplar Retrieval, aiming to recover samples with similar reasons contributing to similarity. Our experiments show that our latent perturbations are more faithful to the underlying data distribution than pixel-space baselines, and that concept importances linearly recover the true similarity score. Qualitative results further confirm the usefulness of our methods in understanding a model's individual and group similarity judgments.

Figures

Figures reproduced from arXiv: 2607.28386 by the authors.

Figure 1
Figure 1. (a) Similarity between samples is usually mea [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 3
Figure 3. We report the average difference between the base [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figure 4
Figure 4. Average W1 and OOD scores (y-axis) over number of concepts (x-axis) for all pretrained models on VITON-HD. Curves illustrate various perturbation strategies. The y-axis is normalized to range from 0 to 1. f(ak, aj ) for two functions. Note: full score recovery is im￾possible since concepts do not encode spatial information. The results in [PITH_FULL_IMAGE:figures/full_fig_p004_4.png] view at source ↗
Figures from the paper (5 more)
Figure 5
Figure 5. Figure 5: UMAP of the explanation vectors produced with respect to Query image, with red indicating high-similarity samples [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Exemplar Retrieval Example (selecting images sim [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: UMAP of DINOv3 embeddings with respect to cosine distance for 250 images that activate the stripes concept the [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 8
Figure 8. Figure 8: Dissimilarity is difficult to track due to underlying similarities. [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]
Figure 9
Figure 9. Figure 9: We illustrate the impact of perturbation severity on [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

49 extracted references · 1 linked inside Pith

  1. [1]

    Journal of Artificial Intelligence Research , volume=

    A survey on the explainability of supervised machine learning , author=. Journal of Artificial Intelligence Research , volume=

  2. [2]

    ACM Computing Surveys , year=

    Concept-based explainable artificial intelligence: A survey , author=. ACM Computing Surveys , year=

  3. [3]

    CVPR , year =

    Choi, Seunghwan and Park, Sunghyun and Lee, Minsoo and Choo, Jaegul , title =. CVPR , year =

  4. [4]

    2025 , eprint=

    FocalLens: Instruction Tuning Enables Zero-Shot Conditional Image Representations , author=. 2025 , eprint=

  5. [5]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =

    CLAY: Conditional Visual Similarity Modulation in Vision-Language Embedding Space , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =

  6. [6]

    ACM Computing Surveys , volume=

    Diffusion models: A comprehensive survey of methods and applications , author=. ACM Computing Surveys , volume=. 2023 , publisher=

  7. [7]

    The Thirteenth International Conference on Learning Representations , year=

    Scaling and evaluating sparse autoencoders , author=. The Thirteenth International Conference on Learning Representations , year=

  8. [8]

    Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages =

    Heuss, Maria and others , title =. Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval , pages =. 2025 , isbn =. doi:10.1145/3726302.3729971 , abstract =

Show all 49 references
  1. [9]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Craft: Concept recursive activation factorization for explainability , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  2. [10]

    European Conference on Computer Vision , pages=

    Why do these match? explaining the behavior of image similarity models , author=. European Conference on Computer Vision , pages=. 2020 , organization=

  3. [11]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=

    Building and interpreting deep similarity models , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2020 , publisher=

  4. [12]

    ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM) , volume=

    xcos: An explainable cosine metric for face verification task , author=. ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM) , volume=. 2021 , publisher=

  5. [13]

    European conference on computer vision , pages=

    Explainable face recognition , author=. European conference on computer vision , pages=. 2020 , organization=

  6. [14]

    2025 , eprint=

    From Flat to Hierarchical: Extracting Sparse Representations with Matching Pursuit , author=. 2025 , eprint=

  7. [15]

    Lepori and Matthew Kowal and Andrew Lee and Randall Balestriero and Sonia Joseph and Ekdeep Singh Lubana and Talia Konkle and Demba E

    Thomas Fel and Binxu Wang and Michael A. Lepori and Matthew Kowal and Andrew Lee and Randall Balestriero and Sonia Joseph and Ekdeep Singh Lubana and Talia Konkle and Demba E. Ba and Martin Wattenberg , booktitle=. Into the Rabbit Hull: From Task-Relevant Concepts in. 2026 , url=

  8. [16]

    2026 , eprint=

    Do Sparse Autoencoders Capture Concept Manifolds? , author=. 2026 , eprint=

  9. [17]

    Proceedings of the 30th ACM International Conference on Information & Knowledge Management , pages =

    Barkan, Oren and Armstrong, Omri and Hertz, Amir and Caciularu, Avi and Katz, Ori and Malkiel, Itzik and Koenigstein, Noam , title =. Proceedings of the 30th ACM International Conference on Information & Knowledge Management , pages =. 2021 , isbn =. doi:10.1145/3459637.348243...

  10. [18]

    2009 , institution=

    Learning multiple layers of features from tiny images , author=. 2009 , institution=

  11. [19]

    ACM Transactions on Multimedia Computing, Communications and Applications , volume=

    Sim2word: Explaining similarity with representative attribute words via counterfactual explanations , author=. ACM Transactions on Multimedia Computing, Communications and Applications , volume=. 2023 , publisher=

  12. [20]

    2020 , eprint=

    UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction , author=. 2020 , eprint=

  13. [21]

    The Out-of-Distribution Problem in Explainability and Search Methods for Feature Importance Explanations , volume =

    Hase, Peter and others , booktitle =. The Out-of-Distribution Problem in Explainability and Search Methods for Feature Importance Explanations , volume =

  14. [22]

    ICML , pages=

    Interpretability beyond feature attribution: Quantitative testing with concept activation vectors (tcav) , author=. ICML , pages=. 2018 , organization=

  15. [23]

    A Holistic Approach to Unifying Automatic Concept Extraction and Concept Importance Estimation , volume =

    Fel, Thomas and Boutin, Victor and B\'. A Holistic Approach to Unifying Automatic Concept Extraction and Concept Importance Estimation , volume =. Advances in Neural Information Processing Systems , editor =

  16. [24]

    ICML , year=

    Out-of-distribution Detection with Deep Nearest Neighbors , author=. ICML , year=

  17. [25]

    Optimal transport old and new , url =

    Villani, Cédric , address =. Optimal transport old and new , url =. Optimal transport old and new , series =. 2009 , publisher =

  18. [26]

    Proceedings of the ACM Web Conference 2022 , pages=

    Interpreting bert-based text similarity via activation and saliency maps , author=. Proceedings of the ACM Web Conference 2022 , pages=

  19. [27]

    Judy Borowski and Roland Simon Zimmermann and Judith Schepers and Robert Geirhos and Thomas S. A. Wallis and Matthias Bethge and Wieland Brendel , booktitle=. Exemplary Natural Images Explain. 2021 , url=

  20. [28]

    Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    Approximate attributions for off-the-shelf Siamese transformers , author=. Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  21. [29]

    Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing , pages=

    An attribution method for Siamese encoders , author=. Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing , pages=

  22. [30]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=

    Interpretable text embeddings and text similarity explanation: A survey , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=

  23. [31]

    Handbook of Statistics , volume=

    Deep metric learning for computer vision: A brief overview , author=. Handbook of Statistics , volume=. 2023 , publisher=

  24. [32]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Learning similarity conditions without explicit supervision , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  25. [33]

    Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    Hsiao, Wei-Lin and Grauman, Kristen , title =. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

  26. [34]

    Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

    Revisiting oxford and paris: Large-scale image retrieval benchmarking , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

  27. [35]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=

    Deep learning for instance retrieval: A survey , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2022 , publisher=

  28. [36]

    Advances in neural information processing systems , volume=

    Deep learning face representation by joint identification-verification , author=. Advances in neural information processing systems , volume=

  29. [37]

    IEEE Access , volume=

    A comprehensive review of face recognition techniques, trends, and challenges , author=. IEEE Access , volume=. 2024 , publisher=

  30. [38]

    2025 , eprint=

    Projecting Assumptions: The Duality Between Sparse Autoencoders and Concept Geometry , author=. 2025 , eprint=

  31. [39]

    BMVC , year =

    TryOffDiff: Virtual-Try-Off via High-Fidelity Garment Reconstruction using Diffusion Models , author =. BMVC , year =

  32. [40]

    2025 , eprint=

    DINOv3 , author=. 2025 , eprint=

  33. [41]

    2025 , booktitle=

    Archetypal SAE: Adaptive and Stable Dictionary Learning for Concept Extraction in Large Vision Models , author=. 2025 , booktitle=

  34. [42]

    Roberts, Isaac and Velioglu, Riza and Ashram, Inaam and Hermes, Luca and Hammer, Barabara ,booktitle =

  35. [43]

    International journal of computer vision , volume=

    Reliable evaluation of attribution maps in cnns: A perturbation-based approach , author=. International journal of computer vision , volume=. 2025 , publisher=

  36. [44]

    International Conference on Machine Learning , pages=

    Archetypal SAE: Adaptive and Stable Dictionary Learning for Concept Extraction in Large Vision Models , author=. International Conference on Machine Learning , pages=. 2025 , organization=

  37. [45]

    arXiv preprint arXiv:2407.14435 , year=

    Jumping ahead: Improving reconstruction fidelity with jumprelu sparse autoencoders , author=. arXiv preprint arXiv:2407.14435 , year=

  38. [46]

    2023 , journal=

    Towards Monosemanticity: Decomposing Language Models With Dictionary Learning , author=. 2023 , journal=

  39. [47]

    Information Fusion , volume=

    Explainable Artificial Intelligence (XAI) 2.0: A manifesto of open challenges and interdisciplinary research directions , author=. Information Fusion , volume=. 2024 , publisher=

  40. [48]

    Forty-third International Conference on Machine Learning Position Paper Track , year=

    Position: Explainability Research Must Prioritize Foundations over Ad-hoc Methods , author=. Forty-third International Conference on Machine Learning Position Paper Track , year=

  41. [49]

    and others , booktitle =

    Zimmermann, Roland S. and others , booktitle =. Measuring Per-Unit Interpretability at Scale Without Humans , url =. doi:10.52202/079017-1535 , editor =

Pith tools

Reviewed July 31, 2026 · model on record in the stance chip above.