Inferensys

Glossary

Multi-Scale Genomic Feature

An input representation that captures DNA sequence and epigenomic signals at varying resolutions simultaneously, allowing models to learn both local and long-range determinants of chromatin folding.
Data engineer managing feature store on laptop, feature definitions visible, casual data engineering session.
INPUT REPRESENTATION

What is Multi-Scale Genomic Feature?

A multi-scale genomic feature is a structured input representation that encodes DNA sequence and epigenomic signals at multiple resolutions simultaneously, enabling deep learning models to learn both local motif syntax and long-range regulatory determinants of chromatin folding.

A multi-scale genomic feature is an input tensor that concatenates representations of the same genomic locus at varying bin sizes—typically 1 kb, 10 kb, and 100 kb—into a single, unified embedding. This architecture allows a model to simultaneously attend to nucleotide-level sequence motifs, such as CTCF binding sites, and broader epigenomic domain signals, like A/B compartment identity, without requiring separate preprocessing pipelines. The representation is critical for sequence-to-contact prediction tasks where local protein-DNA interactions and megabase-scale chromatin states jointly determine 3D structure.

In practice, a multi-scale feature map is constructed by applying separate convolutional or embedding layers to each resolution track before fusing them in a shared latent space. This design mirrors the hierarchical nature of genome organization: fine-scale features capture transcription factor binding motifs and nucleosome positioning, while coarse-scale features encode replication timing domains and lamina-associated regions. Models like Akita leverage this multi-scale strategy to predict Hi-C contact maps directly from sequence, demonstrating that simultaneous resolution encoding is essential for accurate 3D genome reconstruction.

ARCHITECTURAL FOUNDATIONS

Key Characteristics of Multi-Scale Genomic Features

Multi-scale genomic features are engineered input representations that capture DNA sequence and epigenomic signals at varying resolutions simultaneously, enabling deep learning models to learn both local motif syntax and long-range determinants of chromatin folding.

01

Hierarchical Resolution Encoding

Represents the genome at multiple bin sizes (e.g., 1kb, 5kb, 10kb, 25kb) within a single input tensor. Each resolution captures distinct biological phenomena:

  • Fine-scale (1kb): Transcription factor binding motifs, nucleosome positioning
  • Mid-scale (5-10kb): Enhancer-promoter loops, CTCF site pairs
  • Coarse-scale (25kb+): A/B compartments, replication timing domains

This pyramid structure allows a single model to simultaneously optimize for local sequence grammar and global chromatin architecture without hand-crafted feature engineering.

4-6
Typical Resolution Levels
02

Multi-Track Epigenomic Integration

Each genomic bin carries a vector of epigenomic signals concatenated with the DNA sequence embedding. Common tracks include:

  • DNase-seq / ATAC-seq: Chromatin accessibility
  • ChIP-seq: Histone modifications (H3K27ac, H3K4me3, H3K27me3)
  • CTCF ChIP-seq: Architectural protein occupancy
  • DNA methylation: CpG methylation ratios

These tracks are treated as continuous-valued channels analogous to RGB in computer vision, providing the model with cell-type-specific regulatory context that pure sequence alone cannot convey.

03

Dilated Convolutional Receptive Fields

Employs dilated (atrous) convolutions with exponentially increasing dilation rates to capture interactions across vast genomic distances without quadratic complexity. Key properties:

  • Dilation rates: 1, 2, 4, 8, 16, 32, 64
  • Receptive field grows exponentially while parameter count remains linear
  • Preserves spatial resolution at all scales simultaneously

This design is directly inspired by architectures like WaveNet and DeepLab, adapted for the 1D genomic coordinate system to model interactions spanning megabases.

04

Distance-Aware Positional Encoding

Incorporates genomic distance as an explicit inductive bias through specialized positional encodings. Unlike standard sinusoidal position embeddings, genomic models use:

  • Relative distance features: Log-transformed base-pair distance between interacting loci
  • Distance binning: Discretizing genomic distances into log-spaced bins
  • Stratum-specific loss weighting: Penalizing errors differently based on genomic distance

This ensures the model learns that contact probability decays approximately as a power law with linear distance, a fundamental polymer physics constraint.

05

Strand-Specific Sequence Channels

Encodes DNA sequence as a multi-channel one-hot representation that preserves strand orientation and nucleotide identity. The standard encoding uses:

  • 4 channels: A, C, G, T (binary one-hot per position)
  • Reverse complement augmentation: Training on both strands to enforce symmetry
  • GC content normalization: Correcting for sequencing bias

This representation allows convolutional filters to learn canonical sequence motifs (e.g., CTCF binding sites) in an orientation-aware manner, critical for predicting directional loop extrusion.

06

Cross-Scale Attention Mechanisms

Employs attention operations that bridge resolution scales, allowing information flow between fine-grained motif detectors and coarse compartment classifiers. Implementation strategies:

  • Cross-attention layers: Fine-scale features query coarse-scale context
  • Feature pyramid networks: Top-down pathways that enrich low-level features with high-level semantics
  • Gated fusion units: Learned gates that weight the contribution of each scale

This prevents the model from treating each resolution independently and enables the discovery that local TF binding events collectively determine global A/B compartment identity.

MULTI-SCALE GENOMIC FEATURE

Frequently Asked Questions

Clarifying the architecture and application of multi-scale genomic features for predicting 3D chromatin folding.

A multi-scale genomic feature is an input representation that encodes DNA sequence and epigenomic signals at varying resolutions simultaneously, enabling deep learning models to capture both local motif patterns and long-range regulatory determinants of chromatin folding. It works by constructing parallel data tracks—such as nucleotide sequences, histone modification ChIP-seq signals, and chromatin accessibility profiles—at different binning sizes (e.g., 100 bp, 1 kb, 10 kb). A Graph Neural Network (GNN) for Chromatin or convolutional architecture then processes these tracks through separate receptive fields, fusing the hierarchical features to predict Hi-C contact maps or Topologically Associating Domain (TAD) boundaries. This approach mirrors the biological reality where transcription factor binding occurs at base-pair resolution while A/B compartment identity spans megabases.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.