Methods › General › Ternarization › Ternary Weight Splitting

Ternary Weight Splitting

2 papers tagged archive 2025-07-28

Introduced by Haoli Bai et al. in BinaryBERT: Pushing the Limit of BERT Quantization

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Ternary Weight Splitting is a ternarization approach used in BinaryBERT that exploits the flatness of ternary loss landscape as the optimization proxy of the binary model. We first train the half-sized ternary BERT to convergence, and then split both the latent full-precision weight 𝐰ᵗ and quantized 𝐰̂ᵗ to their binary counterparts 𝐰₁ᵇ, 𝐰₂ᵇ and 𝐰̂₁ᵇ, 𝐰̂₂ᵇ via the TWS operator. To inherit the performance of the ternary model after splitting, the TWS operator requires the splitting equivalency (i.e., the same output given the same input):

𝐰ᵗ=𝐰₁ᵇ+𝐰₂ᵇ, 𝐰̂ᵗ=𝐰̂₁ᵇ+𝐰̂₂ᵇ

While solution to the above equation is not unique, we constrain the latent full-precision weights after splitting 𝐰₁ᵇ, 𝐰₂ᵇ to satisfy 𝐰ᵗ=𝐰₁ᵇ+𝐰₂ᵇ. See the paper for more details.

PaperSource

Papers archive 2025-07-28

2 shown of 2, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

4 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Quantization2
Binarization1
Model Compression1
Scheduling1

Usage over time archive 2025-07-28

Papers per year tagged with Ternary Weight Splitting: 2020 to 2024, peak 1 1 0 2020: 1 paper 2020 2021: 0 papers 2021 2022: 0 papers 2022 2023: 0 papers 2023 2024: 1 paper 2024
Papers per year the archive tags with this method, by the paper's archive date (2 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Ternarization

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