Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Learning Encoding-Decoding Direction Pairs to Unveil Concepts of Influence in Deep Vision Networks

T0 review · 4 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read An unsupervised method recovers the direction pairs that let deep vision networks encode and decode concepts, enabling concept attribution, counterfactual explanations, and model correction without labels.

desk verdict Useful, well-built unsupervised concept-direction tool with a genuine but addressable gap: the real-world encoding-direction estimate leans on an untested independence assumption. read the letter →

arxiv 2509.23926 v4 pith:4AHJV4A7 submitted 2025-09-28 cs.CV

classification cs.CV
keywords encoding-decodingdirectionpairsconceptdetectorssignalvectorsdirectionalclusteringuncertaintyregionalignmentinterpretabilitymodelcorrectionlinearrepresentationhypothesis
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

The paper argues that the latent mechanism by which deep vision networks write (encode) and read (decode) concept information into their representations can be recovered in an unsupervised way. For each concept, the method learns a decoding direction—a linear filter that acts as a concept detector—and an encoding direction (a signal vector) that estimates how the concept is written into embeddings. The decoding directions come from directional clustering of activations, the signal vectors from a probabilistic covariance estimator with a key subsampling step, and a novel Uncertainty Region Alignment loss steers the search toward directions the network actually uses. On synthetic data the method recovers ground-truth direction pairs; on real CNNs the learned decoding directions are highly monosemantic and often more interpretable than prior unsupervised baselines, while the signal vectors align with activation-maximization 'dreaming' directions, supporting their faithfulness. If correct, this gives annotation-free access to the concepts a model relies on, opening routes to global and local explanations and to interventions that change or correct predictions.

What carries the argument

The central objects are the encoding-decoding direction pair: a concept detector (a linear filter w_i plus bias b_i forming a binary classifier that reads the concept's latent factor) and a signal vector s_i (an estimate of the concept's encoding direction). The detector is learned via directional clustering with sparsity and maximum-activation losses, plus new interpretability losses (Focal Sparsity Loss, Excessively Active Classifier Loss) and a Self-Weighted Reduction soft-max aggregation. The signal vector is estimated from a multi-concept signal-distractor data model using the covariance formula s_i = cov[x_p, z_p,i] / var[z_p,i], crucially subsampling to patches that contain the concep

What would settle it

Construct a synthetic or semi-natural dataset where the positive patches of a concept always also contain a second concept (so the two latent factors are perfectly correlated in the subsampled set). If EDDP's signal vector for one of those concepts deviates substantially from its ground-truth encoding direction (cosine similarity well below the near-perfect values reported for the independent-factor synthetic experiment), the subsampling independence assumption is violated and the encoding-direction half of the central claim fails.

Watch

Extended reading notes

Core claim

