Papers › B-cosification: Transforming Deep Neural Networks to be Inherently Interpretable

B-cosification: Transforming Deep Neural Networks to be Inherently Interpretable

1 Nov 2024arXiv:2411.00715archive 2025-07-28

Shreyash Arya, Sukrut Rao, Moritz Böhle, Bernt Schiele

B-cos Networks have been shown to be effective for obtaining highly human interpretable explanations of model decisions by architecturally enforcing stronger alignment between inputs and weight. B-cos variants of convolutional networks (CNNs) and vision transformers (ViTs), which primarily replace linear layers with B-cos transformations, perform competitively to their respective standard variants while also yielding explanations that are faithful by design. However, it has so far been necessary to train these models from scratch, which is increasingly infeasible in the era of large, pre-trained foundation models. In this work, inspired by the architectural similarities in standard DNNs and B-cos networks, we propose 'B-cosification', a novel approach to transform existing pre-trained models to become inherently interpretable. We perform a thorough study of design choices to perform this conversion, both for convolutional neural networks and vision transformers. We find that B-cosification can yield models that are on par with B-cos models trained from scratch in terms of interpretability, while often outperforming them in terms of classification performance at a fraction of the training cost. Subsequently, we apply B-cosification to a pretrained CLIP model, and show that, even with limited data and compute cost, we obtain a B-cosified version that is highly interpretable and competitive on zero shot performance across a variety of datasets. We release our code and pre-trained model weights at https://github.com/shrebox/B-cosification.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.00715")

Code

Syntology Ran 6 of 13 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 2 ran; found in paper text by Syntology: 4 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shrebox/b-cosification officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 6 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
3ran
7unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_correct shrebox/B-cosification/evaluate.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · d853932b4bc4ddc6 · report
get_parser shrebox/B-cosification/evaluate.py official repository ran · our draft was wrong Apache-2.0 (permissive) · c31ee5b22281c359 · report
build_model shrebox/b-cosification/CLIP/clip/model.py official repository unverified Apache-2.0 (permissive) · aedee70f1d728a60 · report
get_inx2label_imagenet shrebox/b-cosification/bcos/common.py official repository unverified Apache-2.0 (permissive) · 0d82d406f3c731b2 · report
get_job_dir shrebox/b-cosification/run_with_submitit.py official repository unverified Apache-2.0 (permissive) · 89fa1815e1d4ec19 · report
get_model_collection_from_file shrebox/b-cosification/CLIP_benchmark/clip_benchmark/model_collection.py official repository unverified Apache-2.0 (permissive) · e02503f545c31203 · report
gradient_to_image shrebox/b-cosification/bcos/common.py official repository unverified Apache-2.0 (permissive) · e2769f8e1dd0c387 · report
plot_contribution_map shrebox/b-cosification/bcos/common.py official repository unverified Apache-2.0 (permissive) · 5c8bce000c76fd22 · report
register shrebox/b-cosification/bcos/models/pretrained.py official repository unverified Apache-2.0 (permissive) · bd478142f31f9d59 · report
BcosConv2d B-cos/B-cos-v2/bcos/modules/bcosconv2d.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 5f602bc6a50e55cf · report
DetachableModule B-cos/B-cos-v2/bcos/modules/bcosconv2d.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · b0ada584def6e695 · report
NormedConv2d B-cos/B-cos-v2/bcos/modules/bcosconv2d.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 028ee4573c8560e9 · report
get_parser b-cos/b-cos-v2/evaluate.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · d86a09dbbd222a92 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CLIP

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections