method
active
method:covariance-poolingCovariance Pooling
Novel aggregation technique replacing mean pooling; preserves joint activation structure (feature co-occurrence) in token embeddings.
Neighborhood — ranked by edge-count
Concepts (2)
concept
- Genomic Foundation ModelsimplementsLarge pretrained models for genomic sequences; subject of this work's pooling improvements.
- Activation Compressionassociated_withKey capability: covariance pooling compresses gigabytes of activations into compact stable embeddings without large labeled datasets.
Methods (1)
method
- Mean PoolingextendsStandard baseline aggregation method that covariance pooling improves upon; discards joint activation structure.
Venues (1)
venue
- Goodfire Research PostintroducesPublication venue for this conceptual manifesto.
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Authors' suggestion that the second-moment preservation principle applies broadly, not just to genomic foundation models.
- Specific interpretive claim about what covariance pooling captures: the pairwise co-activation patterns across features that are invisible to mean pooling.
- Open question implied by the claim that the method could generalize; empirical validation beyond genomics is not provided in this paper.
- Practical finding: the method produces compact fixed-length representations from large volumes of token activations without requiring supervised labels.
- Covariance pooling achieves +52.9% R² improvement over mean pooling on Genomic Track Prediction.finding0.757Primary empirical result demonstrating practical utility of covariance pooling method.
- General technique for aggregating variable-length token embedding sequences into fixed-length representations; mean pooling and covariance pooling are instances.
- Property that causal mechanisms remain stable across environments; desirable for OOD.