iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout
Home ›› Technology ›› Ai ›› ITNet: A Learnable Integral Transform That Unifies Convolution, Attention, and Recurrence in One Architecture

ITNet: A Learnable Integral Transform That Unifies Convolution, Attention, and Recurrence in One Architecture

Researchers introduce ITNet, a neural architecture built on a learnable integral transform that subsumes convolution, self-attention, and recurrence as special cases. A single ITNet with a shared operator matches or exceeds specialized models on ImageNet-1K, GLUE, ModelNet40, VQA v2, and NLVR2, enabled by efficient techniques such as tiled kernel fusion and Monte Carlo integration.

iG
iGEN Editorial
June 20, 2026
ITNet: A Learnable Integral Transform That Unifies Convolution, Attention, and Recurrence in One Architecture

For decades, deep learning architectures have been divided into three distinct families—convolutional networks for locality, recurrent networks for sequential memory, and transformers for pairwise interactions. A new paper from researchers Dhor, Ashim, Mondal, Rasel, Chen, and Pin Yu, posted on arXiv, argues that this fragmentation is not fundamental but reflects incomplete views of a single underlying mathematical object: a learnable integral transform.

Their proposed architecture, the Integral Transform Network (ITNet), replaces the separate mechanisms of convolution, attention, and recurrence with a unified kernel that depends jointly on position and features. This kernel is implemented as a small multi-layer perceptron (MLP) that models pairwise interactions, allowing the network to adapt its behavior from data.

The Problem of Architectural Diversity

The paper states that "convolutional networks, recurrent networks, and transformers each encode different inductive biases—locality, sequential memory, and content-dependent pairwise interaction—and have remained mathematically distinct since their inception." This diversity forces practitioners to choose a specialized architecture for each task, limiting reuse and increasing development cost. ITNet aims to recover all three behaviors from a single learned interaction mechanism.

The Integral Transform Network (ITNet)

ITNet is built around a learnable kernel function implemented as an MLP. This kernel models pairwise interactions between inputs, enabling the network to adapt its computation to the data. The authors show that convolution, self-attention (including multi-head), and autoregressive recurrence (including LSTM, GRU, S4, and Mamba) arise as special cases of this integral transform under appropriate parameterizations. Moreover, ITNet is proved to be a universal approximator of continuous operators.

Performance Benchmarks

The paper reports that a single ITNet architecture with a shared operator and lightweight modality-specific encoders matches or exceeds specialized baselines on five major benchmarks:

Benchmark Domain Dataset Performance Claim
Image Classification ImageNet-1K Matches or exceeds specialized CNNs/Vision Transformers
Natural Language Understanding GLUE Matches or exceeds specialized transformer models
3D Point Cloud Classification ModelNet40 Matches or exceeds specialized point cloud networks
Visual Question Answering VQA v2 Matches or exceeds specialized VQA models
Visual Reasoning NLVR2 Matches or exceeds specialized reasoning models

No specific accuracy numbers are provided in the abstract; the claim is qualitative.

Efficiency Innovations

To make the integral transform practical, the authors developed three key techniques:

  • Tiled kernel fusion: Groups computation for efficiency.
  • Importance-weighted Monte Carlo integration: Approximates the continuous integral with fewer samples.
  • Learned low-rank factorization: Reduces the kernel's parameter count.

These methods enable ITNet to scale to large datasets and models while remaining computationally competitive with specialized architectures.

Implications for AI Research

ITNet challenges the long-standing separation between architectural families. If validated, it could simplify model design and transfer learning: a single architecture could handle vision, language, and sequential data without redesign. The paper is available on arXiv under a Creative Commons BY 4.0 license, with code and data associated with the article expected to be released.


Sources:

Keep Reading

Recommended Stories

Attention as Coupling: New Fast-Slow ODE Framework Aims to Improve Transformer Efficiency Technology

Attention as Coupling: New Fast-Slow ODE Framework Aims to Improve Transformer Efficiency

A new research paper proposes a fast-slow ordinary differential equation (ODE) framework for hierarchical pretraining in transformers. The authors instantiate a neural network with a fast causal attention path and a slower pooled attention path, proving a theoretical link to stationary distributions. Empirical results at 500k tokens show neutral coupling, with wall-clock cost comparable to dense baseline.

June 16, 2026
Controlled Dynamics Attractor Transformer: New Model Targets Graph Anomaly Detection with Biologically Plausible Attention Technology

Controlled Dynamics Attractor Transformer: New Model Targets Graph Anomaly Detection with Biologically Plausible Attention

Researchers propose the Controlled Dynamics Attractor Transformer (CDAT), which integrates a mixture von Mises-Fisher attention energy with Hopfield refinement and excitation-inhibition modulation from neural attractor models. The model achieves state-of-the-art results on graph anomaly detection and classification benchmarks, offering potential for detecting fraud, cyber threats, and operational anomalies in supply chain networks.

June 16, 2026
New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
Diffusion Language Models Show Promise but Demand Careful Inference Tuning, Study Finds Technology

Diffusion Language Models Show Promise but Demand Careful Inference Tuning, Study Finds

A new systematic study from researchers analyzes eight state-of-the-art Diffusion Language Models (DLMs) across eight benchmarks covering reasoning, coding, translation, and more. The research highlights how inference-time choices like denoising steps and context length create trade-offs between generation quality and computational efficiency, offering guidance for enterprise deployment.

June 20, 2026