Each concept in a deep vision network can be characterized by an encoding-decoding direction pair: an encoding direction (signal vector) that writes the concept's latent factor into a patch embedding, and a decoding direction (filter) that reads the factor back via an inner product. The paper's central claim is that these pairs can be learned jointly and unsupervised from unlabeled activations by (1) finding decoding directions through directional clustering that enforces sparsity in a soft-binary concept space, (2) estimating encoding directions with a subsampled covariance formula that, among patches containing the concept, treats latent factors of different concepts as independent, and (3

Load-bearing premise

The signal-vector estimate is valid only if, among patches that contain a concept, that concept's latent factor is independent of other concepts' latent factors and of distractor noise; the paper asserts this independence after subsampling rather than verifying it on real data, and it further assumes that the learned filters become approximately orthogonal to other signal directions and to the unestimated distractor subspace.

Editorial extensions

If this is right

  • If the recovered direction pairs are faithful, model predictions can be explained in terms of the concepts the model actually uses, without needing concept annotations or additional trained heads.
  • The encoding direction enables concept sensitivity testing (e.g., with RCAV) to identify which concepts the network relies on for each class, enabling global model-behavior diagrams.
  • The decoding direction and signal vector together support local, spatially-aware Concept Contribution Maps that break down a prediction logit into per-concept, per-patch contributions.
  • Interventions become possible: the signal value of a concept can be overwritten to produce counterfactual explanations (e.g., replacing 'road' with 'building' changes the prediction as expected).
  • The method can identify and suppress unintended biases: in a toy model, the watermark concept was detected with IoU 0.85, its signal vector matched a supervised Pattern-CAV with cosine similarity 0.99, and suppressing it recovered most of the poisoned-set accuracy.
  • The paper argues this provides many of the benefits of Concept Bottleneck Models without training additional components or accessing annotations.

Reading between the lines

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

  • The observed interpretability-influence tradeoff (more monosemantic directions often scored lower on average sensitivity) hints that a fully faithful account of a model's decision strategy may require sacrificing human-friendly monosemanticity in favor of more abstract, multi-concept directions—an editorial inference beyond the paper's conclusions.
  • The subsampling independence assumption is most likely to break when concepts are strongly correlated or mutually exclusive within the positive subset (e.g., 'car' patches almost always contain 'road'); the paper only tests synthetic data with independent concept factors, so the method's real-world fidelity may degrade exactly in such common, entangled concept groups.
  • The method's reliance on directional clustering of activations suggests it could transfer to vision transformers or even non-image modalities whenever the linear representation hypothesis holds, but the paper does not test these settings and this remains an open extension.
  • The paper's model-correction example points toward a general recipe: discover a spurious concept's encoding direction unsupervisedly, then subtract it from representations during inference; because this requires no retraining, it could scale to auditing large pre-trained models, though the safety of such interventions appears unanalyzed.
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

4 major / 5 minor

Summary. The paper proposes Encoding-Decoding Direction Pairs (EDDP), an unsupervised method to recover, for concepts encoded as directions in a deep network's latent space, both a decoding direction (filter/concept detector) and an encoding direction (signal vector). The decoding directions are obtained by directional clustering with sparsity losses, the encoding directions by a covariance-based signal-vector estimator applied to concept-positive subsamples, and the search is guided by a novel Uncertainty Region Alignment (URA) loss that aligns the uncertainty region of the concept detectors with that of the network. The method is validated on synthetic data with ground-truth direction pairs, on several CNN architectures (ResNet18, ResNet50, EfficientNet, Inception-v3, VGG16) with interpretability and influence metrics, and through applications including global sensitivity analysis, local Concept Contribution Maps, counterfactual explanations, and model correction on a toy watermark task.

Significance. If fully validated, this would be a useful contribution to unsupervised concept discovery in vision networks: it explicitly separates decoding from encoding directions, avoids feature-reconstruction objectives, and leverages network weights via URA. The paper's strengths include a controlled synthetic experiment with perfect recovery, a broad evaluation across five architectures, careful ablations, and a concrete model-correction demonstration where the learned signal vector agrees with a supervised Pattern-CAV (cosine 0.99). However, the real-world faithfulness claim for signal vectors rests on an independence assumption that is asserted rather than tested, and on a dreaming-direction validation that is partly circular. These issues are load-bearing for the central claim (c), so the current evidence is not yet conclusive.

major comments (4)
  1. [Section 4.3, Eq. (1)] The unbiasedness of the signal-vector estimator ŝ_i = cov[x_p, α_{p,i}]/var[α_{p,i}] requires that, within the subsample of patches containing concept i, α_{p,i} is uncorrelated with all other concept factors α_{p,j} and all distractor coefficients β_{p,f}. The paper states that these 'can be considered independent by assumption' after removing detection biases, but this is not generally true for natural concepts (e.g., patches containing 'car' are more likely to contain 'road' and less likely to contain 'sky'). L_fso encourages w_i ⊥ ŝ_j but does not remove correlations among the α factors, and URA is an indirect heuristic. This is load-bearing for claim (c). Please provide either an empirical test of the residual correlations on real features, or an alternative validation of signal-vector fidelity that does not rely on the learned decoding direction (e.g., compare with supervised Patte
  2. [Section 7.2, Figures 9–13] The 'dreaming direction' faithfulness check is partly circular. The direction is obtained by maximizing the learned decoding direction w_i, then fitting a line to the feature evolution during that optimization. Any signal vector lying near the span of w_i and the model's Jacobian will appear consistent with this direction, so high cosine similarity does not independently confirm that ŝ_i is the true encoding direction. The histograms (e.g., Figs. 11–12) report that ~90% of directions exceed 0.7, but no comparison is made to random directions or to directions learned by an independent method. This weakens claim (c) for real data. I recommend adding a non-circular validation, such as the supervised Pattern-CAV comparison from Section 7.11.4 applied to multiple concepts, or a baseline using random or shuffled directions to calibrate the cosine-similarity threshold.
  3. [Section 7.5, Tables 3–7] The influence metric I1 shows EDDP variants ranked last in most cases (e.g., ResNet18: I1=0.58–0.63 vs. PCA 0.73–0.74; EfficientNet: 0.94 vs. PCA 0.95). The paper interprets this as an interpretability–influence trade-off, but this is not established. Since the title and abstract emphasize 'concepts of influence', the lower I1 should be discussed more carefully or matched against the significant-direction metrics (SDC/SCDP) where EDDP-C improves with L_cur. Without this, the claim that the method recovers 'concepts of influence' in the unsupervised comparison is only weakly supported.
  4. [Section 7.11.5 and Eq. (33)] The model-correction experiment is a convincing demonstration for a single, artificially injected concept, and the cosine similarity of 0.99 to the supervised Pattern-CAV is encouraging. However, this is a toy setup where the watermark is a low-dimensional, highly localized artifact. It does not resolve the concern that real-world concepts are correlated and high-dimensional. Please clarify how this evidence generalizes to the broader claim (c).
minor comments (5)
  1. [Figure 8 caption] Typo: 'In constrast' should be 'In contrast'. Also the caption lists four items but the numbering is confusing; please renumber or use clearer labels.
  2. [Section 7.1] Typo: 'EDPP' should be 'EDDP' in the description of the basis change for PCA and EDDP.
  3. [Section 4.3] The notation mixes a_{p,i}, α_{p,i}, and a_p,i. Please standardize to α_{p,i} throughout.
  4. [Section 4.4] The URA loss L_ur is defined with a negative sign: -E[H(f+(X'))]. Since maximizing entropy should reduce uncertainty, the sign convention should be stated explicitly in the text to avoid confusion.
  5. [Section A.11, Tables 24–25] The comparison with CBE /w Luur is informative, but the notation 'Ortho' is not defined in the table; please add a footnote explaining the columns.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the paper derives signal-vector estimators from an explicit probabilistic model, tests recovery on synthetic ground truth, and evaluates interpretability against external labels; the main weaknesses are an asserted independence assumption and a heuristic dreaming-direction validation, which are correctness concerns rather than circular reductions.

full rationale

The central derivation chain is not circular. The signal-vector estimator (Section 4.3) is a covariance-based statistical estimator, not a parameter fitted to the quantity it later validates. Its unbiasedness is proved under an explicit independence condition; the paper then asserts, rather than demonstrates, that this condition holds after subsampling positive patches. That is an unvalidated assumption, and a real correctness risk, but it is not a case of defining the estimator in terms of the target direction or of fitting the direction to the validation target. On synthetic data, the method is checked against independently generated ground-truth direction matrices S and D, with the unsupervised pipeline recovering those directions; this is an external, self-contained test. On real data, interpretability is evaluated by Network Dissection/Broden labels and compared with PCA, NMF, and natural-basis baselines, so the interpretability claims are anchored to external annotations rather than to the method's own outputs. The influence evaluation uses RCAV sensitivity with a permutation test against random directions. The main validation concern is Section 7.2's 'dreaming direction' faithfulness check: the features used to estimate the dreaming direction are optimized to increase the same decoding direction w that is also used, via the filter, to define the signal values entering the signal-vector estimate. Thus the check is not an independent ground truth and may share dependence on w. However, the paper does not equate the dreaming direction to the signal vector by any formula, nor does it train the signal vector to match the dreaming direction, so this is a weakness in the validation design, not a circular derivation by construction. The self-citations to Doumanoglou et al. (2023; 2024) supply the base clustering losses and prior UIBE/CBE method; these are not used as a load-bearing uniqueness theorem, and the paper provides its own comparisons and ablations against those prior methods. Overall, the paper is largely self-contained and its central claims do not reduce to their inputs.

Assumptions & free parameters 5 free parameters · 5 assumptions · 2 invented entities

The method rests on the linear representation hypothesis and a specific multi-concept signal-distractor model. The free parameters are numerous but explicitly reported and ablated. The invented entities (signal vectors, uncertainty regions) are mathematical constructs with empirical validation, not ad hoc forces or particles.

free parameters (5)
  • I, number of concept detectors/clusters = 384-2048 depending on network
    Chosen per network; controls the size of the direction set and affects all metrics.
  • lambda_fs, lambda_ur (loss weights) = 2.6 and 0.25 respectively
    Set manually; appear in Augmented Lagrangian objective (Eq. 13).
  • tau_mm (target margin) = 5.0 or 6.0 per network
    Constraint target for maximum margin loss; tuned per architecture.
  • tau_ma, tau_ic, tau_eac, tau_fso (constraint targets) = 0.8, 0, 0, 0.01 respectively
    Targets in the Augmented Lagrangian constraints (Eq. 13).
  • sharpening factors mu, nu, gamma and rho = mu=2.0, nu=2.0, gamma=2.0, rho varies
    Shape the Self-Weighted Reduction, Focal Sparsity, and Excessively Active Classifier losses.
assumptions (5)
  • domain assumption Linear representation hypothesis
    Concepts are encoded as directions in latent space (Section 3.2); the whole method builds on this.
  • ad hoc to paper Multi-concept signal-distractor model (Eq. 3)
    Assumes patch embeddings are a linear combination of concept signal directions plus distractors plus a constant bias (Section 4.1).
  • ad hoc to paper Post-subsampling independence of signal values
    After subsampling to positive samples, the latent factors of different concepts are assumed independent, enabling the covariance estimator (Section 4.3).
  • domain assumption Distractor orthogonality approximately achieved without explicit distractor estimation
    The Filter-Signal Orthogonality loss and Uncertainty Region Alignment are relied upon to make filters orthogonal to distractors, even though distractors are never estimated (Sections 4.3-4.4).
  • standard math Network Dissection provides a valid interpretability proxy
    Used to label directions in evaluation (Section 3.4); assumed to be a best-effort benchmark.
invented entities (2)
  • Signal vector s_i independent evidence
    purpose: Estimator of the concept encoding direction in the multi-concept model; used for influence testing and interventions.
    Validated on synthetic data against ground truth (cosine similarity ≈ 1) and in the toy model correction experiment against Pattern-CAV (cosine 0.99). The dreaming-direction validation is partly self-referential, so independent evidence is limited but present.
  • Uncertainty Region Alignment (URA) independent evidence
    purpose: Conceptual subspace alignment between the network's uncertainty region and the concept detectors' uncertainty region; used as a loss to improve interpretability and influence.
    Ablation studies (Tables 9, 10) show consistent improvements in S1, S2, and influence metrics, providing empirical evidence outside the specific direction pairs.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning Encoding-Decoding Direction Pairs to Unveil Concepts of Influence in Deep Vision Networks." pith.science (2026). https://pith.science/paper/4AHJV4A7

@misc{pith2026250923926,
  author       = {Pith},
  title        = {Pith review of: Learning Encoding-Decoding Direction Pairs to Unveil Concepts of Influence in Deep Vision Networks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4AHJV4A7}},
  note         = {Machine review of arXiv:2509.23926}
}
read the original abstract

Empirical evidence shows that deep vision networks often represent concepts as directions in latent space with concept information written along directional components in the vector representation of the input. However, the mechanism to encode (write) and decode (read) concept information to and from vector representations is not directly accessible as it constitutes a latent mechanism that naturally emerges from the training process of the network. Recovering this mechanism unlocks significant potential to open the black-box nature of deep networks, enabling understanding, debugging, and improving deep learning models. In this work, we propose an unsupervised method to recover this mechanism. For each concept, we explain that under the hypothesis of linear concept representations, this mechanism can be implemented with the help of two directions: the first facilitating encoding of concept information and the second facilitating decoding. Unlike prior matrix decomposition, autoencoder, or dictionary learning methods that rely on feature reconstruction, we propose a new perspective: decoding directions are identified via directional clustering of activations, and encoding directions are estimated with signal vectors under a probabilistic view. We further leverage network weights through a novel technique, Uncertainty Region Alignment, which reveals interpretable directions affecting predictions. Our analysis shows that (a) on synthetic data, our method recovers ground-truth direction pairs; (b) on real data, decoding directions map to monosemantic, interpretable concepts and outperform unsupervised baselines; and (c) signal vectors faithfully estimate encoding directions, validated via activation maximization. Finally, we demonstrate applications in understanding global model behavior, explaining individual predictions, and intervening to produce counterfactuals or correct errors.

Figures

Figures reproduced from arXiv: 2509.23926 by the authors.

Figure 1
Figure 1. Linear Representation Hypothesis: A hypothesis suggesting that deep networks encode high-level concepts, [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Our Encoding-Decoding Direction Pairs (EDDP) powers a range of applications, highlighting both the [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. The core concept of Unsupervised Interpretable Basis Extraction (UIBE Doumanoglou et al. (2023)) is [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (49 more)
Figure 4
Figure 4. Figure 4: The proposed method analyzes the latent space to uncover its directional structure. Because many concepts [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Left: The learnable parameters of the method Sˆ,W, b and intermediate variables zp, yp, qp. Top Right: Feature manipulation and Uncertainty Region Alignment. Bottom Right: Loss terms L with their dependencies. Purple indicates loss contributions of this work, while lig…
Figure 6
Figure 6. Figure 6: The uncertainty region of the network is defined as the subspace where all network’s predictions are [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 7
Figure 7. Figure 7: Description of the synthetic dataset that we use in the experiments: a) Concept set: { [PITH_FULL_IMAGE:figures/full_fig_p016_7.png]
Figure 8
Figure 8. Figure 8: 1) Cosine similarity between the ground-truth concept encoding directions and their estimation via Kinder￾mans et al (1) calculated without our proposed feature sub-sampling. In this experiment, the estimation of signal directions uses ground-truth signal values. 2) Co…
Figure 9
Figure 9. Figure 9: Our approach to assess the faithfulness of the direction pair: Starting from an image with the concept, we [PITH_FULL_IMAGE:figures/full_fig_p020_9.png]
Figure 10
Figure 10. Figure 10: Dreaming pre-images from the process of estimating the dreaming directions. [PITH_FULL_IMAGE:figures/full_fig_p021_10.png]
Figure 11
Figure 11. Figure 11: Cosine similarity histogram between dreaming directions and signal vectors. Left: Directions learned for ResNet18 trained on Places365 (I = 448). Right: Directions learned for EfficientNet trained on ImageNet (I = 1120). These histograms regard EDDP-C, i.e. directions…
Figure 12
Figure 12. Figure 12: Cosine similarity histogram between dreaming directions and signal vectors. Left: Directions learned for ResNet18 trained on Places365 (I = 448). Right: Directions learned for EfficientNet trained on ImageNet (I = 1120). These histograms regard EDDP-U, i.e. directions…
Figure 13
Figure 13. Figure 13: Cosine similarity histogram between dreaming directions and signal vectors learned without sub￾sampling. Left: Directions learned for ResNet18 trained on Places365 (I = 448). Right: Directions learned for EfficientNet trained on ImageNet (I = 1120). These histograms r…
Figure 14
Figure 14. Figure 14: Qualitative segmentations using the concept detectors learned with our method as reported by Network [PITH_FULL_IMAGE:figures/full_fig_p023_14.png]
Figure 15
Figure 15. Figure 15: Concept Influence Diagram for ResNet18 trained on Places365. The model is sensitive to the depicted [PITH_FULL_IMAGE:figures/full_fig_p033_15.png]
Figure 16
Figure 16. Figure 16: Concept Influence Diagram for ResNet50 trained on Moments in Time (MiT). The model is sensitive to [PITH_FULL_IMAGE:figures/full_fig_p033_16.png]
Figure 17
Figure 17. Figure 17: Left: Original image. The caption contains class prediction and output class logit. Top Row: Seg￾mentation Maps obtained by the concept detectors. The caption contains classifier index (unit), concept-name and IoU score in the validation split of the dataset. Bottom R…
Figure 18
Figure 18. Figure 18: Top Row: Segmentation Maps obtained by the concept detectors. The caption contains classifier index (unit), concept-name and IoU score in the validation split of the dataset. Bottom Row: Concept Contribution Maps. The caption contains concept-name and contribution of …
Figure 19
Figure 19. Figure 19: Concept Analysis for predicting an image of the [PITH_FULL_IMAGE:figures/full_fig_p035_19.png]
Figure 20
Figure 20. Figure 20: Concept Analysis for predicting an image of the [PITH_FULL_IMAGE:figures/full_fig_p035_20.png]
Figure 21
Figure 21. Figure 21: Counter-factual explanations via manipulating the patch embeddings in the representation space using [PITH_FULL_IMAGE:figures/full_fig_p036_21.png]
Figure 22
Figure 22. Figure 22: Example image segmentations based on the concept detectors learned for the model correction experiment. [PITH_FULL_IMAGE:figures/full_fig_p039_22.png]
Figure 23
Figure 23. Figure 23: Interpretability Comparison. Histogram of differences in binary metrics: Precision, Recall, F1Score [PITH_FULL_IMAGE:figures/full_fig_p050_23.png]
Figure 24
Figure 24. Figure 24: Interpretability Comparison. Exact Precision/Recall/F1Scores for specific concepts in Broden: comparison [PITH_FULL_IMAGE:figures/full_fig_p050_24.png]
Figure 25
Figure 25. Figure 25: Interpretability Comparison. Exact Precision/Recall/F1Scores for specific concepts in Broden: comparison [PITH_FULL_IMAGE:figures/full_fig_p051_25.png]
Figure 26
Figure 26. Figure 26: Interpretability Comparison. Exact Precision/Recall/F1Scores for specific concepts in Broden: comparison [PITH_FULL_IMAGE:figures/full_fig_p052_26.png]
Figure 27
Figure 27. Figure 27: Cosine similarity histogram between dreaming directions and signal vectors. Left: Directions learned for ResNet18 trained on Places365 (I = 448). Right: Directions learned for EfficientNet trained on ImageNet (I = 1120). These histograms regard directions learned with…
Figure 28
Figure 28. Figure 28: Cosine similarity histogram between dreaming directions and signal vectors. Left: Directions learned for ResNet18 trained on Places365 (I = 448). Right: Directions learned for EfficientNet trained on ImageNet (I = 1120). These histograms regard directions learned with…
Figure 29
Figure 29. Figure 29: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p058_29.png]
Figure 30
Figure 30. Figure 30: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p059_30.png]
Figure 31
Figure 31. Figure 31: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p060_31.png]
Figure 32
Figure 32. Figure 32: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p061_32.png]
Figure 33
Figure 33. Figure 33: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p062_33.png]
Figure 34
Figure 34. Figure 34: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p063_34.png]
Figure 35
Figure 35. Figure 35: Qualitative segmentations using the factorization of NMF. Here the network is Inception-v3 trained on [PITH_FULL_IMAGE:figures/full_fig_p064_35.png]
Figure 36
Figure 36. Figure 36: Qualitative segmentations using the concept detectors learned with PCA. Here the network is Inception-v3 [PITH_FULL_IMAGE:figures/full_fig_p065_36.png]
Figure 37
Figure 37. Figure 37: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p066_37.png]
Figure 38
Figure 38. Figure 38: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p067_38.png]
Figure 39
Figure 39. Figure 39: Qualitative segmentations using the concept detectors learned with our method. Here the network is [PITH_FULL_IMAGE:figures/full_fig_p068_39.png]
Figure 40
Figure 40. Figure 40: Concept Influence Diagram for ResNet18 trained on Places365. The model is sensitive to the depicted [PITH_FULL_IMAGE:figures/full_fig_p071_40.png]
Figure 41
Figure 41. Figure 41: Concept Influence Diagram for ResNet18 trained on Places365. The model is sensitive to the depicted [PITH_FULL_IMAGE:figures/full_fig_p072_41.png]
Figure 42
Figure 42. Figure 42: Concept Influence Diagram for ResNet18 trained on Places365. The model is sensitive to the depicted [PITH_FULL_IMAGE:figures/full_fig_p073_42.png]
Figure 43
Figure 43. Figure 43: Concept Influence Diagram for ResNet50 trained on Moments in Time (MiT). The model is sensitive to [PITH_FULL_IMAGE:figures/full_fig_p074_43.png]
Figure 44
Figure 44. Figure 44: Concept Influence Diagram for ResNet50 trained on Moments in Time (MiT). The model is sensitive to [PITH_FULL_IMAGE:figures/full_fig_p075_44.png]
Figure 45
Figure 45. Figure 45: Left: Original image. The caption contains class prediction and output class logit. Top Row: Seg￾mentation Maps obtained by the concept detectors. The caption contains classifier index (unit), concept-name and IoU score in the validation split of the dataset. Bottom R…
Figure 46
Figure 46. Figure 46: Top Row: Segmentation Maps obtained by the concept detectors. The caption contains classifier index (unit), concept-name and IoU score in the validation split of the dataset. Bottom Row: Concept Contribution Maps. The caption contains concept-name and contribution of …
Figure 47
Figure 47. Figure 47: Concept Analysis for predicting an image of the [PITH_FULL_IMAGE:figures/full_fig_p078_47.png]
Figure 48
Figure 48. Figure 48: Concept Analysis for predicting an image of the [PITH_FULL_IMAGE:figures/full_fig_p078_48.png]
Figure 49
Figure 49. Figure 49: Left: Original image. The caption contains class prediction and output class logit. Top Row: Seg￾mentation Maps obtained by the Concept Detectors. The caption contains classifier index (unit), concept-name and IoU score in the validation split of the dataset. Bottom R…
Figure 50
Figure 50. Figure 50: Top Row: Segmentation Maps obtained by the concept detectors. The caption contains classifier index (unit), concept-name and IoU score in the validation split of the dataset. Bottom Row: Concept Contribution Maps. The caption contains concept-name and contribution of …
Figure 51
Figure 51. Figure 51: Concept Analysis for predicting an image of the [PITH_FULL_IMAGE:figures/full_fig_p080_51.png]
Figure 52
Figure 52. Figure 52: Concept Analysis for predicting an image of the [PITH_FULL_IMAGE:figures/full_fig_p080_52.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Why Fake ? Unveiling the Semantic Vocabulary of Deepfake Detectors

    cs.CV 2026-07 conditional novelty 4.0 of 10

    Applying Encoding-Decoding Direction Pairs to an Xception deepfake detector reveals 16 interpretable concepts (e.g., fake-mouth, real-eyes) that drive real/fake predictions, with concept-level interventions achieving ...

Reference graph

Works this paper leans on

67 extracted references · 13 linked inside Pith · cited by 1 Pith paper

  1. [1]

    Understanding intermediate layers using linear classifier probes

    Guillaume Alain and Yoshua Bengio. Understanding intermediate layers using linear classifier probes. arXiv:1610.01644 [cs, stat], November 2018. arXiv: 1610.01644

  2. [2]

    Anders, Leander Weber, David Neumann, Wojciech Samek, Klaus-Robert Müller, and Sebastian Lapuschkin

    Christopher J. Anders, Leander Weber, David Neumann, Wojciech Samek, Klaus-Robert Müller, and Sebastian Lapuschkin. Finding and removing clever hans: Using explanation methods to debug and improve deep models. Information Fusion, 77: 0 261--295, 2022. ISSN 1566-2535

  3. [3]

    Network dissection: Quantifying interpretability of deep visual representations

    David Bau, Bolei Zhou, Aditya Khosla, Aude Oliva, and Antonio Torralba. Network dissection: Quantifying interpretability of deep visual representations. arXiv:1704.05796 [cs], April 2017. arXiv: 1704.05796

  4. [4]

    Show and tell: Visually explainable deep neural nets via spatially-aware concept bottleneck models

    Itay Benou and Tammy Riklin Raviv. Show and tell: Visually explainable deep neural nets via spatially-aware concept bottleneck models. In Proceedings of the Computer Vision and Pattern Recognition Conference, pp.\ 30063--30072, 2025

  5. [5]

    Mechanistic interpretability for ai safety--a review

    Leonard Bereska and Efstratios Gavves. Mechanistic interpretability for ai safety--a review. arXiv preprint arXiv:2404.14082, 2024

  6. [6]

    Constrained optimization and Lagrange multiplier methods

    Dimitri P Bertsekas. Constrained optimization and Lagrange multiplier methods. Academic press, 2014

  7. [7]

    Towards monosemanticity: Decomposing language models with dictionary learning

    Trenton Bricken, Adly Templeton, Joshua Batson, Brian Chen, Adam Jermyn, Tom Conerly, Nick Turner, Cem Anil, Carson Denison, Amanda Askell, Robert Lasenby, Yifan Wu, Shauna Kravec, Nicholas Schiefer, Tim Maxwell, Nicholas Joseph, Zac Hatfield-Dodds, Alex Tamkin, Karina Nguyen, Brayden McLean, Josiah E Burke, Tristan Hume, Shan Carter, Tom Henighan, and Ch...

  8. [8]

    Learning multi-level features with matryoshka sparse autoencoders

    Bart Bussmann, Noa Nabeshima, Adam Karvonen, and Neel Nanda. Learning multi-level features with matryoshka sparse autoencoders. In Forty-second International Conference on Machine Learning, 2025

Show all 67 references
  1. [9]

    Emerging properties in self-supervised vision transformers

    Mathilde Caron, Hugo Touvron, Ishan Misra, Herv \'e J \'e gou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerging properties in self-supervised vision transformers. In Proceedings of the IEEE/CVF international conference on computer vision, pp.\ 9650--9660, 2021

  2. [10]

    Disentangled explanations of neural network predictions by finding relevant subspaces

    Pattarawat Chormai, Jan Herrmann, Klaus-Robert M \"u ller, and Gr \'e goire Montavon. Disentangled explanations of neural network predictions by finding relevant subspaces. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024

  3. [11]

    Sparse autoencoders find highly interpretable features in language models

    Hoagy Cunningham, Aidan Ewart, Logan Riggs, Robert Huben, and Lee Sharkey. Sparse autoencoders find highly interpretable features in language models. In International Conference on Learning Representations (ICLR), October 2024

  4. [12]

    Imagenet: A large-scale hierarchical image database

    Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In 2009 IEEE conference on computer vision and pattern recognition, pp.\ 248--255. Ieee, 2009

  5. [13]

    Unsupervised interpretable basis extraction for concept--based visual explanations

    Alexandros Doumanoglou, Stylianos Asteriadis, and Dimitrios Zarpalas. Unsupervised interpretable basis extraction for concept--based visual explanations. IEEE Transactions on Artificial Intelligence, 2023

  6. [14]

    Concept basis extraction for latent space interpretation of image classifiers

    Alexandros Doumanoglou, Dimitrios Zarpalas, and Kurt Driessens. Concept basis extraction for latent space interpretation of image classifiers. VISIGRAPP. Proceedings, 3: 0 417--424, 2024. ISSN 2184-4321

  7. [15]

    From hope to safety: Unlearning biases of deep models via gradient penalization in latent space

    Maximilian Dreyer, Frederik Pahde, Christopher J Anders, Wojciech Samek, and Sebastian Lapuschkin. From hope to safety: Unlearning biases of deep models via gradient penalization in latent space. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pp.\...

  8. [16]

    Pure: Turning polysemantic neurons into pure features by identifying relevant circuits

    Maximilian Dreyer, Erblina Purelku, Johanna Vielhaben, Wojciech Samek, and Sebastian Lapuschkin. Pure: Turning polysemantic neurons into pure features by identifying relevant circuits. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 8...

  9. [17]

    Toy models of superposition

    Nelson Elhage, Tristan Hume, Catherine Olsson, Nicholas Schiefer, Tom Henighan, Shauna Kravec, Zac Hatfield-Dodds, Robert Lasenby, Dawn Drain, Carol Chen, et al. Toy models of superposition. arXiv preprint arXiv:2209.10652, 2022

  10. [18]

    Decomposing the dark matter of sparse autoencoders

    Joshua Engels, Logan Riggs Smith, and Max Tegmark. Decomposing the dark matter of sparse autoencoders. Transactions on Machine Learning Research, 2025. ISSN 2835-8856. URL https://openreview.net/forum?id=sXq3Wb3vef

  11. [19]

    Unlocking feature visualization for deep network with magnitude constrained optimization

    Thomas Fel, Thibaut Boissin, Victor Boutin, Agustin Picard, Paul Novello, Julien Colin, Drew Linsley, Tom Rousseau, R \'e mi Cad \`e ne, Lore Goetschalckx, et al. Unlocking feature visualization for deep network with magnitude constrained optimization. Advances in Neural Infor...

  12. [20]

    A holistic approach to unifying automatic concept extraction and concept importance estimation

    Thomas Fel, Victor Boutin, Louis B\' e thune, Remi Cadene, Mazda Moayeri, L\' e o And\' e ol, Mathieu Chalvidal, and Thomas Serre. A holistic approach to unifying automatic concept extraction and concept importance estimation. In Advances in Neural Information Processing Syste...

  13. [21]

    Craft: Concept recursive activation factorization for explainability

    Thomas Fel, Agustin Picard, Louis Bethune, Thibaut Boissin, David Vigouroux, Julien Colin, Rémi Cadénc, and Thomas Serre. Craft: Concept recursive activation factorization for explainability. In 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp.\ 2...

  14. [22]

    Large-scale unsupervised semantic segmentation

    Shanghua Gao, Zhong-Yu Li, Ming-Hsuan Yang, Ming-Ming Cheng, Junwei Han, and Philip Torr. Large-scale unsupervised semantic segmentation. TPAMI, 2022

  15. [23]

    Concept discovery and dataset exploration with singular value decomposition

    Mara Graziani, An-phi Nguyen, Laura O’Mahony, Henning M \"u ller, and Vincent Andrearczyk. Concept discovery and dataset exploration with singular value decomposition. In ICLR 2023 Workshop on Pitfalls of limited data and computation for Trustworthy ML, 2023 a

  16. [24]

    Uncovering unique concept vectors through latent space decomposition

    Mara Graziani, Laura O'Mahony, An phi Nguyen, Henning M \"u ller, and Vincent Andrearczyk. Uncovering unique concept vectors through latent space decomposition. Transactions on Machine Learning Research, 2023 b . ISSN 2835-8856. URL https://openreview.net/forum?id=LT4DXqUJTD

  17. [25]

    On the interpretation of weight vectors of linear models in multivariate neuroimaging

    Stefan Haufe, Frank Meinecke, Kai Görgen, Sven Dähne, John-Dylan Haynes, Benjamin Blankertz, and Felix Bießmann. On the interpretation of weight vectors of linear models in multivariate neuroimaging. NeuroImage, 87: 0 96–110, February 2014. ISSN 1053-8119

  18. [26]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp.\ 770--778, 2016

  19. [27]

    Masked autoencoders are scalable vision learners

    Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Doll \'a r, and Ross Girshick. Masked autoencoders are scalable vision learners. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 16000--16009, 2022

  20. [28]

    Multiplier and gradient methods

    Magnus R Hestenes. Multiplier and gradient methods. Journal of optimization theory and applications, 4 0 (5): 0 303--320, 1969

  21. [29]

    Which direction to choose? an analysis on the representation power of self-supervised vits in downstream tasks

    Yannis Kaltampanidis, Alexandros Doumanoglou, and Dimitrios Zarpalas. Which direction to choose? an analysis on the representation power of self-supervised vits in downstream tasks. In 3rd World Conference on eXplainable Artificial Intelligence (XAI), 2025. URL https://zenodo....

  22. [30]

    Explaining ai through mechanistic interpretability

    Lena K \"a stner and Barnaby Crook. Explaining ai through mechanistic interpretability. European journal for philosophy of science, 14 0 (4): 0 52, 2024

  23. [31]

    Interpretability beyond feature attribution: Quantitative testing with concept activation vectors (tcav), June 2018

    Been Kim, Martin Wattenberg, Justin Gilmer, Carrie Cai, James Wexler, Fernanda Viegas, and Rory Sayres. Interpretability beyond feature attribution: Quantitative testing with concept activation vectors (tcav), June 2018. arXiv: 1711.11279

  24. [32]

    Schütt, Maximilian Alber, Klaus-Robert Müller, Dumitru Erhan, Been Kim, and Sven Dähne

    Pieter-Jan Kindermans, Kristof T. Schütt, Maximilian Alber, Klaus-Robert Müller, Dumitru Erhan, Been Kim, and Sven Dähne. Learning how to explain neural networks: Patternnet and patternattribution, October 2017. arXiv: 1705.05598

  25. [33]

    Adam: A method for stochastic optimization

    Diederik P Kingma. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014

  26. [34]

    Concept bottleneck models

    Pang Wei Koh, Thao Nguyen, Yew Siang Tang, Stephen Mussmann, Emma Pierson, Been Kim, and Percy Liang. Concept bottleneck models. In International conference on machine learning, pp.\ 5338--5348. PMLR, 2020

  27. [35]

    Sparse autoencoders reveal selective remapping of visual concepts during adaptation, December 2024

    Hyesu Lim, Jinho Choi, Jaegul Choo, and Steffen Schneider. Sparse autoencoders reveal selective remapping of visual concepts during adaptation, December 2024. arXiv:2412.05276 [cs]

  28. [36]

    Focal loss for dense object detection

    Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He, and Piotr Doll \'a r. Focal loss for dense object detection. In Proceedings of the IEEE international conference on computer vision, pp.\ 2980--2988, 2017

  29. [37]

    SGDR : Stochastic gradient descent with warm restarts

    Ilya Loshchilov and Frank Hutter. SGDR : Stochastic gradient descent with warm restarts. arXiv preprint arXiv:1608.03983, 2016

  30. [38]

    Understanding deep image representations by inverting them

    Aravindh Mahendran and Andrea Vedaldi. Understanding deep image representations by inverting them. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp.\ 5188--5196, 2015

  31. [39]

    Visualizing deep convolutional neural networks using natural pre-images

    Aravindh Mahendran and Andrea Vedaldi. Visualizing deep convolutional neural networks using natural pre-images. International Journal of Computer Vision, 120 0 (3): 0 233--255, 2016

  32. [40]

    Moments in time dataset: one million videos for event understanding

    Mathew Monfort, Alex Andonian, Bolei Zhou, Kandan Ramakrishnan, Sarah Adel Bargal, Tom Yan, Lisa Brown, Quanfu Fan, Dan Gutfruend, Carl Vondrick, et al. Moments in time dataset: one million videos for event understanding. IEEE Transactions on Pattern Analysis and Machine Intel...

  33. [41]

    Emergent linear representations in world models of self-supervised sequence models

    Neel Nanda, Andrew Lee, and Martin Wattenberg. Emergent linear representations in world models of self-supervised sequence models. In Proceedings of the 6th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP, BlackboxNLP@EMNLP 2023, Singapore, December 7,...

  34. [42]

    Sparse autoencoder

    Andrew Ng et al. Sparse autoencoder. CS294A Lecture notes, 72 0 (2011): 0 1--19, 2011

  35. [43]

    Understanding neural networks via feature visualization: A survey

    Anh Nguyen, Jason Yosinski, and Jeff Clune. Understanding neural networks via feature visualization: A survey. Explainable AI: interpreting, explaining and visualizing deep learning, pp.\ 55--76, 2019

  36. [44]

    Label-free concept bottleneck models

    Tuomas Oikarinen, Subhro Das, Lam M Nguyen, and Tsui-Wei Weng. Label-free concept bottleneck models. In The 11th International Conference on Learning Representations, 2023

  37. [45]

    Feature visualization

    Chris Olah, Alexander Mordvintsev, and Ludwig Schubert. Feature visualization. Distill, 2 0 (11): 0 e7, 2017

  38. [46]

    Reveal to revise: An explainable ai life cycle for iterative bias correction of deep models

    Frederik Pahde, Maximilian Dreyer, Wojciech Samek, and Sebastian Lapuschkin. Reveal to revise: An explainable ai life cycle for iterative bias correction of deep models. In Medical Image Computing and Computer Assisted Intervention – MICCAI 2023, Lecture Notes in Computer Scie...

  39. [47]

    Anders, Thomas Wiegand, Wojciech Samek, and Sebastian Lapuschkin

    Frederik Pahde, Maximilian Dreyer, Leander Weber, Moritz Weckbecker, Christopher J. Anders, Thomas Wiegand, Wojciech Samek, and Sebastian Lapuschkin. Navigating neural space: Revisiting concept activation vectors to overcome directional divergence, 2024

  40. [48]

    Robust semantic interpretability: Revisiting concept activation vectors

    Jacob Pfau, Albert T Young, Jerome Wei, Maria L Wei, and Michael J Keiser. Robust semantic interpretability: Revisiting concept activation vectors. In Fifth Annual Workshop on Human Interpretability in Machine Learning (WHI), ICML 2020, 2020, 2020

  41. [49]

    Learning transferable visual models from natural language supervision

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervision. In International conference on machine learning, pp...

  42. [50]

    Searching for activation functions

    Prajit Ramachandran, Barret Zoph, and Quoc V Le. Searching for activation functions. arXiv preprint arXiv:1710.05941, 2017

  43. [51]

    Identifying interpretable action concepts in deep networks

    Kandan Ramakrishnan, Mathew Monfort, Barry A McNamara, Alex Lascelles, Dan Gutfreund, Rog \'e rio Schmidt Feris, and Aude Oliva. Identifying interpretable action concepts in deep networks. In CVPR Workshops, pp.\ 12--15, 2019

  44. [52]

    Discover-then-name: Task-agnostic concept bottlenecks via automated concept discovery

    Sukrut Rao, Sweta Mahajan, Moritz B \"o hle, and Bernt Schiele. Discover-then-name: Task-agnostic concept bottlenecks via automated concept discovery. In European Conference on Computer Vision, pp.\ 444--461. Springer, 2024

  45. [53]

    Mechanistic? arXiv preprint arXiv:2410.09087, 2024

    Naomi Saphra and Sarah Wiegreffe. Mechanistic? arXiv preprint arXiv:2410.09087, 2024

  46. [54]

    Taking features out of superposition with sparse autoencoders, 2022

    L Sharkey, D Braun, and B Millidge. Taking features out of superposition with sparse autoencoders, 2022. URL https://www.alignmentforum.org/posts/z6QQJbtpkEAX3Aojj/interim-research-report-taking-features-out-of-superposition

  47. [55]

    What does clip know about a red circle? visual prompt engineering for vlms

    Aleksandar Shtedritski, Christian Rupprecht, and Andrea Vedaldi. What does clip know about a red circle? visual prompt engineering for vlms. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pp.\ 11987--11997, 2023

  48. [56]

    Very deep convolutional networks for large-scale image recognition

    Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition. arXiv preprint arXiv:1409.1556, 2014

  49. [57]

    Goodfellow, and Rob Fergus

    Christian Szegedy, Wojciech Zaremba, Ilya Sutskever, Joan Bruna, Dumitru Erhan, Ian J. Goodfellow, and Rob Fergus. Intriguing properties of neural networks. In 2nd International Conference on Learning Representations, ICLR 2014, Banff, AB, Canada, April 14-16, 2014, Conference...

  50. [58]

    Rethinking the inception architecture for computer vision

    Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jon Shlens, and Zbigniew Wojna. Rethinking the inception architecture for computer vision. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp.\ 2818--2826, 2016

  51. [59]

    Efficientnet: Rethinking model scaling for convolutional neural networks

    Mingxing Tan and Quoc Le. Efficientnet: Rethinking model scaling for convolutional neural networks. In International conference on machine learning, pp.\ 6105--6114. PMLR, 2019

  52. [60]

    Multi-dimensional concept discovery ( MCD ): A unifying framework with completeness guarantees

    Johanna Vielhaben, Stefan Bluecher, and Nils Strodthoff. Multi-dimensional concept discovery ( MCD ): A unifying framework with completeness guarantees. Transactions on Machine Learning Research, 2023. ISSN 2835-8856. URL https://openreview.net/forum?id=KxBQPz7HKh

  53. [61]

    pytorch-nmf: Non-negative matrix fatorization in pytorch

    Chin Yun Yu. pytorch-nmf: Non-negative matrix fatorization in pytorch. https://github.com/yoyolicoris/pytorch-NMF, 2020. Accessed: 2025-08-01

  54. [62]

    Post-hoc concept bottleneck models

    Mert Yuksekgonul, Maggie Wang, and James Zou. Post-hoc concept bottleneck models. In The 11th International Conference on Learning Representations, 2023

  55. [63]

    Olshausen, and Yann LeCun

    Zeyu Yun, Yubei Chen, Bruno A. Olshausen, and Yann LeCun. Transformer visualization via dictionary learning: contextualized embedding as a linear superposition of transformer factors, April 2023. arXiv:2103.15949 [cs]

  56. [64]

    Invertible concept-based explanations for cnn models with non-negative concept activation vectors

    Ruihan Zhang, Prashan Madumal, Tim Miller, Krista A Ehinger, and Benjamin IP Rubinstein. Invertible concept-based explanations for cnn models with non-negative concept activation vectors. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 35, pp.\ 11682--...

  57. [65]

    Places: A 10 million image database for scene recognition

    Bolei Zhou, Agata Lapedriza, Aditya Khosla, Aude Oliva, and Antonio Torralba. Places: A 10 million image database for scene recognition. IEEE transactions on pattern analysis and machine intelligence, 40 0 (6): 0 1452--1464, 2017

  58. [66]

    Interpretable basis decomposition for visual explanation

    Bolei Zhou, Yiyou Sun, David Bau, and Antonio Torralba. Interpretable basis decomposition for visual explanation. In European Conference on Computer Vision (ECCV), pp.\ 119–134, 2018

  59. [67]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.