Papers › Selective Coupling of Decoupled Informative Regions: Masked Attention Alignment for...

Selective Coupling of Decoupled Informative Regions: Masked Attention Alignment for Data-Free Quantization of Vision Transformers

3 Jun 2026ICMLarXiv:2606.04373added by Syntology

Biao Qian, Yang Wang, Yong Wu, Jungong Han

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Data-Free Quantization (DFQ) addresses data security concerns by synthesizing samples, without accessing real data. It has garnered increasing attention in the context of Vision Transformers (ViTs), owing to the superiority of the self-attention mechanism compared to classical convolutional operation. However, previous DFQ arts for ViTs often suffer from a distribution mismatch between synthetic samples and input distribution expected by quantized models Q, resulting in the suboptimal performance. In this paper, we propose a novel Masked Attention Alignment approach for Data-Free Quantization of ViTs, named MaskAQ, revealing that: 1) the semantics in the self-attention mechanism is predominantly localized to a sparse subset of patches, called informative regions; 2) the informative regions dominate the mutual information between synthetic samples and Q's outputs. To these ends, we incorporate differential entropy maximum over patch similarity of synthetic samples, to decouple informative regions from noisy background. To couple with varied Q, the informative regions are selected to align full-precision models with Q via a masked attention alignment objective, thus yielding high-quality synthetic samples. Furthermore, a periodic sample refreshing strategy comes up to endow MaskAQ with the capacity to continually adapt to the evolving state of Q throughout the training process, to preserve desirable mutual information with synthetic samples. Extensive experiments verify the merits of MaskAQ over state-of-the-art approaches across multiple backbones and downstream tasks. Our code is available at https://github.com/hfutqian/MaskAQ.

PaperPDFCode 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="2606.04373")

Code

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

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

hfutqian/MaskAQ found in paper text by Syntology report

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

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

2ran · honoured contract
2ran · our draft was wrong
3ran · fixture could not drive it
3ran
2unverified

Licence: 0 of the 12 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 hfutqian/MaskAQ. “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.

ColorJitter hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 5483c0322ebd2788 · report
GaussianNoise hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 31e36e389cbb635b · report
attention_entropy_loss_similarity hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · b647b6fa7c6ef9f7 · report
generate_attention_mask hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · be79c10c1ba8dfc0 · report
get_image_prior_losses hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 5ba2c5affabe46db · report
hook_class hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran Apache-2.0 (permissive) · caed5009a1578053 · report
masked_attention_difference_loss hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 591c839354b2719c · report
ssim_loss_att_map hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · cf587069fbbe0afd · report
stochastic_mask_drop hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · f6230f919b38e3b4 · report
update_mask_ratio hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · f88a9d4be2458283 · report
generate hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0bbe2df88e08bd7d · report
ssim_loss_att_map_swin hfutqian/MaskAQ/MaskAQ/hydra_image_gen_ssim_att_map.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f13dc6e6820fb836 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.04373, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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