Search papers, labs, and topics across Lattice.
This paper introduces a dual-manifold approach to representation learning, where each convolutional layer is viewed as comprising a Kernel Manifold and a Data Manifold that are coupled through shared channel space. The authors propose the Kernel-Guided Feature Transform (KGFT), which utilizes a geometric guidance matrix derived from the kernel Gram matrix to reshape feature relationships, enhancing feature evolution across network layers. Experimental results across various architectures, including ResNet and ViT, show significant improvements in image classification and arithmetic reasoning tasks, highlighting the effectiveness of this geometric transformation approach.
Transforming feature relationships through geometric guidance leads to consistent performance gains in both image classification and reasoning tasks across multiple architectures.
Deep representation learning has primarily focused on how features evolve across network layers, while largely overlooking the structured geometry embedded in network parameters. We introduce a dual-manifold perspective in which each convolutional layer contains two coupled geometric spaces: a Kernel Manifold induced by convolutional filters and a Data Manifold characterized by intermediate feature representations. Because these manifolds share the same channel space, parameter geometry can provide complementary structural information to guide feature evolution. Based on this insight, we propose Kernel-Guided Feature Transform (KGFT), a lightweight module that derives a geometric guidance matrix from the kernel Gram matrix and uses it to transform the covariance structure of feature representations. Unlike conventional attention mechanisms that reweight feature responses, KGFT explicitly reshapes feature relationships by transferring geometric information from the kernel manifold to the data manifold. To accommodate network hierarchy, we further introduce Exploit and Explore modes with a depth-aware scheduling strategy and a learnable guidance strength that adaptively controls the contribution of geometric transformation. This design promotes geometric alignment in shallow layers while encouraging feature diversity in deeper layers, without imposing excessive constraints on representation learning. Theoretical analysis establishes the validity of the proposed transformation and characterizes its effect on feature covariance. Extensive experiments across CNN- and Transformer-based architectures, including ResNet, ViT, and LLaMA-7B, demonstrate consistent improvements on image classification and arithmetic reasoning tasks, validating the generality and effectiveness of kernel-guided dual-manifold representation learning. Code will be publicly available.